From 4f546d5b818895b18c602e497d2d6af9f7e94838 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 23:40:35 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fa11728..31396d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,12 +75,12 @@ export default function LandingPage() { @@ -107,13 +107,13 @@ export default function LandingPage() { animationType="slide-up" useInvertedBackground={true} faqs={[ - { id: "f1", title: "How do I access off-market listings?", content: "Our private client portal provides vetted investors with access to our off-market inventory." }, - { id: "f2", title: "Is private viewing available?", content: "We coordinate exclusive, private viewings for qualified high-net-worth individuals." }, - { id: "f3", title: "Can you assist with international acquisition?", content: "Yes, we specialize in cross-border real estate acquisitions for our international client base." } + { id: "f1", title: "How do I request a dedicated consultant?", content: "For white-glove service, please contact our concierge team directly to be paired with a lead advisor." }, + { id: "f2", title: "Is there a dedicated client care program?", content: "Yes, our 'Potomac Privé' program offers 24/7 dedicated assistance for our most valued clientele." }, + { id: "f3", title: "How do I inquire about specific timepieces?", content: "Submit your request through our advisory desk, and a specialist will contact you with current availability." } ]} - ctaTitle="Request a Private Consultation" - ctaDescription="Access our exclusive listings and discuss your acquisition requirements." - ctaButton={{ text: "Connect with an Advisor", href: "#" }} + ctaTitle="Concierge Customer Service" + ctaDescription="Our dedicated service team is available to assist you with every aspect of your luxury acquisition journey." + ctaButton={{ text: "Contact our Concierge", href: "#" }} ctaIcon={Phone} /> @@ -132,4 +132,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 882574573c6534eecc631265bdbe7b777f5ed5bd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 23:40:36 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 1b95ead..de8ab5d 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,8 +10,8 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #0a0a0a; - --card: #121212; + --background: #000000; + --card: #0a0a0a; --foreground: #ffffff; --primary-cta: #d4af37; --primary-cta-text: #000000; -- 2.49.1