From 204890feaf72ee311a637fe613ac5acdfdcd4d66 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 07:54:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 116 ++++++++++------------------------------------- 1 file changed, 23 insertions(+), 93 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2243ba4..c74cb8f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,35 +44,22 @@ export default function LandingPage() {
@@ -103,32 +82,14 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - brand: "Lumière", - name: "Midnight Silk Gown", - price: "$2,500", - rating: 5, - reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashion-woman-portrait-young-pretty-trendy-girl-with-long-curly-hair-with-bright-evening-make-up-wearing-black-dress-high-heels-standing-terrace_343629-57.jpg", - }, + id: "1", brand: "Lumière", name: "Midnight Silk Gown", price: "$2,500", rating: 5, + reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fashion-woman-portrait-young-pretty-trendy-girl-with-long-curly-hair-with-bright-evening-make-up-wearing-black-dress-high-heels-standing-terrace_343629-57.jpg"}, { - id: "2", - brand: "Lumière", - name: "Velvet Tailored Blazer", - price: "$1,800", - rating: 5, - reviewCount: "8", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-couch-with-mobile_23-2148415739.jpg", - }, + id: "2", brand: "Lumière", name: "Velvet Tailored Blazer", price: "$1,800", rating: 5, + reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-couch-with-mobile_23-2148415739.jpg"}, { - id: "3", - brand: "Lumière", - name: "Silk Floral Scarf", - price: "$450", - rating: 4, - reviewCount: "25", - imageSrc: "http://img.b2bpic.net/free-vector/vintage-peony-flowers-background_23-2147902729.jpg", - }, + id: "3", brand: "Lumière", name: "Silk Floral Scarf", price: "$450", rating: 4, + reviewCount: "25", imageSrc: "http://img.b2bpic.net/free-vector/vintage-peony-flowers-background_23-2147902729.jpg"}, ]} title="Our Signature Collection" description="Explore our latest season arrivals, meticulously designed for those who appreciate fine detail and premium craftsmanship." @@ -141,45 +102,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - title: "Incredible Craftsmanship", - quote: "The fit and detail are simply unmatched.", - name: "Elena Ross", - role: "Fashion Editor", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-by-fountain_1303-27904.jpg?_wi=1", - }, + id: "1", title: "Incredible Craftsmanship", quote: "The fit and detail are simply unmatched.", name: "Elena Ross", role: "Fashion Editor", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-by-fountain_1303-27904.jpg?_wi=1"}, { - id: "2", - title: "Stunning Design", - quote: "Lumière Atelier makes every occasion feel special.", - name: "Mark Stevens", - role: "Architect", - imageSrc: "http://img.b2bpic.net/free-photo/fashion-street-photo-session-stylish-young-lady-grey-clothes_1328-2181.jpg", - }, + id: "2", title: "Stunning Design", quote: "Lumière Atelier makes every occasion feel special.", name: "Mark Stevens", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/fashion-street-photo-session-stylish-young-lady-grey-clothes_1328-2181.jpg"}, { - id: "3", - title: "Unique Tailoring", - quote: "My go-to place for high-end custom attire.", - name: "Sarah Miller", - role: "Creative Director", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-groom-having-their-wedding-with-guests-beach_23-2149043999.jpg", - }, + id: "3", title: "Unique Tailoring", quote: "My go-to place for high-end custom attire.", name: "Sarah Miller", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-bride-groom-having-their-wedding-with-guests-beach_23-2149043999.jpg"}, { - id: "4", - title: "Perfect Fit", - quote: "The bespoke process was smooth and impressive.", - name: "James Bond", - role: "Entrepreneur", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-suit-posing-black-white_23-2149411392.jpg", - }, + id: "4", title: "Perfect Fit", quote: "The bespoke process was smooth and impressive.", name: "James Bond", role: "Entrepreneur", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-suit-posing-black-white_23-2149411392.jpg"}, { - id: "5", - title: "Absolute Excellence", - quote: "Truly a masterpiece in every stitch.", - name: "Clara Vane", - role: "Stylist", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-by-fountain_1303-27904.jpg?_wi=2", - }, + id: "5", title: "Absolute Excellence", quote: "Truly a masterpiece in every stitch.", name: "Clara Vane", role: "Stylist", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-by-fountain_1303-27904.jpg?_wi=2"}, ]} title="Client Experiences" description="Hear what our esteemed clients have to say about their experience with Lumière Atelier." @@ -190,8 +121,7 @@ export default function LandingPage() {