6 Commits

Author SHA1 Message Date
0acfae8639 Update src/app/page.tsx 2026-06-02 21:06:19 +00:00
62b39c4dc6 Merge version_2 into main
Merge version_2 into main
2026-06-02 21:05:20 +00:00
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

@@ -69,12 +69,12 @@ export default function LandingPage() {
</div>
<div id="features" data-section="features">
<FeatureCardNineteen
title="Unparalleled Dining Experiences"
description="Discover what makes HidalGo Bistro a distinguished destination for discerning palates."
title="Experience the Essence of HidalGo Bistro"
description="More than just a meal, HidalGo Bistro offers a complete sensory journey. Explore the pillars of our distinguished dining experience."
features={[
{ tag: "Ambiance", title: "Intimate & Elegant Setting", subtitle: "A sanctuary for the senses.", description: "Our bistro offers a sophisticated atmosphere, perfect for romantic dinners, celebratory gatherings, or private business affairs.", imageSrc: "http://img.b2bpic.net/free-photo/steak-with-creamy-mushroom-sauce-rice_140725-2206.jpg", imageAlt: "Elegant and intimate dining room at HidalGo Bistro" },
{ tag: "Cuisine", title: "Exquisite Culinary Creations", subtitle: "Taste the artistry.", description: "Our award-winning chefs blend traditional recipes with innovative techniques, creating dishes that are both familiar and exciting.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-meat-with-green-sauce-tomato_140725-9526.jpg", imageAlt: "Exquisite gourmet dish with detailed plating" },
{ tag: "Service", title: "Impeccable & Attentive Service", subtitle: "Every detail perfected.", description: "From the moment you arrive, our dedicated team ensures a seamless and memorable dining experience tailored to your needs.", imageSrc: "http://img.b2bpic.net/free-photo/male-waiter-using-touchpad-while-serving-customers-cafe-taking-their-orders_637285-3973.jpg", imageAlt: "Professional waiter serving a dish at a fine dining restaurant" }
{ tag: "Ambiance", title: "Intimate & Elegant Setting", subtitle: "A sanctuary for the senses.", description: "Step into an oasis of calm and elegance. Our meticulously designed interiors, soft lighting, and curated decor create a sophisticated atmosphere, perfect for romantic evenings, intimate gatherings, and special celebrations. We ensure every visit is a sensory delight.", imageSrc: "http://img.b2bpic.net/free-photo/steak-with-creamy-mushroom-sauce-rice_140725-2206.jpg", imageAlt: "Elegant and intimate dining room at HidalGo Bistro" },
{ tag: "Cuisine", title: "Exquisite Culinary Creations", subtitle: "Taste the artistry.", description: "Led by acclaimed Chef Julian Herrera, our kitchen crafts a dynamic menu of Modern European cuisine with a focus on seasonal, locally sourced ingredients. Expect artfully presented dishes that tantalize the palate, from delicate appetizers to robust main courses and decadent desserts.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-meat-with-green-sauce-tomato_140725-9526.jpg", imageAlt: "Exquisite gourmet dish with detailed plating" },
{ tag: "Service", title: "Impeccable & Attentive Service", subtitle: "Every detail perfected.", description: "At HidalGo Bistro, service is an art form. Our highly trained and intuitive staff are dedicated to anticipating your needs, offering expert recommendations on wine pairings, and ensuring every aspect of your visit is flawless and personalized, allowing you to relax and savor the moment.", imageSrc: "http://img.b2bpic.net/free-photo/male-waiter-using-touchpad-while-serving-customers-cafe-taking-their-orders_637285-3973.jpg", imageAlt: "Professional waiter serving a dish at a fine dining restaurant" }
]}
textboxLayout="default"
useInvertedBackground={true}
@@ -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}
/>