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() { function App() {
return ( return (
<div className="App"> <div className="App">
{/* <ProductDesign /> <ProductDesign />
<VodProductDesign /> <VodProductDesign />
<BookDesign /> <BookDesign />
<ButtonDesign /> <ButtonDesign />
@ -36,9 +36,9 @@ function App() {
<BlogDesign6 /> <BlogDesign6 />
<HeaderDesign1 /> <HeaderDesign1 />
<ContactInfoSection /> <ContactInfoSection />
<FooterDesign1 /> */} <FooterDesign1 />
{/* <Testttt /> */} {/* <Testttt /> */}
{/* <Design2D /> */} <Design2D />
<Features /> <Features />
<Feedback /> <Feedback />
</div> </div>

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

Loading…
Cancel
Save