From 856738cf19e721e6b62769f26ffe55d322e85046 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 21:32:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5f7a73d..167e62f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ]} /> @@ -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: "#" } -- 2.49.1