Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5ec6dc4502 | |||
| 856738cf19 | |||
| 6ffee910a7 | |||
| 1e2a9a9c13 | |||
| f1ebe6f124 |
@@ -183,7 +183,7 @@ export default function LandingPage() {
|
||||
title="Ready for Genuine Hospitality?"
|
||||
description="Reserve your room, ask about our menu, or just say hello. Country Inn welcomes your call, email, or visit. Let's make your next road trip one you'll never forget."
|
||||
buttons={[
|
||||
{ text: "Call Us Now", href: "tel:+13071234567" },
|
||||
{ text: "Call Us Now", href: "tel:+13077382291" },
|
||||
{ text: "Book Your Stay", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -214,7 +214,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "Connect", items: [
|
||||
{ label: "Call Us", href: "tel:+13071234567" },
|
||||
{ label: "Call Us", href: "tel:+13077382291" },
|
||||
{ label: "Email", href: "mailto:hello@countryinn.com" },
|
||||
{ label: "Follow Us", href: "#" },
|
||||
{ label: "Reviews", href: "#" }
|
||||
|
||||
Reference in New Issue
Block a user