From 47df278ef44a4baf6fb7adcce60bf1bfb60b3e59 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 19 May 2026 07:31:45 +0000 Subject: [PATCH] Update src/app/lessons/page.tsx --- src/app/lessons/page.tsx | 117 +++------------------------------------ 1 file changed, 9 insertions(+), 108 deletions(-) diff --git a/src/app/lessons/page.tsx b/src/app/lessons/page.tsx index 5f6800e..4b509fb 100644 --- a/src/app/lessons/page.tsx +++ b/src/app/lessons/page.tsx @@ -24,25 +24,9 @@ export default function LandingPage() { @@ -52,60 +36,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} plans={[ - { - id: "p1", - title: "Beginner", - price: "$25", - period: "per lesson", - features: [ - "Age 3-5", - "Water entry", - "Bubbles", - "Floating", - ], - button: { - text: "Enquire", - href: "/contact", - }, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=al8z34&_wi=2", - imageAlt: "parent talking to swim instructor at pool", - }, - { - id: "p2", - title: "Intermediate", - price: "$25", - period: "per lesson", - features: [ - "Age 5-8", - "Stroke technique", - "Diving", - "Survival", - ], - button: { - text: "Enquire", - href: "/contact", - }, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wovajs&_wi=2", - imageAlt: "parent talking to swim instructor at pool", - }, - { - id: "p3", - title: "Advanced", - price: "$25", - period: "per lesson", - features: [ - "Age 8+", - "Advanced strokes", - "Stamina", - "Lifesaving", - ], - button: { - text: "Enquire", - href: "/contact", - }, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=970zur&_wi=2", - imageAlt: "parent talking to swim instructor at pool", - }, + { id: "p1", title: "Beginner", price: "$25", period: "per lesson", features: ["Age 3-5", "Water entry", "Bubbles", "Floating"], button: { text: "Enquire", href: "/contact" }, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=al8z34", imageAlt: "parent talking to swim instructor at pool" }, + { id: "p2", title: "Intermediate", price: "$25", period: "per lesson", features: ["Age 5-8", "Stroke technique", "Diving", "Survival"], button: { text: "Enquire", href: "/contact" }, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=wovajs", imageAlt: "parent talking to swim instructor at pool" }, + { id: "p3", title: "Advanced", price: "$25", period: "per lesson", features: ["Age 8+", "Advanced strokes", "Stamina", "Lifesaving"], button: { text: "Enquire", href: "/contact" }, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=970zur", imageAlt: "parent talking to swim instructor at pool" } ]} title="Sunday Lessons" description="Consistent, quality swimming progression at Stadium 2000." @@ -119,16 +52,8 @@ export default function LandingPage() { sideDescription="Not sure which level is right for your child? We are happy to help assess your child's needs." faqsAnimation="slide-up" faqs={[ - { - id: "l1", - title: "How long is a term?", - content: "Our lessons run in 10-week blocks aligned with school terms.", - }, - { - id: "l2", - title: "Can we join late?", - content: "Yes, we accept new swimmers throughout the term subject to availability.", - }, + { id: "l1", title: "How long is a term?", content: "Our lessons run in 10-week blocks aligned with school terms." }, + { id: "l2", title: "Can we join late?", content: "Yes, we accept new swimmers throughout the term subject to availability." } ]} /> @@ -137,32 +62,8 @@ export default function LandingPage() {