From ce4e55fb559b8566d9de8681f3718ad4845ed135 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 10:41:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 218 +++++++++++------------------------------------ 1 file changed, 51 insertions(+), 167 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 44aa518..b0d8eba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -39,9 +39,7 @@ export default function HomePage() { brandName="LuxeStyle" navItems={navItems} button={{ - text: "Shop Now", - href: "/products", - }} + text: "Shop Now", href: "/products"}} /> @@ -56,32 +54,20 @@ export default function HomePage() { tagAnimation="slide-up" buttons={[ { - text: "Shop Collection", - href: "/products", - }, + text: "Shop Collection", href: "/products"}, { - text: "View Lookbook", - href: "#", - }, + text: "View Lookbook", href: "#"}, ]} buttonAnimation="slide-up" avatars={[ { - src: "http://img.b2bpic.net/free-photo/selfie-portrait-videocall_23-2149186128.jpg", - alt: "Customer 1", - }, + src: "http://img.b2bpic.net/free-photo/selfie-portrait-videocall_23-2149186128.jpg", alt: "Customer 1"}, { - src: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705920.jpg", - alt: "Customer 2", - }, + src: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705920.jpg", alt: "Customer 2"}, { - src: "http://img.b2bpic.net/free-photo/cheerful-fashionable-young-african-american-female-wearing-braces-having-dreamy-pensive-expression_273609-9254.jpg", - alt: "Customer 3", - }, + src: "http://img.b2bpic.net/free-photo/cheerful-fashionable-young-african-american-female-wearing-braces-having-dreamy-pensive-expression_273609-9254.jpg", alt: "Customer 3"}, { - src: "http://img.b2bpic.net/free-photo/medium-shot-man-carrying-backpack_23-2148970141.jpg", - alt: "Customer 4", - }, + src: "http://img.b2bpic.net/free-photo/medium-shot-man-carrying-backpack_23-2148970141.jpg", alt: "Customer 4"}, ]} avatarText="Trusted by 10K+ fashion enthusiasts" imageSrc="http://img.b2bpic.net/free-photo/picture-charming-caucasian-lady-sits-black-leather-armchair-poses-camera_132075-9613.jpg" @@ -89,26 +75,14 @@ export default function HomePage() { mediaAnimation="slide-up" testimonials={[ { - name: "Sarah M.", - handle: "@sarahs_style", - testimonial: "The quality and design are exceptional. Became my go-to for fashion.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-chain-necklace-posing_23-2149403058.jpg?_wi=1", - }, + name: "James K.", handle: "@james_menswear", testimonial: "Premium quality and timeless designs. This is my go-to for professional wear.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg?_wi=1"}, { - name: "Emma L.", - handle: "@emmastyle", - testimonial: "Love the curated collections. Every piece is perfect.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1681.jpg?_wi=1", - }, + name: "Marcus T.", handle: "@marcus_style", testimonial: "Excellent selection of men's fashion. Great customer service and fast shipping.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/business-man-standing-by-desk-office_1303-30498.jpg?_wi=1"}, { - name: "Jessica R.", - handle: "@jess_fashion", - testimonial: "Best online fashion experience I've had. Highly recommend!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-confident-young-businesswoman-against-gray-background_23-2148029500.jpg?_wi=1", - }, + name: "David P.", handle: "@davidfashion", testimonial: "Finally found a brand that understands men's style. Highly recommended!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-man-suit_23-2149705920.jpg?_wi=1"}, ]} /> @@ -119,12 +93,12 @@ export default function HomePage() { tag="Our Story" tagIcon={Heart} tagAnimation="slide-up" - title="Crafted for the Modern Fashionista" - description="We believe fashion is more than clothing—it's self-expression. Since 2015, we've been committed to bringing premium, sustainable fashion to style-conscious individuals worldwide." - subdescription="Our mission is to make luxury fashion accessible without compromising on quality or ethics. Every piece in our collection is carefully selected to ensure it meets our rigorous standards of excellence." + title="Crafted for the Modern Man" + description="We believe men's fashion is more than clothing—it's confidence and self-expression. Since 2015, we've been committed to bringing premium, sustainable fashion to style-conscious men worldwide." + subdescription="Our mission is to make luxury menswear accessible without compromising on quality or ethics. Every piece in our collection is carefully selected to ensure it meets our rigorous standards of excellence for the discerning gentleman." icon={Heart} imageSrc="http://img.b2bpic.net/free-photo/young-man-shopping-menswear-shop_1303-19869.jpg?_wi=1" - imageAlt="About our fashion brand" + imageAlt="About our men's fashion brand" mediaAnimation="blur-reveal" useInvertedBackground={false} /> @@ -134,7 +108,7 @@ export default function HomePage() {
@@ -199,8 +141,8 @@ export default function HomePage() { {/* Testimonials Section */}
@@ -277,31 +183,17 @@ export default function HomePage() { {/* Social Proof Section */}
@@ -309,19 +201,15 @@ export default function HomePage() { {/* Contact Section */}
@@ -331,13 +219,9 @@ export default function HomePage() {
-- 2.49.1