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">
|
||||
<NavbarStyleFullscreen
|
||||
brandName="HidalGo Bistro"
|
||||
logoClassName="text-2xl sm:text-3xl font-extrabold text-primary-cta drop-shadow-sm"
|
||||
navItems={[
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "About", id: "#about" },
|
||||
@@ -45,6 +46,7 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
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."
|
||||
buttons={[{ text: "Reserve Your Table", href: "#contact" }]}
|
||||
slides={[
|
||||
@@ -64,7 +66,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
tag="Our Story"
|
||||
tagIcon={Utensils}
|
||||
buttons={[{ text: "Explore Our Heritage", href: "#" }]}
|
||||
buttons={[{ text: "Explore Our Heritage", href: "#menu" }]}
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
|
||||
Reference in New Issue
Block a user