3 Commits

Author SHA1 Message Date
cdf3d74f58 Update src/app/page.tsx 2026-06-02 21:33:03 +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

View File

@@ -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={[