2 Commits

Author SHA1 Message Date
f20748e424 Update src/app/page.tsx 2026-06-02 21:11:05 +00:00
0e663cac36 Merge version_4 into main
Merge version_4 into main
2026-06-02 21:08:22 +00:00

View File

@@ -152,10 +152,10 @@ 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." 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."
buttons={[ buttons={[
{ text: "Reserve Your Table Now", href: "#contact" }, { text: "Reserve Your Table Now", href: "#contact" },
{ text: "Get Directions", href: "https://maps.app.goo.gl/5gErpAgCvM9MfLJg6" } { text: "Get Directions", href: "https://www.google.com/maps/search/?api=1&query=962+S+Santa+Fe+Ave,+Vista,+CA+92084" }
]} ]}
background={{ variant: "radial-gradient" }} background={{ variant: "radial-gradient" }}
useInvertedBackground={false} useInvertedBackground={false}