Update src/app/page.tsx
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user