master
mahdi 3 years ago
parent fc5c7bdf47
commit f6abc1a511
  1. 6
      src/App.js
  2. 2
      src/components/Design2D/Design2D.js

@ -22,7 +22,7 @@ import Feedback from "./components/Feedback/index";
function App() {
return (
<div className="App">
{/* <ProductDesign />
<ProductDesign />
<VodProductDesign />
<BookDesign />
<ButtonDesign />
@ -36,9 +36,9 @@ function App() {
<BlogDesign6 />
<HeaderDesign1 />
<ContactInfoSection />
<FooterDesign1 /> */}
<FooterDesign1 />
{/* <Testttt /> */}
{/* <Design2D /> */}
<Design2D />
<Features />
<Feedback />
</div>

@ -16,7 +16,7 @@ const Design2D = ({ array }) => {
key={index}
>
<div className="bg-indigo-300 w-full h-full flex items-center justify-center">
<p>inside the div</p>
<p>inside div</p>
</div>
</div>
))}

Loading…
Cancel
Save