From 42f57e4c41953867d72fe3874e074dbde9344b75 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 20:09:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 301086a..1a5561d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; export default function CampingPage() { return ( @@ -59,6 +58,8 @@ export default function CampingPage() { imageSrc="https://img.b2bpic.net/free-photo/happy-couple-camper-van_23-2148785730.jpg" textboxLayout="split" mediaAnimation="slide-up" + bulletPoints={[]} + useInvertedBackground={false} /> @@ -70,6 +71,8 @@ export default function CampingPage() { textboxLayout="split" imagePosition="left" mediaAnimation="slide-up" + bulletPoints={[]} + useInvertedBackground={false} /> @@ -97,6 +100,7 @@ export default function CampingPage() { { id: "standard", badge: "Base", price: "€25", subtitle: "Alta stagione", features: ["Piazzola", "Acqua", "Corrente"] }, { id: "premium", badge: "Premium", price: "€40", subtitle: "Tutto incluso", features: ["Piazzola XL", "Wi-Fi", "Barbecue"] } ]} + useInvertedBackground={false} /> @@ -110,6 +114,7 @@ export default function CampingPage() { ]} textarea={{ name: "message", placeholder: "Note aggiuntive" }} imageSrc="https://img.b2bpic.net/free-photo/camper-van-sunset_23-2148785760.jpg" + useInvertedBackground={false} /> -- 2.49.1