From 38e90dc57bd64dfe612717f29cd50de9900951a4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 18:26:31 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 121b13f..94fd8ad 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -96,16 +96,16 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Isabelle Laurent", role: "Art Collector", company: "Private Client", rating: 5, - content: "Seven Dials Beauty continually amazes me with its truly unique offerings. It’s my secret source for exquisite finds.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-bride-before-wedding_23-2149860832.jpg", imageAlt: "Isabelle Laurent"}, + quote: "Seven Dials Beauty continually amazes me with its truly unique offerings. It’s my secret source for exquisite finds.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-bride-before-wedding_23-2149860832.jpg", imageAlt: "Isabelle Laurent"}, { id: "2", name: "Marcus Thorne", role: "Fashion Editor", company: "Elegance Magazine", rating: 5, - content: "The curation here is impeccable. I've found products I genuinely couldn't source anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-is-relaxing-spa-complex-using-smartphone_169016-55799.jpg", imageAlt: "Marcus Thorne"}, + quote: "The curation here is impeccable. I've found products I genuinely couldn't source anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-is-relaxing-spa-complex-using-smartphone_169016-55799.jpg", imageAlt: "Marcus Thorne"}, { id: "3", name: "Elena Petrova", role: "Luxury Lifestyle Influencer", company: "Self-Employed", rating: 4.9, - content: "A truly refreshing experience. Every purchase feels like discovering a hidden gem.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-attractive-female-model-laughs-sincerely-keeps-hand-chest-applies-facial-clay-mask-skin-rejuvenation-gets-beauty-treatments_273609-38704.jpg", imageAlt: "Elena Petrova"}, + quote: "A truly refreshing experience. Every purchase feels like discovering a hidden gem.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-attractive-female-model-laughs-sincerely-keeps-hand-chest-applies-facial-clay-mask-skin-rejuvenation-gets-beauty-treatments_273609-38704.jpg", imageAlt: "Elena Petrova"}, { id: "4", name: "David Chen", role: "Architect", company: "Urban Designs", rating: 4.8, - content: "I appreciate the attention to detail and the story behind each product. It's more than just beauty; it's an experience.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg", imageAlt: "David Chen"}, + quote: "I appreciate the attention to detail and the story behind each product. It's more than just beauty; it's an experience.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg", imageAlt: "David Chen"}, ]} kpiItems={[ { -- 2.49.1 From de56f08d0cefef6c1b83cb8b60d93261c8624110 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 18:26:31 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a8b237..de61430 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,27 +88,27 @@ export default function LandingPage() { title: "Expert Curation", description: "Every product is hand-selected by our discerning team for its exceptional quality and unique story, ensuring you only encounter the finest.", icon: Sparkles, mediaItems: [ { - type: "image", src: "http://img.b2bpic.net/free-photo/white-leather-box_1203-2949.jpg", alt: "Exclusive access"}, + src: "http://img.b2bpic.net/free-photo/white-leather-box_1203-2949.jpg", alt: "Exclusive access"}, { - type: "image", src: "http://img.b2bpic.net/free-photo/fathers-day-composition-with-card_23-2147806775.jpg", alt: "Storytelling"}, + src: "http://img.b2bpic.net/free-photo/fathers-day-composition-with-card_23-2147806775.jpg", alt: "Storytelling"}, ], }, { title: "Insider Access", description: "Gain entry to a world of beauty secrets and limited-edition releases, available exclusively to the Seven Dials community.", icon: Lock, mediaItems: [ { - type: "image", src: "http://img.b2bpic.net/free-photo/fathers-day-composition-with-card_23-2147806775.jpg", alt: "Storytelling"}, + src: "http://img.b2bpic.net/free-photo/fathers-day-composition-with-card_23-2147806775.jpg", alt: "Storytelling"}, { - type: "image", src: "http://img.b2bpic.net/free-photo/white-leather-box_1203-2949.jpg", alt: "Exclusive access"}, + src: "http://img.b2bpic.net/free-photo/white-leather-box_1203-2949.jpg", alt: "Exclusive access"}, ], }, { title: "Personalized Discovery", description: "Beyond mere transactions, we offer a guided journey to uncover beauty solutions perfectly tailored to your individual preferences and desires. Ask for Lucy.", icon: Heart, mediaItems: [ { - type: "image", src: "http://img.b2bpic.net/free-photo/white-leather-box_1203-2949.jpg", alt: "Exclusive access"}, + src: "http://img.b2bpic.net/free-photo/white-leather-box_1203-2949.jpg", alt: "Exclusive access"}, { - type: "image", src: "http://img.b2bpic.net/free-photo/fathers-day-composition-with-card_23-2147806775.jpg", alt: "Storytelling"}, + src: "http://img.b2bpic.net/free-photo/fathers-day-composition-with-card_23-2147806775.jpg", alt: "Storytelling"}, ], }, ]} -- 2.49.1