diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8c27a8a..10598b3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,69 +30,38 @@ export default function LandingPage() {
@@ -180,39 +122,17 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
- id: "day-visit",
- title: "Day Visit",
- price: "€15",
- period: "3-hour slot",
- features: [
- "3-hour facility access",
- "Includes 1 coffee, tea, or soda",
- "Access to outdoor area",
- ],
+ id: "day-visit", title: "Day Visit", price: "€15", period: "3-hour slot", features: [
+ "3-hour facility access", "Includes 1 coffee, tea, or soda", "Access to outdoor area"],
button: {
- text: "Book Now",
- href: "#contact",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-corals-orange-fish-clear-blue-ocean_181624-14471.jpg?_wi=2",
- imageAlt: "underwater swimming perspective",
- },
+ text: "Book Now", href: "#contact"},
+ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-corals-orange-fish-clear-blue-ocean_181624-14471.jpg", imageAlt: "underwater swimming perspective"},
{
- id: "swim-experience",
- title: "Swim Experience",
- price: "€35",
- period: "1-hour session",
- features: [
- "1-hour swim/snorkel/Snuba",
- "Full 3-hour facility access",
- "Professional supervision",
- ],
+ id: "swim-experience", title: "Swim Experience", price: "€35", period: "1-hour session", features: [
+ "1-hour swim/snorkel/Snuba", "Full 3-hour facility access", "Professional supervision"],
button: {
- text: "Book Now",
- href: "#contact",
- },
- imageSrc: "http://img.b2bpic.net/free-photo/cute-fish-underwater_23-2150699453.jpg?_wi=2",
- imageAlt: "snorkeling with fish indoor",
- },
+ text: "Book Now", href: "#contact"},
+ imageSrc: "http://img.b2bpic.net/free-photo/cute-fish-underwater_23-2150699453.jpg", imageAlt: "snorkeling with fish indoor"},
]}
title="Simple Pricing"
description="Select the perfect option for your aquatic adventure."
@@ -226,11 +146,9 @@ export default function LandingPage() {
description="It's the perfect middle ground between snorkeling and scuba. No certification required! Requirements: Swim ability, age 12+, 140cm+ height, guardian permission for under 18s. Ready to dive?"
buttons={[
{
- text: "Book your dive",
- href: "#contact",
- },
+ text: "Book your dive", href: "#contact"},
]}
- imageSrc="http://img.b2bpic.net/free-photo/young-man-special-diving-clothes-glasses_181624-41892.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/young-man-special-diving-clothes-glasses_181624-41892.jpg"
imageAlt="Snuba equipment"
/>
@@ -242,17 +160,11 @@ export default function LandingPage() {
useInvertedBackground={false}
negativeCard={{
items: [
- "Reptielenzoo Iguana",
- "Kanoa Outdoor & Events",
- "Bellamy Park Restaurants",
- ],
+ "Reptielenzoo Iguana", "Kanoa Outdoor & Events", "Bellamy Park Restaurants"],
}}
positiveCard={{
items: [
- "Vlissingse Boulevard",
- "Historic City Center",
- "Infrared Sauna at site",
- ],
+ "Vlissingse Boulevard", "Historic City Center", "Infrared Sauna at site"],
}}
title="While You're In Zeeland"
description="Make it a full day in beautiful Vlissingen."
@@ -263,8 +175,7 @@ export default function LandingPage() {