From c2db29b32176194caea1654f304c9ef6a5fde4dc Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 20:51:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 683d694..d6bc405 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Home, Wrench, Search } from "lucide-react"; +import { Home, Wrench, Search, Phone, Mail, Clock } from "lucide-react"; export default function LandingPage() { return ( @@ -58,13 +58,6 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-as-lawyer_23-2151152323.jpg", alt: "Satisfied customer 5" }, ]} avatarText="Trusted by 500+ satisfied homeowners" - marqueeItems={[ - { type: "text", text: "Certified Professionals" }, - { type: "text", text: "Emergency Support" }, - { type: "text", text: "Guaranteed Results" }, - { type: "text", text: "Modern Techniques" }, - { type: "text", text: "Detail Oriented" }, - ]} /> @@ -142,7 +135,7 @@ export default function LandingPage() { text="Speak with a professional today. Emergency services available. Open until 6 PM." buttons={[ { text: "Call (416) 992-1071", href: "tel:4169921071" }, - { text: "Request A Quote", href: "#" }, + { text: "Request A Quote", href: "#contact" }, ]} /> @@ -159,4 +152,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file