From 719f69d456e4fa1b9b2c61713af755518dd28814 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 11:17:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 147 +++++++++++++---------------------------------- 1 file changed, 40 insertions(+), 107 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d5d1cd..f333ba9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,25 +29,15 @@ export default function LandingPage() { @@ -204,17 +144,14 @@ export default function LandingPage() { @@ -226,13 +163,9 @@ export default function LandingPage() { logoAlt="cheap & chic logo" logoText="cheap & chic. Eventi indimenticabili. Email: info@cheapandchic.it | Indirizzo: Via Roma 1, 00100 Roma" leftLink={{ - text: "Politiche di Reso", - href: "/politiche-reso", - }} + text: "Politiche di Reso", href: "/politiche-reso"}} rightLink={{ - text: "Politiche di Pagamento", - href: "/politiche-pagamenti", - }} + text: "Politiche di Pagamento", href: "/politiche-pagamenti"}} /> -- 2.49.1