4 Commits

Author SHA1 Message Date
d3f2fbe51f Update src/app/page.tsx 2026-06-02 21:05:13 +00:00
c517730da1 Merge version_1 into main
Merge version_1 into main
2026-06-02 20:56:47 +00:00
8380e83343 Merge version_1 into main
Merge version_1 into main
2026-06-02 20:56:04 +00:00
9a662df191 Merge version_1 into main
Merge version_1 into main
2026-06-02 20:52:45 +00:00

View File

@@ -152,8 +152,11 @@ export default function LandingPage() {
<ContactCTA
tag="Reservations"
title="Secure Your Table at HidalGo Bistro"
description="Experience an unforgettable evening of culinary excellence. Book your reservation now and join us for an exquisite dining journey."
buttons={[{ text: "Reserve Your Table Now", href: "#" }]}
description="Experience an unforgettable evening of culinary excellence at HidalGo Bistro. Book your reservation now, or get directions to our exquisite location."
buttons={[
{ text: "Reserve Your Table Now", href: "#contact" },
{ text: "Get Directions", href: "https://maps.app.goo.gl/5gErpAgCvM9MfLJg6" }
]}
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
/>