Update src/app/activities/page.tsx

This commit is contained in:
2026-03-04 11:26:16 +00:00
parent 1b29278612
commit bc13e60ee9

View File

@@ -48,13 +48,13 @@ export default function ActivitiesPage() {
features={[
{
id: "1", title: "Bubble Talk for Ages 02: Building First Words", tags: ["Ages 0-2", "Vocabulary"],
imageSrc: "https://images.unsplash.com/photo-1503454537688-e47faf45564d?w=800&h=600&fit=crop", imageAlt: "Bubble play activity for infant speech development"},
imageSrc: "https://images.unsplash.com/photo-1503454537688-e47faf45564d?w=800&h=600&fit=crop&_wi=2", imageAlt: "Bubble play activity for infant speech development"},
{
id: "2", title: "Rhyme Time Games for Ages 24: Sound Awareness", tags: ["Ages 2-4", "Listening Skills"],
imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop", imageAlt: "Rhyme activity cards for toddler phonological awareness"},
imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop&_wi=2", imageAlt: "Rhyme activity cards for toddler phonological awareness"},
{
id: "3", title: "Story Sequencing for Ages 47: Narrative Skills", tags: ["Ages 4-7", "Language Development"],
imageSrc: "https://images.unsplash.com/photo-1506084868230-bb8a8fb7338e?w=800&h=600&fit=crop", imageAlt: "Story sequencing cards for older child narrative development"},
imageSrc: "https://images.unsplash.com/photo-1506084868230-bb8a8fb7338e?w=800&h=600&fit=crop&_wi=2", imageAlt: "Story sequencing cards for older child narrative development"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -93,13 +93,13 @@ export default function ActivitiesPage() {
features={[
{
id: "1", title: "Sign Up Free: Create your SpeechBridge account in under 2 minutes", tags: ["Step 1", "Easy"],
imageSrc: "https://images.unsplash.com/photo-1531482615713-2afd69097998?w=800&h=600&fit=crop", imageAlt: "Account creation interface"},
imageSrc: "https://images.unsplash.com/photo-1531482615713-2afd69097998?w=800&h=600&fit=crop&_wi=2", imageAlt: "Account creation interface"},
{
id: "2", title: "Select Your Child's Age: Activities tailored to developmental stage", tags: ["Step 2", "Personalized"],
imageSrc: "https://images.unsplash.com/photo-1576091160550-112173f7f869?w=800&h=600&fit=crop", imageAlt: "Age group selection screen"},
imageSrc: "https://images.unsplash.com/photo-1576091160550-112173f7f869?w=800&h=600&fit=crop&_wi=2", imageAlt: "Age group selection screen"},
{
id: "3", title: "Start Playing: Download, print, or use activities with your child", tags: ["Step 3", "Immediate Access"],
imageSrc: "https://images.unsplash.com/photo-1516534775068-bb4e2b6d5b27?w=800&h=600&fit=crop", imageAlt: "Activity library dashboard"},
imageSrc: "https://images.unsplash.com/photo-1516534775068-bb4e2b6d5b27?w=800&h=600&fit=crop&_wi=2", imageAlt: "Activity library dashboard"},
]}
animationType="slide-up"
textboxLayout="default"