diff --git a/src/app/page.tsx b/src/app/page.tsx index f554b49..741b842 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,42 +9,30 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Phone, Shield } from "lucide-react"; +import { Phone, Shield, Wrench, CheckCircle } from "lucide-react"; export default function LandingPage() { return (
@@ -257,33 +102,14 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "How much for a service call?", - content: "We provide upfront pricing so there are no surprises. Call us today for a free estimate.", - }, + id: "q1", title: "Do you offer honest quotes?", content: "Always. We believe in transparency and providing a firm quote before any work begins."}, { - id: "q2", - title: "Do you offer weekend service?", - content: "Yes, we are truly 24/7 because plumbing emergencies don't stick to office hours.", - }, + id: "q2", title: "Are you available on weekends?", content: "Yes. We understand plumbing emergencies don't wait for Monday morning. We are here 24/7."}, { - id: "q3", - title: "Are you fully licensed in NC?", - content: "Absolutely. We are fully licensed, insured, and locally bonded for your peace of mind.", - }, - { - id: "q4", - title: "How fast can you arrive?", - content: "For emergencies, our dispatch team aims to reach you in under 60 minutes.", - }, - { - id: "q5", - title: "Do you guarantee your work?", - content: "We stand behind our local name. All parts and labor are fully guaranteed.", - }, + id: "q3", title: "Is your work guaranteed?", content: "Absolutely. We stand behind every job with a full guarantee on all parts and labor."}, ]} - sideTitle="Common Homeowner Questions" - sideDescription="Not sure if you need a pro? Here are common concerns resolved by our local experts." + sideTitle="Your Trusted Local Plumbing Partner" + sideDescription="We are happy to answer any questions about your home plumbing needs." faqsAnimation="blur-reveal" />
@@ -291,84 +117,25 @@ export default function LandingPage() {
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 9549d5f..9d9e5d3 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: #fbfbfb; + --card: #f0f0f0; + --foreground: #1a1a1a; + --primary-cta: #0a7039; --primary-cta-text: #ffffff; - --secondary-cta: #ffb300; + --secondary-cta: #e2e2e2; --secondary-cta-text: #000612e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --accent: #0a7039; + --background-accent: #e7eecd; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);