Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| df005b7a5d | |||
| 8595f3f603 | |||
| 9aae7e8be3 | |||
| 58ed679b63 |
@@ -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."},
|
id: "2", title: "Do you take reservations?", content: "Yes, for groups of 6 or more, please call us."},
|
||||||
]}
|
]}
|
||||||
ctaTitle="Visit Clayt's Corner"
|
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={{
|
ctaButton={{
|
||||||
text: "Call Now", href: "tel:5550123"}}
|
text: "Call Now", href: "tel:5707973349"}}
|
||||||
ctaIcon={Phone}
|
ctaIcon={Phone}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -201,7 +201,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Contact", items: [
|
title: "Contact", items: [
|
||||||
{
|
{
|
||||||
label: "Call Us", href: "tel:5550123"},
|
label: "Call (570) 797-3349", href: "tel:5707973349"},
|
||||||
{
|
{
|
||||||
label: "Directions", href: "#"},
|
label: "Directions", href: "#"},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user