diff --git a/src/app/page.tsx b/src/app/page.tsx index 4de5286..02fd733 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,7 +35,7 @@ export default function Page() { { name: "Gallery", id: "gallery" }, { name: "Contact", id: "contact" } ]} - button={{ text: "Book Your Wash", href: "#contact" }} + button={{ text: "Call Now", href: "tel:+19797301092" }} /> @@ -48,7 +48,7 @@ export default function Page() { tagAnimation="slide-up" background={{ variant: "plain" }} buttons={[ - { text: "Book Your Wash", href: "#contact" } + { text: "Call Now", href: "tel:+19797301092" } ]} buttonAnimation="blur-reveal" mediaItems={[ @@ -216,7 +216,7 @@ export default function Page() { socialLinks={[ { icon: Facebook, href: "https://facebook.com", ariaLabel: "Follow us on Facebook" }, { icon: Instagram, href: "https://instagram.com", ariaLabel: "Follow us on Instagram" }, - { icon: Phone, href: "tel:+1234567890", ariaLabel: "Call us" } + { icon: Phone, href: "tel:+19797301092", ariaLabel: "Call us" } ]} ariaLabel="Site footer" />