Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-09 15:13:42 +00:00

View File

@@ -3,9 +3,8 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive';
import FeatureCardOne from '@/components/sections/feature/FeatureCardOne';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { ShieldCheck, Users, Info } from "lucide-react";
export default function AttractionsPage() {
return (
@@ -32,25 +31,22 @@ export default function AttractionsPage() {
/>
</div>
<div className="pt-32 pb-20">
<FeatureCardTwentyFive
<div className="pt-32 pb-20" id="features" data-section="features">
<FeatureCardOne
title="Attractions & Shows"
description="Explore our world-class marine entertainment and educational experiences."
textboxLayout="split"
animationType="slide-up"
useInvertedBackground={false}
gridVariant="three-columns-all-equal-width"
features={[
{
id: "dolphin-show", title: "Dolphin & Seal Show", tags: ["Show", "Family"],
imageSrc: "http://img.b2bpic.net/free-photo/lazy-sea-cow-swimming-underwater-with-fish_493961-650.jpg?_wi=2", imageAlt: "Dolphin & Seal Show"
title: "Dolphin & Seal Show", description: "Experience the magic of our incredible marine performers.", imageSrc: "http://img.b2bpic.net/free-photo/lazy-sea-cow-swimming-underwater-with-fish_493961-650.jpg?_wi=2", imageAlt: "Dolphin & Seal Show"
},
{
id: "interactive", title: "Interactive Encounters", tags: ["Education", "Experience"],
imageSrc: "http://img.b2bpic.net/free-photo/starfish-underwater-still-life_23-2150434856.jpg", imageAlt: "Interactive Encounters"
title: "Interactive Encounters", description: "Get up close and personal with our amazing sea life.", imageSrc: "http://img.b2bpic.net/free-photo/starfish-underwater-still-life_23-2150434856.jpg", imageAlt: "Interactive Encounters"
},
{
id: "exhibits", title: "Marine Life Exhibits", tags: ["Exhibit", "Nature"],
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-representation-water-park_23-2151048108.jpg", imageAlt: "Marine Life Exhibits"
title: "Marine Life Exhibits", description: "Discover wonders of the deep in our curated exhibits.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-representation-water-park_23-2151048108.jpg", imageAlt: "Marine Life Exhibits"
}
]}
/>