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} />