From bf3769ca3b739781aa1ec3d3cd6f07b40eb5aec5 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:28:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1388123..b4371f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,6 @@ export default function LandingPage() { tag: "Dolce della Casa", title: "Tiramisù Tradizionale", subtitle: "€ 8", description: "Tiramisù preparato secondo la ricetta autentica: mascarpone, caffè e cacao. Un finale dolce che racchiude la passione italiana. Disponibili anche Crema Catalana e Sbrisolona con crema al mascarpone.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tiramisu-cut-deep-oven-tray-coffeeflavored-italian-dessert_181624-58465.jpg", imageAlt: "Tiramisù - Trattoria Al Galo" } ]} - mediaAnimation="slide-up" tagAnimation="opacity" buttonAnimation="opacity" /> @@ -162,7 +161,7 @@ export default function LandingPage() { { text: "Chiama Subito: 045 615 1631", href: "tel:+390456151631" }, { text: "Richiedi Prenotazione", href: "#contact-form" } ]} - background={{ variant: "radial-gradient" }} + background={{ variant: "floatingGradient" }} useInvertedBackground={false} /> @@ -203,4 +202,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1