Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 14:58:10 +00:00

View File

@@ -83,7 +83,7 @@ export default function WonderKidsClubPage() {
<ProductCardOne
products={[
{
id: "ep1", name: "The Secret Treehouse", price: "Episode 1", imageSrc: "http://img.b2bpic.net/free-photo/little-girl-looking-away-home_23-2148718026.jpg?_wi=1", imageAlt: "Secret magical treehouse discovery"
id: "ep1", name: "The Secret Treehouse", price: "Episode 1", imageSrc: "http://img.b2bpic.net/free-photo/little-girl-looking-away-home_23-2148718026.jpg", imageAlt: "Secret magical treehouse discovery"
},
{
id: "ep2", name: "The Missing Rainbow", price: "Episode 2", imageSrc: "http://img.b2bpic.net/free-vector/nature-background-design_1308-869.jpg", imageAlt: "Rainbow valley searching for colors"
@@ -140,7 +140,7 @@ export default function WonderKidsClubPage() {
id: "5", title: "How many episodes will there be?", content: "We currently have 10 amazing episodes ready to watch! Each episode is about 22-24 minutes long and packed with adventure, humor, and important life lessons."
}
]}
imageSrc="http://img.b2bpic.net/free-photo/little-girl-looking-away-home_23-2148718026.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/little-girl-looking-away-home_23-2148718026.jpg"
imageAlt="Inside the magical treehouse clubhouse"
title="Frequently Asked Questions"
description="Everything you need to know about The Wonder Kids Club"
@@ -192,7 +192,6 @@ export default function WonderKidsClubPage() {
useInvertedBackground={false}
speed={40}
showCard={true}
animationType="slide-up"
/>
</div>