From 78e0b012cec74f90396e426062332d9d93643f9e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 11:31:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ba5e386..7897545 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -74,7 +74,6 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/happy-muscular-man-talking-cellphone-gym_23-2147949649.jpg", alt: "Testimonial 4" } ]} avatarText="Oltre 120 Membri Soddisfatti" - useInvertedBackground={true} />
@@ -98,7 +97,7 @@ export default function LandingPage() { { title: "Corsi di Gruppo Dinamici", description: "Dallo spinning allo yoga, corsi divertenti e motivanti per ogni livello di fitness.", imageSrc: "http://img.b2bpic.net/free-photo/group-young-women-stretching-together_23-2148430229.jpg", imageAlt: "Gruppo di persone che si allenano in un corso" }, { title: "Area Pesi Libera Attrezzata", description: "Un'ampia sala con le migliori attrezzature per il sollevamento pesi e la forza.", imageSrc: "http://img.b2bpic.net/free-photo/gym-concept-with-man-mounting-barbell_23-2147671884.jpg", imageAlt: "Manubri e bilancieri nell'area pesi" } ]} - gridVariant="two-columns-per-row" + gridVariant="two-items-per-row" animationType="slide-up" textboxLayout="default" useInvertedBackground={true} @@ -178,7 +177,6 @@ export default function LandingPage() { { title: "Legale", items: [{ label: "Privacy Policy", href: "#" }, { label: "Termini di Servizio", href: "#" }] } ]} copyrightText="© 2024 Palestra Athletic Club. Tutti i diritti riservati." - useInvertedBackground={true} />
-- 2.49.1