Compare commits
6 Commits
version_12
...
version_14
| Author | SHA1 | Date | |
|---|---|---|---|
| c8aaacf755 | |||
| 92a1401e9f | |||
| cdf3d74f58 | |||
| aa63cb5c2c | |||
| 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={[
|
||||||
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user