From 06cdb3e1b255a5a36662b811f56920e8c84bf181 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 15:14:13 +0000 Subject: [PATCH] Update src/app/attractions/page.tsx --- src/app/attractions/page.tsx | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/app/attractions/page.tsx b/src/app/attractions/page.tsx index ed70d19..7711971 100644 --- a/src/app/attractions/page.tsx +++ b/src/app/attractions/page.tsx @@ -38,15 +38,25 @@ export default function AttractionsPage() { textboxLayout="split" animationType="slide-up" gridVariant="three-columns-all-equal-width" + useInvertedBackground={false} features={[ { - 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" + 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" }, { - 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" + 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" }, { - 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" + 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" } ]} /> -- 2.49.1