39 Commits

Author SHA1 Message Date
5954a873c3 Update src/app/page.tsx 2026-06-03 22:01:09 +00:00
2f0ec51dc0 Merge version_20 into main
Merge version_20 into main
2026-06-03 21:59:37 +00:00
fa48970f09 Update src/app/page.tsx 2026-06-03 21:59:34 +00:00
df2b7ad000 Merge version_18 into main
Merge version_18 into main
2026-06-03 21:55:53 +00:00
5a674cae71 Update src/app/page.tsx 2026-06-03 21:55:47 +00:00
e38f34016f Merge version_17 into main
Merge version_17 into main
2026-06-03 21:54:07 +00:00
36c2bdf1f7 Update src/app/page.tsx 2026-06-03 21:54:03 +00:00
18a95c31e5 Merge version_16 into main
Merge version_16 into main
2026-06-03 21:52:39 +00:00
022807953a Update src/app/page.tsx 2026-06-03 21:52:36 +00:00
be332e55b4 Merge version_16 into main
Merge version_16 into main
2026-06-03 21:52:15 +00:00
8e5cb10bda Update src/app/page.tsx 2026-06-03 21:52:09 +00:00
c53fa31f00 Merge version_15 into main
Merge version_15 into main
2026-06-02 21:36:50 +00:00
403a7ec273 Update src/app/page.tsx 2026-06-02 21:36:44 +00:00
ba8e38dd7a Merge version_14 into main
Merge version_14 into main
2026-06-02 21:35:11 +00:00
c8aaacf755 Update src/app/page.tsx 2026-06-02 21:35:08 +00:00
92a1401e9f Merge version_13 into main
Merge version_13 into main
2026-06-02 21:33:06 +00:00
cdf3d74f58 Update src/app/page.tsx 2026-06-02 21:33:03 +00:00
aa63cb5c2c Merge version_13 into main
Merge version_13 into main
2026-06-02 21:32:20 +00:00
1cc50bfd6d Update src/app/page.tsx 2026-06-02 21:32:17 +00:00
efff8f406f Merge version_12 into main
Merge version_12 into main
2026-06-02 21:29:30 +00:00
d7fcdaa658 Update src/app/page.tsx 2026-06-02 21:29:24 +00:00
f55e5bf6fe Merge version_11 into main
Merge version_11 into main
2026-06-02 21:27:19 +00:00
89484a4df5 Update src/app/styles/variables.css 2026-06-02 21:27:16 +00:00
20969cb92f Update src/app/page.tsx 2026-06-02 21:27:16 +00:00
315d424764 Merge version_10 into main
Merge version_10 into main
2026-06-02 21:24:46 +00:00
5af02a4338 Update src/app/page.tsx 2026-06-02 21:24:40 +00:00
0f60edc439 Merge version_9 into main
Merge version_9 into main
2026-06-02 21:22:29 +00:00
c083edbc99 Update src/app/page.tsx 2026-06-02 21:22:23 +00:00
e7cb131649 Merge version_8 into main
Merge version_8 into main
2026-06-02 21:16:56 +00:00
f0d7015e24 Update src/app/page.tsx 2026-06-02 21:16:52 +00:00
d50fe885ef Merge version_8 into main
Merge version_8 into main
2026-06-02 21:16:32 +00:00
f2884a6338 Update src/app/page.tsx 2026-06-02 21:16:25 +00:00
af9d051c9b Merge version_7 into main
Merge version_7 into main
2026-06-02 21:13:31 +00:00
dbe20f6137 Update src/app/page.tsx 2026-06-02 21:13:28 +00:00
d3013685b2 Merge version_6 into main
Merge version_6 into main
2026-06-02 21:12:25 +00:00
a3813bb19a Update src/app/page.tsx 2026-06-02 21:12:22 +00:00
3084153a38 Merge version_5 into main
Merge version_5 into main
2026-06-02 21:11:08 +00:00
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
2 changed files with 57 additions and 24 deletions

