From d171ef20d575c5ffaf7eaab784a6203df8c67797 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 00:17:47 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 196 ++++++++++------------------------------------- 1 file changed, 41 insertions(+), 155 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b54ae15..bac009d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,50 +32,33 @@ export default function LandingPage() {
@@ -246,62 +149,45 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "Do you need water or power?", - content: "Nope! We are fully mobile. We bring our own professional-grade equipment, including water tanks and power supply.", - }, + id: "q1", title: "Are you fully mobile?", content: "Yes, we bring everything required to your location, including water and power, making service seamless."}, { - id: "q2", - title: "How long does a detail take?", - content: "Depending on the package, typically between 2 to 4 hours.", - }, + id: "q2", title: "How do I book?", content: "Simply use the booking button on our contact section, and we will reach out to confirm your slot."}, { - id: "q3", - title: "Do I need to be present?", - content: "Not at all. As long as you have keys access and the car is in an accessible area, we can handle it.", - }, + id: "q3", title: "Do you offer ceramic coating?", content: "Absolutely, our Elite package includes premium ceramic sealant application for long-term paint protection."}, { - id: "q4", - title: "Do you service all of Orlando?", - content: "Yes, we proudly serve all major Orlando neighborhoods and surrounding areas.", - }, + id: "q4", title: "Can you clean interior upholstery?", content: "Yes, we use professional steam cleaning and extraction methods to revitalize your interior upholstery."}, ]} - title="Common Questions" - description="Everything you need to know about our mobile detailing services." + title="Commonly Asked Questions" + description="We're here to make sure you have all the information you need before your next detail." faqsAnimation="slide-up" />
-- 2.49.1 From f0e450b0962b449486142fa909ed921f1f032acb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 00:17:47 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index b7afc67..c2fa904 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f4ef; - --card: #dad6cd; - --foreground: #2a2928; - --primary-cta: #2a2928; + --background: #ffffff; + --card: #f9f9f9; + --foreground: #1a1a1a; + --primary-cta: #1c1c1c; --primary-cta-text: #f5f4ef; - --secondary-cta: #ecebea; + --secondary-cta: #f0f0f0; --secondary-cta-text: #2a2928; - --accent: #ffffff; - --background-accent: #c6b180; + --accent: #b8860b; + --background-accent: #efebe5; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1