Merge version_2 into main #4
@@ -32,7 +32,7 @@ export default function LandingPage() {
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Experience", id: "features" },
|
||||
{ name: "Guest Stories", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Contact", id: "contact", contactNumber: "+13077382291" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -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