From 62711430ca8c8674bfe96d7a6b39e16f760b26a6 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 15:22:29 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 63 ++++++++++-------------------------------- 1 file changed, 14 insertions(+), 49 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c526041..6897b7b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -26,33 +26,17 @@ export default function LandingPage() { @@ -78,26 +62,11 @@ export default function LandingPage() { useInvertedBackground={true} members={[ { - id: "team-1", - name: "Genevieve Dubois", - role: "Creative Director", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-studio-lights-background_158538-9608.jpg", - imageAlt: "Portrait of Genevieve Dubois, Creative Director.", - }, + id: "team-1", name: "Genevieve Dubois", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-studio-lights-background_158538-9608.jpg", imageAlt: "Portrait of Genevieve Dubois, Creative Director."}, { - id: "team-2", - name: "Maximilien Sterling", - role: "Head of Operations", - imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623491.jpg", - imageAlt: "Portrait of Maximilien Sterling, Head of Operations.", - }, + id: "team-2", name: "Maximilien Sterling", role: "Head of Operations", imageSrc: "http://img.b2bpic.net/free-photo/women-shopping-buying-consumer-products-customer-day-celebration_23-2151623491.jpg", imageAlt: "Portrait of Maximilien Sterling, Head of Operations."}, { - id: "team-3", - name: "Clémentine Valois", - role: "Brand Strategist", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-man-assistant-helps-costumer-senior-visiting-fashion-boutique-male-buy-new-exclusive-costume_1157-48883.jpg", - imageAlt: "Portrait of Clémentine Valois, Brand Strategist.", - }, + id: "team-3", name: "Clémentine Valois", role: "Brand Strategist", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mature-man-assistant-helps-costumer-senior-visiting-fashion-boutique-male-buy-new-exclusive-costume_1157-48883.jpg", imageAlt: "Portrait of Clémentine Valois, Brand Strategist."}, ]} title="The Architects of Aspiration" description="Meet the visionary team dedicated to the art of luxury and the pursuit of refined expression." @@ -108,16 +77,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file From 0a75f275a86a163f86636c69862b544dbd9203b8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 15:22:30 +0000 Subject: [PATCH 2/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 68 ++++++++++------------------------------ 1 file changed, 17 insertions(+), 51 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0e3bd1a..1d0fe1f 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,33 +26,17 @@ export default function LandingPage() { @@ -86,23 +65,14 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "ci-faq-1", - title: "Where is VERY RICH based?", - content: "VERY RICH operates globally, with our creative studio located in the heart of Paris, France, where every design is meticulously conceptualized.", - }, + id: "ci-faq-1", title: "Where is VERY RICH based?", content: "VERY RICH operates globally, with our creative studio located in the heart of Paris, France, where every design is meticulously conceptualized."}, { - id: "ci-faq-2", - title: "Do you offer international shipping?", - content: "Yes, we proudly offer complimentary worldwide express shipping to ensure our global clientele receives their luxury items promptly and securely.", - }, + id: "ci-faq-2", title: "Do you offer international shipping?", content: "Yes, we proudly offer complimentary worldwide express shipping to ensure our global clientele receives their luxury items promptly and securely."}, { - id: "ci-faq-3", - title: "Are your products truly limited edition?", - content: "Our collection is intentionally curated and produced in limited runs to maintain exclusivity and ensure unparalleled quality. We prioritize craftsmanship over mass production.", - }, + id: "ci-faq-3", title: "Are your products truly limited edition?", content: "Our collection is intentionally curated and produced in limited runs to maintain exclusivity and ensure unparalleled quality. We prioritize craftsmanship over mass production."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/solid-curvy-silver-fabrics-curtains_23-2148516070.jpg" - imageAlt="Close-up of luxury fabric, representing product quality." + imageSrc="http://img.b2bpic.net/free-photo/minimal-clothing-store_23-2149448774.jpg" + imageAlt="Minimalist luxury clothing store interior, representing brand and support." mediaAnimation="opacity" mediaPosition="left" title="Common Inquiries" @@ -115,16 +85,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file