From 95c6d931fa11bb40584bb7f2b7d43885821d4bd7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:13:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 281 ++++++++--------------------------------------- 1 file changed, 47 insertions(+), 234 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index de79188..d34f4bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTe import LegalSection from '@/components/legal/LegalSection'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import { Award, CheckCircle, Clock, DollarSign, Shield, Star, Tool } from "lucide-react"; +import { Award, CheckCircle, Clock, DollarSign, Shield, Star, Wrench, Handshake } from "lucide-react"; export default function LandingPage() { return ( @@ -29,26 +29,11 @@ export default function LandingPage() { @@ -285,16 +142,8 @@ export default function LandingPage() { description="Quick answers to help you maintain your home's systems." faqsAnimation="slide-up" faqs={[ - { - id: "f1", - title: "How often should I flush my water heater?", - content: "We recommend flushing it at least once a year to prevent sediment buildup.", - }, - { - id: "f2", - title: "What should I do if I have a leak?", - content: "Shut off your main water valve immediately and call us.", - }, + { id: "f1", title: "How often should I flush my water heater?", content: "We recommend flushing it at least once a year to prevent sediment buildup." }, + { id: "f2", title: "What should I do if I have a leak?", content: "Shut off your main water valve immediately and call us." } ]} /> @@ -302,45 +151,9 @@ export default function LandingPage() {