View File

@@ -21,7 +21,7 @@ export default function LandingPage() {
borderRadius="rounded" borderRadius="rounded"
contentWidth="medium" contentWidth="medium"
sizing="medium" sizing="medium"
background="fluid" background="noiseDiagonalGradient"
cardStyle="subtle-shadow" cardStyle="subtle-shadow"
primaryButtonStyle="primary-glow" primaryButtonStyle="primary-glow"
secondaryButtonStyle="layered" secondaryButtonStyle="layered"
@@ -30,6 +30,7 @@ export default function LandingPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarStyleFullscreen <NavbarStyleFullscreen
brandName="HidalGo Bistro" brandName="HidalGo Bistro"
logoClassName="text-2xl sm:text-3xl font-extrabold text-primary-cta drop-shadow-sm"
navItems={[ navItems={[
{ name: "Home", id: "#hero" }, { name: "Home", id: "#hero" },
{ name: "About", id: "#about" }, { name: "About", id: "#about" },
@@ -45,6 +46,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroCarouselLogo <HeroCarouselLogo
logoText="HidalGo Bistro" logoText="HidalGo Bistro"
logoClassName="text-4xl sm:text-5xl lg:text-6xl font-extrabold text-primary-cta drop-shadow-md"
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={[
@@ -64,7 +66,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: "#menu" }]}
/> />
</div> </div>
<div id="features" data-section="features"> <div id="features" data-section="features">
@@ -72,9 +74,9 @@ export default function LandingPage() {
title="Experience the Essence of HidalGo Bistro" 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." description="More than just a meal, HidalGo Bistro offers a complete sensory journey. Explore the pillars of our distinguished dining experience."
features={[ features={[
{ 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: "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: "https://images.unsplash.com/photo-1544025166-57777708ee3b?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", 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: "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: "https://images.unsplash.com/photo-1616424564557-5509e53ceb56?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", 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" } { 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: "https://images.unsplash.com/photo-1578351508218-c26639d6ec99?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Professional waiter serving a dish at a fine dining restaurant" }
]} ]}
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
@@ -85,12 +87,42 @@ export default function LandingPage() {
title="Our Signature Culinary Creations" title="Our Signature Culinary Creations"
description="A glimpse into our seasonal menu, where fresh ingredients meet artistic presentation." description="A glimpse into our seasonal menu, where fresh ingredients meet artistic presentation."
products={[ products={[
{ id: "p1", name: "Pan-Seared Scallops", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-exotic-seafood-cooked-dinner_651396-1439.jpg", imageAlt: "Pan-seared scallops with a light sauce and herbs" }, { id: "p1", name: "Pan-Seared Scallops", price: "$38", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb1oOLOWLW0SIej53ZQyB7eom7/uploaded-1780434953426-odr600dl.jpg", imageAlt: "Pan-seared scallops with a light sauce and herbs", onProductClick: () => alert("Product Pan-Seared Scallops clicked!") },
{ id: "p2", name: "Filet Mignon", price: "$58", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-table_140725-2402.jpg", imageAlt: "Perfectly cooked filet mignon with asparagus and potato puree" }, { id: "p2", name: "Filet Mignon", price: "$58", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb1oOLOWLW0SIej53ZQyB7eom7/uploaded-1780434953426-f1k7d3xb.jpg", imageAlt: "Perfectly cooked filet mignon with asparagus and potato puree", onProductClick: () => alert("Product Filet Mignon clicked!") },
{ id: "p3", name: "Truffle Pasta", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/truffles-pasta-arrangement_23-2149525100.jpg", imageAlt: "Handmade pasta with black truffle shavings" }, { id: "p3", name: "Truffle Pasta", price: "$42", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb1oOLOWLW0SIej53ZQyB7eom7/uploaded-1780434953426-a6oqwr85.jpg", imageAlt: "Handmade pasta with black truffle shavings", onProductClick: () => alert("Product Truffle Pasta clicked!") },
{ id: "p4", name: "Roasted Duck Breast", price: "$45", imageAlt: "Roasted duck breast with a rich cherry reduction", imageSrc: "http://img.b2bpic.net/free-photo/homemade-baked-porchetta-rolls-with-several-herbs-pepper-garlic_127032-2793.jpg" }, { id: "p4", name: "Roasted Duck Breast", price: "$45", imageAlt: "Roasted duck breast with a rich cherry reduction", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb1oOLOWLW0SIej53ZQyB7eom7/uploaded-1780434953426-4lgrgtyb.jpg", onProductClick: () => alert("Product Roasted Duck Breast clicked!") },
{ id: "p5", name: "Chocolate Lava Cake", price: "$18", imageAlt: "Warm chocolate lava cake with a scoop of vanilla ice cream", imageSrc: "http://img.b2bpic.net/free-photo/carrot-cake-with-someone-cup-tea_140725-4505.jpg" }, { id: "p5", name: "Chocolate Lava Cake", price: "$18", imageAlt: "Warm chocolate lava cake with a scoop of vanilla ice cream", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb1oOLOWLW0SIej53ZQyB7eom7/uploaded-1780434953426-72lyuavb.jpg?_wi=1", onProductClick: () => alert("Product Chocolate Lava Cake clicked!") },
{ id: "p6", name: "Artisanal Cheese Board", price: "$29", imageAlt: "Selection of artisanal cheeses, fruits, and crackers", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hands-putting-melt-cheese-food_23-2149606360.jpg" } { id: "p6", name: "Artisanal Cheese Board", price: "$29", imageAlt: "Selection of artisanal cheeses, fruits, and crackers", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb1oOLOWLW0SIej53ZQyB7eom7/uploaded-1780434953426-72lyuavb.jpg?_wi=2", onProductClick: () => alert("Product Artisanal Cheese Board clicked!") },
{ id: "p7", name: "Gourmet Risotto", price: "$34", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb1oOLOWLW0SIej53ZQyB7eom7/uploaded-1780435309434-ga5f63rn.jpg", imageAlt: "Creamy gourmet risotto with fresh herbs", onProductClick: () => alert("Product Gourmet Risotto clicked!") },
{ id: "p8", name: "Grilled Lamb Chops", price: "$49", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb1oOLOWLW0SIej53ZQyB7eom7/uploaded-1780435309435-izbj6hwp.jpg", imageAlt: "Grilled lamb chops with roasted vegetables", onProductClick: () => alert("Product Grilled Lamb Chops clicked!") },
{ id: "p9", name: "Seafood Paella", price: "$46", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb1oOLOWLW0SIej53ZQyB7eom7/uploaded-1780435309435-212p7n05.jpg", imageAlt: "Authentic seafood paella with saffron rice", onProductClick: () => alert("Product Seafood Paella clicked!") },
{ id: "p10", name: "Vegetarian Lasagna", price: "$28", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb1oOLOWLW0SIej53ZQyB7eom7/uploaded-1780435309435-eei03cik.jpg", imageAlt: "Layers of rich vegetarian lasagna", onProductClick: () => alert("Product Vegetarian Lasagna clicked!") },
{ id: "p11", name: "Crème Brûlée", price: "$16", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb1oOLOWLW0SIej53ZQyB7eom7/uploaded-1780435309435-9ts9z2h3.jpg", imageAlt: "Classic crème brûlée with a caramelized sugar crust", onProductClick: () => alert("Product Crème Brûlée clicked!") },
{ id: "p12", name: "Gourmet Burger", price: "$25", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb1oOLOWLW0SIej53ZQyB7eom7/uploaded-1780435452649-884g0yzh.jpg", imageAlt: "Gourmet burger with all the fixings", onProductClick: () => alert("Product Gourmet Burger clicked!") },
{ id: "p13", name: "HidalGO! Wings", price: "$11.99", imageSrc: "https://images.unsplash.com/photo-1596700812228-569df91eb705?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1", imageAlt: "Crispy wings with choice of Mango Habanero, BBQ, Teriyaki or Buffalo served with celery, carrots and garlic bread", onProductClick: () => alert("Product HidalGO! Wings clicked!") },
{ id: "p14", name: "Family Wing Feast", price: "$49.99", imageSrc: "https://images.unsplash.com/photo-1596700812228-569df91eb705?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2", imageAlt: "36 wings, 3 sauces", onProductClick: () => alert("Product Family Wing Feast clicked!") },
{ id: "p15", name: "Chips, Guac & Fire-Roasted Salsa", price: "$13.50", imageSrc: "https://images.unsplash.com/photo-1551782450-a2132b4fd422?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Tortilla chips served with fresh guacamole and roasted salsa", onProductClick: () => alert("Product Chips, Guac & Fire-Roasted Salsa clicked!") },
{ id: "p16", name: "Caesar Imperial", price: "$13.50", imageSrc: "https://images.unsplash.com/photo-1627308595167-27e1a6c0c2a2?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Classic Caesar salad with romaine lettuce, croutons, parmesan, and a creamy Caesar dressing.", onProductClick: () => alert("Product Caesar Imperial clicked!") },
{ id: "p17", name: "Ensalada Tierra Dulce", price: "$14.00", imageSrc: "https://images.unsplash.com/photo-1519708227418-f7fd9593a2a8?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Sweet potato, quinoa, black beans, corn, and avocado with a lime vinaigrette.", onProductClick: () => alert("Product Ensalada Tierra Dulce clicked!") },
{ id: "p18", name: "Ensalada Del Pacifico", price: "$22.00", imageSrc: "https://images.unsplash.com/photo-1579587392135-c3359d9c8789?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Grilled shrimp, mixed greens, mango, avocado, and red onion with a passion fruit dressing.", onProductClick: () => alert("Product Ensalada Del Pacifico clicked!") },
{ id: "p19", name: "Buffalo Chicken Sandwich", price: "$15.99", imageSrc: "https://images.unsplash.com/photo-1571407914844-3d07e682e071?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=1", imageAlt: "Spicy buffalo chicken, fresh lettuce, tomato, and a creamy ranch dressing on a toasted bun.", onProductClick: () => alert("Product Buffalo Chicken Sandwich clicked!") },
{ id: "p20", name: "Teriyaki Sunset Sandwich", price: "$15.50", imageSrc: "https://images.unsplash.com/photo-1627308595167-27e1a6c0c2a2?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&_wi=2", imageAlt: "Grilled chicken glazed with sweet teriyaki sauce, pineapple, and crisp lettuce on a brioche bun.", onProductClick: () => alert("Product Teriyaki Sunset Sandwich clicked!") },
{ id: "p21", name: "Philly Cheesesteak Sandwich", price: "$17.99", imageSrc: "https://images.unsplash.com/photo-1616147413695-17a42b10ae1d?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Thinly sliced steak, melted provolone cheese, and caramelized onions on a hoagie roll.", onProductClick: () => alert("Product Philly Cheesesteak Sandwich clicked!") },
{ id: "p22", name: "Club Sandwich", price: "$17.99", imageSrc: "https://images.unsplash.com/photo-1543301323-93666d3a95c4?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Triple-layered classic with roasted turkey, crispy bacon, fresh lettuce, tomato, and mayo.", onProductClick: () => alert("Product Club Sandwich clicked!") },
{ id: "p23", name: "Jalapeño Inferno Burger", price: "$18.99", imageSrc: "https://images.unsplash.com/photo-1594212902624-9b8e21e0501a?q=80&w=2940&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Flame-grilled patty, pepper jack cheese, crispy jalapeños, and a fiery sriracha aioli.", onProductClick: () => alert("Product Jalapeño Inferno Burger clicked!") },
{ id: "p24", name: "La Tradición Burger", price: "$18.50", imageSrc: "https://images.unsplash.com/photo-1572803309226-e17f41f021e1?q=80&w=2670&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D", imageAlt: "Juicy beef patty, Oaxaca cheese, chorizo, avocado, and a cilantro-lime crema.", onProductClick: () => alert("Product La Tradición Burger clicked!") },
{ id: "p25", name: "Mushroom Omelet", price: "$16.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb1oOLOWLW0SIej53ZQyB7eom7/uploaded-1780435309435-izbj6hwp.jpg?_wi=25", imageAlt: "Fluffy eggs with sautéed mushrooms and a blend of cheeses.", onProductClick: () => alert("Product Mushroom Omelet clicked!") },
{ id: "p26", name: "Denver Omelet", price: "$17.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb1oOLOWLW0SIej53ZQyB7eom7/uploaded-1780435309435-izbj6hwp.jpg?_wi=26", imageAlt: "Classic omelet with diced ham, bell peppers, onions, and cheddar cheese.", onProductClick: () => alert("Product Denver Omelet clicked!") },
{ id: "p27", name: "Meñito Omelet", price: "$17.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb1oOLOWLW0SIej53ZQyB7eom7/uploaded-1780435309435-izbj6hwp.jpg?_wi=27", imageAlt: "Savory omelet with chorizo, jalapeños, onions, and Oaxaca cheese.", onProductClick: () => alert("Product Meñito Omelet clicked!") },
{ id: "p28", name: "Popeye Omelet", price: "$16.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb1oOLOWLW0SIej53ZQyB7eom7/uploaded-1780435309435-izbj6hwp.jpg?_wi=28", imageAlt: "Healthy and delicious omelet with fresh spinach, feta cheese, and tomatoes.", onProductClick: () => alert("Product Popeye Omelet clicked!") },
{ id: "p29", name: "Make Your Own Omelet", price: "$16.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb1oOLOWLW0SIej53ZQyB7eom7/uploaded-1780435309435-izbj6hwp.jpg?_wi=29", imageAlt: "Customize your omelet with your choice of three fillings.", onProductClick: () => alert("Product Make Your Own Omelet clicked!") },
{ id: "p30", name: "Classic Breakfast Burrito", price: "$12.99", 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&_wi=30", imageAlt: "A hearty breakfast burrito with eggs, cheese, potatoes, and your choice of meat.", onProductClick: () => alert("Product Classic Breakfast Burrito clicked!") },
{ id: "p31", name: "Burrito Hidalgo", price: "$13.99", 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&_wi=31", imageAlt: "Our signature burrito with chorizo, eggs, cheese, and salsa, wrapped in a warm tortilla.", onProductClick: () => alert("Product Burrito Hidalgo clicked!") },
{ id: "p32", name: "Burrito del Valle", price: "$13.99", 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&_wi=32", imageAlt: "Vegetarian delight with scrambled eggs, black beans, corn, bell peppers, and avocado.", onProductClick: () => alert("Product Burrito del Valle clicked!") },
{ id: "p33", name: "Burrito del Campo", price: "$13.99", 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&_wi=33", imageAlt: "A farm-fresh burrito filled with eggs, sausage, potatoes, and smoked gouda.", onProductClick: () => alert("Product Burrito del Campo clicked!") },
{ id: "p34", name: "Make Your Own Burrito", price: "$13.99", 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&_wi=34", imageAlt: "Customize your perfect breakfast burrito with your favorite ingredients.", onProductClick: () => alert("Product Make Your Own Burrito clicked!") },
{ id: "p35", name: "Bagel Sol Naciente", price: "$15.50", 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&_wi=35", imageAlt: "Toasted bagel with cream cheese, smoked salmon, capers, and red onion. Add avocado for $2.", onProductClick: () => alert("Product Bagel Sol Naciente clicked!") },
{ id: "p36", name: "Croissant D'orée del Alba", price: "$17.99", 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&_wi=36", imageAlt: "Flaky croissant with eggs, ham, and gruyere cheese, baked to golden perfection.", onProductClick: () => alert("Product Croissant D'orée del Alba clicked!") }
]} ]}
gridVariant="four-items-2x2-equal-grid" gridVariant="four-items-2x2-equal-grid"
animationType="slide-up" animationType="slide-up"
@@ -141,7 +173,8 @@ export default function LandingPage() {
{ id: "faq3", title: "Do you accommodate dietary restrictions?", content: "Yes, we strive to accommodate all dietary needs. Please inform us of any restrictions or allergies when making your reservation." }, { id: "faq3", title: "Do you accommodate dietary restrictions?", content: "Yes, we strive to accommodate all dietary needs. Please inform us of any restrictions or allergies when making your reservation." },
{ id: "faq4", title: "Is HidalGo Bistro available for private events?", content: "We offer exclusive private dining options for special occasions. Please contact our events team for more information and availability." }, { id: "faq4", title: "Is HidalGo Bistro available for private events?", content: "We offer exclusive private dining options for special occasions. Please contact our events team for more information and availability." },
{ id: "faq5", title: "Do you have a bar or lounge area?", content: "Yes, our elegant bar and lounge offers a curated selection of cocktails, wines, and spirits, perfect for pre-dinner drinks or a relaxed evening." }, { id: "faq5", title: "Do you have a bar or lounge area?", content: "Yes, our elegant bar and lounge offers a curated selection of cocktails, wines, and spirits, perfect for pre-dinner drinks or a relaxed evening." },
{ id: "faq6", title: "What are your operating hours?", content: "HidalGo Bistro is open for dinner service from Tuesday to Saturday, 5:00 PM to 10:00 PM. We are closed on Sundays and Mondays." } { id: "faq6", title: "What are your operating hours?", content: "HidalGo Bistro is open: Monday 9 AM9 PM, Tuesday 9 AM9 PM, Wednesday 9 AM9 PM, Thursday 9 AM9 PM, Friday 9 AM9 PM, Saturday 9 AM9 PM, and Sunday 9 AM6 PM."
}
]} ]}
faqsAnimation="slide-up" faqsAnimation="slide-up"
textboxLayout="default" textboxLayout="default"
@@ -152,10 +185,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. Call us: +17605761943."
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}
@@ -166,7 +199,7 @@ export default function LandingPage() {
logoText="HidalGo Bistro" logoText="HidalGo Bistro"
columns={[ columns={[
{ title: "Discover", items: [{ label: "Our Story", href: "#about" }, { label: "Menu", href: "#menu" }, { label: "Team", href: "#team" }] }, { title: "Discover", items: [{ label: "Our Story", href: "#about" }, { label: "Menu", href: "#menu" }, { label: "Team", href: "#team" }] },
{ title: "Visit", items: [{ label: "Reservations", href: "#contact" }, { label: "Private Events", href: "#" }, { label: "Contact Us", href: "#contact" }] }, { title: "Visit", items: [{ label: "Reservations", href: "#contact" }, { label: "Private Events", href: "#" }, { label: "Contact Us", href: "#contact" }, { label: "Call Us: +17605761943", href: "tel:+17605761943" }] },
{ title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] } { title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }
]} ]}
copyrightText="© 2024 HidalGo Bistro | All rights reserved." copyrightText="© 2024 HidalGo Bistro | All rights reserved."
@@ -174,4 +207,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5f5f5; --background: #efebe5;
--card: #ffffff; --card: #f7f2ea;
--foreground: #1c1c1c; --foreground: #000000;
--primary-cta: #1c1c1c; --primary-cta: #000000;
--primary-cta-text: #f5f5f5; --primary-cta-text: #efebe5;
--secondary-cta: #ffffff; --secondary-cta: #ffffff;
--secondary-cta-text: #1c1c1c; --secondary-cta-text: #000000;
--accent: #e63946; --accent: #ffffff;
--background-accent: #e8bea8; --background-accent: #e1b875;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);