From 70720380b09d1e3c625ba773d9740d04fd46ca94 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 23:41:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e527a08..2c0f583 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,12 +7,22 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactText from '@/components/sections/contact/ContactText'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Shield, ArrowRight, Star } from 'lucide-react'; export default function Page() { const navItems = [{ name: "Home", id: "/" }]; return ( - + @@ -30,12 +40,14 @@ export default function Page() { description="Expert plumbing and heating solutions." animationType="blur-reveal" textboxLayout="default" + useInvertedBackground={false} features={[{ id: "1", label: "Plumbing", title: "Plumbing Repair", items: ["Leak detection", "Pipe repair", "Drain cleaning"] }, { id: "2", label: "Heating", title: "Heating Services", items: ["Boiler service", "Furnace repair", "Radiant heat"] }]} />
@@ -44,12 +56,14 @@ export default function Page() { cardTitle="What Our Clients Say" cardTag="Reviews" cardAnimation="blur-reveal" + useInvertedBackground={false} />