Compare commits
3 Commits
version_12
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| cdf3d74f58 | |||
| 1cc50bfd6d | |||
| efff8f406f |
@@ -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={[
|
||||||
|
|||||||
Reference in New Issue
Block a user