From df005b7a5d1e0da3de3f28e8c86b72a690b5e859 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 01:32:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.49.1