Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-30 01:32:34 +00:00

View File

@@ -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}
/>
</div>
@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}