diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5ecb78c..346d79a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1386,4 +1386,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/men/page.tsx b/src/app/men/page.tsx index 582579e..6ce60c4 100644 --- a/src/app/men/page.tsx +++ b/src/app/men/page.tsx @@ -2,10 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel"; +import ProductCardFour from "@/components/sections/product/ProductCardFour"; +import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; +import BlogCardOne from "@/components/sections/blog/BlogCardOne"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Instagram, Twitter, Facebook } from "lucide-react"; +import { Sparkles, Zap, TrendingUp, Star, Heart, Camera, Instagram, Twitter, Facebook } from "lucide-react"; -export default function MenPage() { +export default function MensCollectionPage() { return ( + {/* Navbar */} + {/* Hero Section */} +
+ +
+ + {/* Category Section */} +
+ +
+ + {/* Featured Products Section */} +
+ +
+ + {/* Social Proof Section */} +
+ +
+ + {/* Testimonials Section */} +
+ +
+ + {/* Instagram Gallery Section */} + + + {/* Footer */} diff --git a/src/app/page.tsx b/src/app/page.tsx index 640d6a2..a8c8c55 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -255,4 +255,4 @@ export default function HomePage() {
); -} +} \ No newline at end of file