From 9106a1e88bc021a48bea8428df605905208cc26f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 23:31:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d6a73d5..f2be0f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { CheckCircle, Shield, Star, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -70,6 +69,7 @@ export default function LandingPage() {
@@ -112,6 +115,7 @@ export default function LandingPage() { description="Schedule your plumbing repair with Salty Dog today." buttons={[{ text: "Call (512) 264-4922", href: "tel:5122644922" }]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} /> -- 2.49.1