diff --git a/src/app/activities/page.tsx b/src/app/activities/page.tsx index 1a1fd77..6523846 100644 --- a/src/app/activities/page.tsx +++ b/src/app/activities/page.tsx @@ -47,26 +47,14 @@ export default function ActivitiesPage() { tagAnimation="slide-up" features={[ { - id: "1", - title: "Bubble Talk for Ages 0–2: Building First Words", - tags: ["Ages 0-2", "Vocabulary"], - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg?_wi=5", - imageAlt: "Bubble play activity for infant speech development", - }, + id: "1", title: "Bubble Talk for Ages 0–2: 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"}, { - id: "2", - title: "Rhyme Time Games for Ages 2–4: Sound Awareness", - tags: ["Ages 2-4", "Listening Skills"], - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg?_wi=6", - imageAlt: "Rhyme activity cards for toddler phonological awareness", - }, + id: "2", title: "Rhyme Time Games for Ages 2–4: 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"}, { - id: "3", - title: "Story Sequencing for Ages 4–7: Narrative Skills", - tags: ["Ages 4-7", "Language Development"], - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg?_wi=7", - imageAlt: "Story sequencing cards for older child narrative development", - }, + id: "3", title: "Story Sequencing for Ages 4–7: 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"}, ]} animationType="slide-up" textboxLayout="default" @@ -104,26 +92,14 @@ export default function ActivitiesPage() { tagAnimation="slide-up" features={[ { - id: "1", - title: "Sign Up Free: Create your SpeechBridge account in under 2 minutes", - tags: ["Step 1", "Easy"], - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg?_wi=8", - imageAlt: "Account creation interface", - }, + 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"}, { - id: "2", - title: "Select Your Child's Age: Activities tailored to developmental stage", - tags: ["Step 2", "Personalized"], - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg?_wi=9", - imageAlt: "Age group selection screen", - }, + 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"}, { - id: "3", - title: "Start Playing: Download, print, or use activities with your child", - tags: ["Step 3", "Immediate Access"], - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg?_wi=10", - imageAlt: "Activity library dashboard", - }, + 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"}, ]} animationType="slide-up" textboxLayout="default" @@ -136,8 +112,7 @@ export default function ActivitiesPage() { ); -} \ No newline at end of file +}