From 192eb0ae3af16080b644ff2c5e185e636e5e119b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 03:34:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6198ef2..603c631 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Sparkles, Star, Home, Wrench, Trash2 } from "lucide-react"; +import { Sparkles, Star, Home } from "lucide-react"; export default function HomePage() { return ( @@ -50,7 +50,6 @@ export default function HomePage() { description="Expert pressure washing, cleaning, and removal services to restore your property's curb appeal. Reliable care you can trust." buttons={[ { text: "Book Service", href: "#contact" }, - { text: "View Services", href: "#services" }, ]} imageSrc="http://img.b2bpic.net/free-photo/south-asian-man-indian-male-washing-his-white-transportation-car-wash_627829-5012.jpg" testimonials={[ -- 2.49.1