3 Commits

Author SHA1 Message Date
4ae1d0c7b5 Update src/app/page.tsx 2026-06-03 15:30:12 +00:00
f0ffc308e0 Update src/app/page.tsx 2026-06-03 15:28:50 +00:00
8201c58f42 Merge version_2 into main
Merge version_2 into main
2026-06-03 15:24:16 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
]} ]}
brandName="Gighi's" brandName="Gighi's"
button={{ button={{
text: "Prenota Ora", href: "https://wa.me/39XXXXXXXXXX"}} text: "Prenota Ora", href: "https://wa.me/39XXXXXXXXXX"}}
animateOnLoad={true} animateOnLoad={true}
/> />
</div> </div>
@@ -61,11 +61,13 @@ export default function LandingPage() {
text: "Vedi menu", href: "#menu"}, text: "Vedi menu", href: "#menu"},
]} ]}
buttonAnimation="opacity" buttonAnimation="opacity"
videoSrc="http://img.b2bpic.net/free-photo/restaurant-luxury-interior-design-dark-lightning_114579-2492.jpg" videoSrc="https://img.b2bpic.net/premium-photo/close-up-person-holding-food-served-table_1611912-6.jpg?id=96890431"
videoAriaLabel="Video di Gighi's: cucina, cocktail e atmosfera serale" videoAriaLabel="Video di Gighi's: cucina, cocktail e atmosfera serale"
showDimOverlay={true} showDimOverlay={true}
imageSrc="http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg" imageSrc="http://img.b2bpic.net/free-photo/woman-standing-near-window-restaurant_23-2147936227.jpg"
imageAlt="Interno elegante del ristorante messicano Gighi's" imageAlt="Interno elegante del ristorante messicano Gighi's"
logoClassName="text-white"
descriptionClassName="text-white"
/> />
</div> </div>