diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d41bca..d09117b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TextAbout from '@/components/sections/about/TextAbout'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Anchor, Waves, Droplets, MapPin, Mail } from "lucide-react"; +import { Anchor, Waves, Droplets, Mail } from "lucide-react"; export default function SwimmingParkPage() { return ( @@ -99,6 +99,8 @@ export default function SwimmingParkPage() { title="Guest Experiences" description="See why families return to AquaPark year after year." animationType="slide-up" + textboxLayout="default" + useInvertedBackground={false} testimonials={[ { id: "t1", name: "Sarah J.", role: "Mom of 2", testimonial: "The kids absolutely loved the wave pool!", icon: Waves }, { id: "t2", name: "Mark T.", role: "Adventure Seeker", testimonial: "Best water slides in the region, truly thrilling.", icon: Droplets }