diff --git a/src/app/page.tsx b/src/app/page.tsx index f7d7b95..b91c3a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -179,9 +179,9 @@ export default function LandingPage() { id: "2", title: "Do you take reservations?", content: "Yes, for groups of 6 or more, please call us."}, ]} ctaTitle="Visit Clayt's Corner" - ctaDescription="Located in the heart of town. Call us to book a table or order ahead." + ctaDescription="Located in the heart of town. Call us to book a table or order ahead. Call (570) 797-3349." ctaButton={{ - text: "Call Now", href: "tel:5550123"}} + text: "Call Now", href: "tel:5707973349"}} ctaIcon={Phone} /> @@ -201,7 +201,7 @@ export default function LandingPage() { { title: "Contact", items: [ { - label: "Call Us", href: "tel:5550123"}, + label: "Call (570) 797-3349", href: "tel:5707973349"}, { label: "Directions", href: "#"}, ], @@ -213,4 +213,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file