3 Commits

Author SHA1 Message Date
92bb4165a7 Update src/app/page.tsx 2026-04-24 17:39:45 +00:00
79e9a63abc Merge version_1 into main
Merge version_1 into main
2026-04-24 17:39:24 +00:00
de4b738e80 Merge version_1 into main
Merge version_1 into main
2026-04-24 17:37:34 +00:00

View File

@@ -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: "#" }}
/> />