2 Commits

Author SHA1 Message Date
dbe20f6137 Update src/app/page.tsx 2026-06-02 21:13:28 +00:00
d3013685b2 Merge version_6 into main
Merge version_6 into main
2026-06-02 21:12:25 +00:00

View File

@@ -152,7 +152,7 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
tag="Reservations" tag="Reservations"
title="Secure Your Table at HidalGo Bistro" title="Secure Your Table at HidalGo Bistro"
description="Experience an unforgettable evening of culinary excellence at HidalGo Bistro. Book your reservation now, or get directions to our exquisite location. Visit us at 962 S Santa Fe Ave, Vista, CA 92084." description="Experience an unforgettable evening of culinary excellence at HidalGo Bistro. Book your reservation now, or get directions to our exquisite location. Visit us at 962 S Santa Fe Ave, Vista, CA 92084. Call us: +17605761943."
buttons={[ buttons={[
{ text: "Reserve Your Table Now", href: "#contact" }, { text: "Reserve Your Table Now", href: "#contact" },
{ text: "Get Directions", href: "https://www.google.com/maps/search/?api=1&query=962+S+Santa+Fe+Ave,+Vista,+CA+92084" } { text: "Get Directions", href: "https://www.google.com/maps/search/?api=1&query=962+S+Santa+Fe+Ave,+Vista,+CA+92084" }
@@ -166,7 +166,7 @@ export default function LandingPage() {
logoText="HidalGo Bistro" logoText="HidalGo Bistro"
columns={[ columns={[
{ title: "Discover", items: [{ label: "Our Story", href: "#about" }, { label: "Menu", href: "#menu" }, { label: "Team", href: "#team" }] }, { title: "Discover", items: [{ label: "Our Story", href: "#about" }, { label: "Menu", href: "#menu" }, { label: "Team", href: "#team" }] },
{ title: "Visit", items: [{ label: "Reservations", href: "#contact" }, { label: "Private Events", href: "#" }, { label: "Contact Us", href: "#contact" }] }, { title: "Visit", items: [{ label: "Reservations", href: "#contact" }, { label: "Private Events", href: "#" }, { label: "Contact Us", href: "#contact" }, { label: "Call Us: +17605761943", href: "tel:+17605761943" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] } { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]} ]}
copyrightText="© 2024 HidalGo Bistro | All rights reserved." copyrightText="© 2024 HidalGo Bistro | All rights reserved."