From 4442d064206853771494e01f4041f233c3b8aa75 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 23:59:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a818d02..7127e07 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, List, Sparkles, Sun, Droplets, Zap, Building2, Home as HomeIcon, Phone } from "lucide-react"; +import { List, Sparkles, Sun, Droplets, Zap, Building2, Home as HomeIcon } from "lucide-react"; export default function LandingPage() { return ( @@ -122,8 +122,6 @@ export default function LandingPage() { title="Trusted by Local Homeowners" description="Real feedback from our satisfied community." ratingClassName="text-yellow-500" - textboxLayout="split" - useInvertedBackground={false} /> @@ -139,8 +137,6 @@ 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} /> -- 2.49.1