Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-07 00:54:47 +00:00

View File

@@ -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 }