4 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
62f10f5a40 Update src/app/page.tsx 2026-06-02 21:08:19 +00:00
cede6bf4fe Merge version_3 into main
Merge version_3 into main
2026-06-02 21:06:22 +00:00

View File

@@ -46,14 +46,14 @@ export default function LandingPage() {
<HeroCarouselLogo <HeroCarouselLogo
logoText="HidalGo Bistro" logoText="HidalGo Bistro"
description="Experience refined cuisine in an intimate setting where culinary artistry meets sophisticated ambiance. HidalGo Bistro invites you to discover exceptional flavors and impeccable service." description="Experience refined cuisine in an intimate setting where culinary artistry meets sophisticated ambiance. HidalGo Bistro invites you to discover exceptional flavors and impeccable service."
buttons={[{ text: "Reserve Your Table", href: "#contact" }]} buttons={[{ text: "Reserve Your Table", href: "#contact" }]}
slides={[ slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-empty-cafeteria_181624-29282.jpg", imageAlt: "Elegant restaurant interior with dim lighting and set tables" }, { imageSrc: "https://images.unsplash.com/photo-1549488344-ec24d6781681?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Elegant restaurant interior with dim lighting and set tables" },
{ imageSrc: "http://img.b2bpic.net/free-photo/eggplant-rolls-served-with-greens-tomatoes-walnuts-sesame-seeds_141793-604.jpg", imageAlt: "Gourmet dish beautifully plated with intricate details" }, { imageSrc: "https://images.unsplash.com/photo-1563273188-0ad562b70f03?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Gourmet steak dish beautifully plated with vegetables" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-girl_1157-4459.jpg", imageAlt: "Sommelier pouring red wine into a glass at a fine dining table" }, { imageSrc: "https://images.unsplash.com/photo-1600325035787-c102b37861bf?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Sommelier pouring red wine into a glass at a fine dining table" },
{ imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg", imageAlt: "Exterior of HidalGo Bistro at night, warmly lit" }, { imageSrc: "https://images.unsplash.com/photo-1577219491135-f62dc9670f59?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Professional chef preparing food in a gourmet kitchen" },
{ imageSrc: "http://img.b2bpic.net/free-photo/dessert-topped-with-cream-cherries_141793-658.jpg", imageAlt: "Decadent chocolate dessert with fresh berries" }, { imageSrc: "https://images.unsplash.com/photo-1621947844111-a8df0b555776?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Delicious truffle pasta dish with fresh herbs" },
{ imageSrc: "http://img.b2bpic.net/free-photo/people-cooking-professional-food-recipe-restaurant-kitchen-using-fresh-vegetables-prepare-gourmet-meal-diverse-team-cooks-making-authentic-menu-dish-gastronomy-cuisine-service_482257-43501.jpg", imageAlt: "Chefs meticulously preparing dishes in a bustling kitchen" } { imageSrc: "https://images.unsplash.com/photo-1587391789793-195b09819777?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Decadent chocolate dessert with fresh berries" }
]} ]}
autoplayDelay={4000} autoplayDelay={4000}
/> />
@@ -64,7 +64,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
tag="Our Story" tag="Our Story"
tagIcon={Utensils} tagIcon={Utensils}
buttons={[{ text: "Explore Our Heritage", href: "#" }]} buttons={[{ text: "Explore Our Heritage", href: "#" }]}
/> />
</div> </div>
<div id="features" data-section="features"> <div id="features" data-section="features">
@@ -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}