Update src/app/activities/page.tsx

This commit is contained in:
2026-03-04 11:25:08 +00:00
parent 03878a6976
commit f2689a2c30

View File

@@ -47,26 +47,14 @@ export default function ActivitiesPage() {
tagAnimation="slide-up"
features={[
{
id: "1",
title: "Bubble Talk for Ages 02: 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 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"},
{
id: "2",
title: "Rhyme Time Games for Ages 24: 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 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"},
{
id: "3",
title: "Story Sequencing for Ages 47: 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 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"},
]}
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() {
<FooterSimple
columns={[
{
title: "Platform",
items: [
title: "Platform", items: [
{ label: "Home", href: "/" },
{ label: "Activity Library", href: "/activities" },
{ label: "Resources", href: "/resources" },
@@ -145,8 +120,7 @@ export default function ActivitiesPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Parent Guidance Hub", href: "/resources" },
{ label: "FAQ", href: "/resources" },
{ label: "NHS Referral Guide", href: "/professionals" },
@@ -154,8 +128,7 @@ export default function ActivitiesPage() {
],
},
{
title: "Community",
items: [
title: "Community", items: [
{ label: "Parent Forum", href: "/resources" },
{ label: "Weekly Newsletter", href: "/" },
{ label: "Professional Directory", href: "/professionals" },
@@ -163,8 +136,7 @@ export default function ActivitiesPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/resources" },
{ label: "Terms of Service", href: "/resources" },
{ label: "Disclaimer", href: "/resources" },
@@ -179,4 +151,4 @@ export default function ActivitiesPage() {
</div>
</ThemeProvider>
);
}
}