From 167d6923c91dd11ac5cc0c12d618e6759f29dd0e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 16:55:07 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 239 ++++++++++------------------------------------- 1 file changed, 47 insertions(+), 192 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 57f64d9..c816a73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; @@ -17,35 +17,24 @@ export default function LandingPage() {
-
@@ -218,71 +109,35 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "f1", - title: "Do you come to my home?", - content: "Yes, we are a mobile service and will come directly to your home or office.", - }, - { - id: "f2", - title: "Are you open on weekends?", - content: "Absolutely! We prioritize flexibility to fit your schedule, including full weekend availability.", - }, - { - id: "f3", - title: "Do you remove deep stains?", - content: "Yes, our deep interior cleaning service includes dedicated stain removal techniques.", - }, + { id: "f1", title: "Service Area", content: "We service all major metro areas for convenience." }, + { id: "f2", title: "Scheduling", content: "Easily book through our portal or phone." } ]} - imageSrc="http://img.b2bpic.net/free-photo/empty-startup-coworking-space-with-office-workspaces-computers-professional-business-space-company-department-spacious-agency-building-interior-modern-executive-environment_482257-67835.jpg" - title="Frequently Asked Questions" - description="Have questions? We have answers." + title="Questions?" + description="Professional support for your automotive needs." faqsAnimation="slide-up" />
); -} +} \ No newline at end of file -- 2.49.1 From ecb3c16cec2980d0a8265b0d0be48953cf08e8b2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 16:55:08 +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 4fd73bf..df6615f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #000612e6; - --primary-cta: #15479c; + --background: #f5f5f5; + --card: #ffffff; + --foreground: #1c1c1c; + --primary-cta: #1c1c1c; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #ffffff; --secondary-cta-text: #000612e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --accent: #15479c; + --background-accent: #a8cce8; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1