From 22a65dcb3b3ac3ed622d42922a9748df4cfd1155 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 10:56:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e58618c..ac38905 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Home } from "lucide-react"; +import { Home, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -72,7 +72,7 @@ export default function LandingPage() { { text: "Get a Free Quote", href: "#contact"}, { - text: "See All Services", href: "#services"}, + text: "Call Now: (623) 888-4631", href: "tel:+16238884631"}, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bye5KTJv4YA9hwTeogtt4l5M3O/professional-plumbing-service-interior-s-1775645682359-d750145c.png" imageAlt="Desert Oasis Plumbing technician on a service call" @@ -199,7 +199,7 @@ export default function LandingPage() { useInvertedBackground={true} background={{ variant: "sparkles-gradient"}} - text="Let's Fix It Together. We respond within one hour during our business hours, Monday through Friday, 7 AM to 7 PM." + text="Let's Fix It Together. We'll get back to you within one hour during business hours." buttons={[ { text: "Call Now: (623) 888-4631", href: "tel:+16238884631"}, -- 2.49.1