diff --git a/src/app/page.tsx b/src/app/page.tsx index f1e8e5a..4cad37c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function LandingPage() { { name: "Contact", id: "contact" } ]} button={{ - text: "Call Now", href: "tel:+16509876543" + text: "Call Now", href: "tel:+16503264820" }} /> @@ -48,7 +48,7 @@ export default function LandingPage() { tagIcon={Award} tagAnimation="slide-up" buttons={[ - { text: "📞 Call Now", href: "tel:+16509876543" }, + { text: "📞 Call Now", href: "tel:+16503264820" }, { text: "🗓 Book Appointment", href: "#contact" } ]} buttonAnimation="slide-up" @@ -199,7 +199,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} buttons={[ - { text: "📞 Call Now", href: "tel:+16509876543" }, + { text: "📞 Call Now", href: "tel:+16503264820" }, { text: "Book Appointment", href: "#contact" } ]} buttonAnimation="slide-up" @@ -221,7 +221,7 @@ export default function LandingPage() { id: "kids-haircuts", title: "Do you cut kids' hair?", content: "Absolutely! Anthony specializes in kids haircuts and creates a fun, comfortable experience. Kids haircuts are $20 and take about 25 minutes." }, { - id: "appointment-booking", title: "How do I book an appointment?", content: "You can call us at (650) 987-6543 or fill out our booking form on this website. We recommend booking at least 24 hours in advance, especially for evenings and weekends." + id: "appointment-booking", title: "How do I book an appointment?", content: "You can call us at (650) 326-4820 or fill out our booking form on this website. We recommend booking at least 24 hours in advance, especially for evenings and weekends." }, { id: "hours", title: "What are your hours?", content: "We're open Tuesday-Friday 10am-6pm, Saturday 9am-5pm, and Sunday 10am-4pm. We're closed Mondays. Holidays may affect hours, so call ahead during holiday periods." @@ -244,10 +244,10 @@ export default function LandingPage() {