From a57b8f07d22762da649d1935245b04074b502ffe Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 05:28:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 69fc3ac..4d5b8eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Calendar, Camera, Scissors, Sparkles, Star, Users } from "lucide-react"; +import { Calendar, Camera, Scissors, Sparkles, Star, Users, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -202,10 +202,10 @@ export default function LandingPage() { tagIcon={Calendar} tagAnimation="slide-up" title="Book Your Appointment Today" - description="Call us or visit our location to schedule your grooming session. Walk-ins also welcome!" + description="Located at 123 Main St, open Mon-Sat 10am-8pm. Call us at (555) 123-4567 or visit our location to schedule your grooming session. Walk-ins also welcome!" buttons={[ - { text: "Call Now", href: "tel:+1234567890" }, - { text: "Visit Us", href: "#" } + { text: "Call Now", href: "tel:+15551234567" }, + { text: "Get Directions", href: "https://maps.google.com" } ]} buttonAnimation="slide-up" background={{ variant: "plain" }} @@ -222,4 +222,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1