16 Commits

Author SHA1 Message Date
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
d50fe885ef Merge version_8 into main
Merge version_8 into main
2026-06-02 21:16:32 +00:00
2 changed files with 25 additions and 17 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">
@@ -85,12 +87,18 @@ 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: "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" }, { 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: "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" }, { 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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb1oOLOWLW0SIej53ZQyB7eom7/uploaded-1780434953426-a6oqwr85.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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb1oOLOWLW0SIej53ZQyB7eom7/uploaded-1780434953426-4lgrgtyb.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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb1oOLOWLW0SIej53ZQyB7eom7/uploaded-1780434953426-72lyuavb.jpg?_wi=1" }, { 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: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Eb1oOLOWLW0SIej53ZQyB7eom7/uploaded-1780434953426-72lyuavb.jpg?_wi=2" } { 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!") }
]} ]}
gridVariant="four-items-2x2-equal-grid" gridVariant="four-items-2x2-equal-grid"
animationType="slide-up" animationType="slide-up"

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);