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