From 67fb75772064c124bcb74c0156b76102a0bd6533 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 16:06:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 85b3ba1..1389fd1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,6 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { CheckCircle, Clock, MapPin, ShieldCheck, Wrench } from "lucide-react"; export default function LandingPage() { return ( @@ -88,6 +87,7 @@ export default function LandingPage() { description="Our commitment to quality sets us apart in the competitive plumbing industry." textboxLayout="default" animationType="depth-3d" + useInvertedBackground={false} metrics={[ { id: "m1", value: "5k+", title: "Projects", items: ["Annual completions"] }, { id: "m2", value: "A+", title: "Rating", items: ["BBB Verified"] }, @@ -114,6 +114,7 @@ export default function LandingPage() { description="Common inquiries about our professional plumbing services." faqsAnimation="slide-up" textboxLayout="split" + useInvertedBackground={false} faqs={[ { id: "q1", title: "Do you work 24/7?", content: "Yes, we offer emergency plumbing services around the clock, 365 days a year." }, { id: "q2", title: "Are your plumbers licensed?", content: "Every member of our team is a fully licensed and insured professional." } @@ -126,6 +127,7 @@ export default function LandingPage() { title="Get in Touch" description="Reach out to us for any service inquiries or to schedule an appointment today." tag="Contact" + useInvertedBackground={false} background={{ variant: "gradient-bars" }} onSubmit={(email) => console.log("Signed up:", email)} />