From 5b1ce102207985a844d8047e30c4481307d2b821 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 00:17:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 443fe1c..e50d84f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FaqBase from "@/components/sections/faq/FaqBase"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Wrench, Settings, Star, MessageSquare, HelpCircle } from "lucide-react"; +import { Wrench, Settings, Star, MessageSquare, HelpCircle, Phone, Mail } from "lucide-react"; export default function LandingPage() { return ( @@ -204,7 +204,7 @@ export default function LandingPage() { tagIcon={MessageSquare} tagAnimation="slide-up" title="Ready to schedule your service?" - description="Contact AutoPro Shop today to book an appointment. Our friendly team is here to help with all your automotive needs." + description="Contact AutoPro Shop today to book an appointment. Our friendly team is here to help with all your automotive needs. Call us at (613) 261-1333 or email autoprosinfo@gmail.com for immediate assistance." background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" -- 2.49.1