From b15c329d37c677bde6c27b62ac62dc1705d1227d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 05:13:43 +0000 Subject: [PATCH 1/3] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.1 From 2784074c8277a15eb0004acee167de5e146028c5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 05:13:44 +0000 Subject: [PATCH 2/3] Update src/app/men/page.tsx --- src/app/men/page.tsx | 222 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 214 insertions(+), 8 deletions(-) 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 */} -- 2.49.1 From 32e324c89fd37924ab15bff7a832d2a4cc515d86 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 05:13:44 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.1