Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 92bb4165a7 | |||
| 79e9a63abc | |||
| de4b738e80 |
@@ -37,14 +37,14 @@ export default function LandingPage() {
|
|||||||
{ name: "Reviews", id: "testimonials" },
|
{ name: "Reviews", id: "testimonials" },
|
||||||
{ name: "Contact", id: "contact" },
|
{ name: "Contact", id: "contact" },
|
||||||
]}
|
]}
|
||||||
brandName="La Fortezza "
|
brandName="La Fortezza"
|
||||||
button={{ text: "Reserve Table", href: "#contact" }}
|
button={{ text: "Reserve Table", href: "#contact" }}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCarouselLogo
|
<HeroCarouselLogo
|
||||||
logoText="L'Antica Tirana"
|
logoText="La Fortezza"
|
||||||
description="Authentic Italian flavors, warm hospitality, and the heart of Italy in Tirana."
|
description="Authentic Italian flavors, warm hospitality, and the heart of Italy in Tirana."
|
||||||
buttons={[{ text: "Reserve Table", href: "#contact" }, { text: "View Menu", href: "#menu" }]}
|
buttons={[{ text: "Reserve Table", href: "#contact" }, { text: "View Menu", href: "#menu" }]}
|
||||||
slides={[
|
slides={[
|
||||||
@@ -159,7 +159,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="L'Antica Tirana"
|
logoText="La Fortezza"
|
||||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
leftLink={{ text: "Privacy Policy", href: "#" }}
|
||||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
rightLink={{ text: "Terms of Service", href: "#" }}
|
||||||
/>
|
/>
|
||||||
@@ -167,4 +167,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user