Update src/app/page.tsx

This commit is contained in:
2026-04-24 17:39:45 +00:00
parent 79e9a63abc
commit 92bb4165a7

View File

@@ -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>
);
}
}