From 8f6de6e1e691a4e4329844e996a593e8b6f185f1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 23:58:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6472470..a818d02 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Home, Layout, List, Sparkles, Sun, Droplets, Zap, Building2, Home as HomeIcon, Phone } from "lucide-react"; +import { Home, List, Sparkles, Sun, Droplets, Zap, Building2, Home as HomeIcon, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -122,6 +122,8 @@ export default function LandingPage() { title="Trusted by Local Homeowners" description="Real feedback from our satisfied community." ratingClassName="text-yellow-500" + textboxLayout="split" + useInvertedBackground={false} /> @@ -137,6 +139,8 @@ export default function LandingPage() { title="Frequently Asked Questions" description="Have questions about our services? We've got answers." faqsAnimation="blur-reveal" + textboxLayout="split" + useInvertedBackground={false} /> @@ -161,12 +165,7 @@ export default function LandingPage() { ]} copyrightText="© 2025 Berry Clean Softwash & Exterior Care" columnsClassName="flex-col gap-4" - > - - - (503) 707-4782 - - + /> -- 2.49.1