diff --git a/src/app/page.tsx b/src/app/page.tsx index 49655a1..2cd7573 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { { name: "David L.", handle: "@localcustomer", testimonial: "Fixed my water heater in no time. Super friendly neighborhood service.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=0638qs" }, { name: "Karen T.", handle: "@localcustomer", testimonial: "Honest as the day is long. Highly recommend them for any repair.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d0t9cc" }, ]} - buttons={[{ text: "Call Now", href: "tel:5550102" }]} + buttons={[{ text: "Call Now", href: "tel:+16788952853" }]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gjbda0" imageAlt="friendly neighborhood plumber smiling" mediaAnimation="slide-up" @@ -166,8 +166,8 @@ export default function LandingPage() { @@ -179,11 +179,11 @@ export default function LandingPage() { columns={[ { title: "Services", items: [{ label: "Leak Repair", href: "#services" }, { label: "Water Heaters", href: "#services" }] }, { title: "Hours & Area", items: [{ label: "Mon-Sat 8am-6pm", href: "#" }, { label: "Service Area: Full County", href: "#" }] }, - { title: "Contact", items: [{ label: "555-0102", href: "tel:5550102" }, { label: "info@merrittplumbing.com", href: "mailto:info@merrittplumbing.com" }] }, + { title: "Contact", items: [{ label: "+16788952853", href: "tel:+16788952853" }, { label: "info@merrittplumbing.com", href: "mailto:info@merrittplumbing.com" }] }, ]} /> ); -} \ No newline at end of file +}