diff --git a/src/app/page.tsx b/src/app/page.tsx index e83f7d1..748cb81 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -38,7 +38,7 @@ export default function LandingPage() { ]} brandName="Anna's Nail Salon" button={{ - text: "Book Now", href: "#booking"}} + text: "Book Now", href: "tel:+2173556135"}} /> @@ -48,7 +48,7 @@ export default function LandingPage() { description="Walk-ins welcome. Appointments honored. Always. Experience elite care in a luxury setting designed for you." buttons={[ { - text: "Book Your Appointment", href: "#booking"}, + text: "Book Your Appointment", href: "tel:+2173556135"}, ]} imageSrc="http://img.b2bpic.net/free-photo/life-style_1122-1803.jpg" showBlur={true} @@ -162,7 +162,7 @@ export default function LandingPage() { text="Ready to Treat Yourself? Join hundreds of loyal clients who say Anna's is the best they've ever had." buttons={[ { - text: "Call to Book", href: "tel:2173556135"}, + text: "Call to Book", href: "tel:+2173556135"}, { text: "Get Directions", href: "#"}, ]} @@ -178,4 +178,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}