Merge version_2 into main #4
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user