Update src/app/resources/page.tsx

This commit is contained in:
2026-03-04 11:25:11 +00:00
parent d157c72972
commit 96600511bc

View File

@@ -47,26 +47,14 @@ export default function ResourcesPage() {
tagAnimation="slide-up"
features={[
{
id: "1",
title: "Understanding Speech Milestones: What to Expect 07",
tags: ["Guide", "Development"],
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg?_wi=11",
imageAlt: "Speech development milestones guide",
},
id: "1", title: "Understanding Speech Milestones: What to Expect 07", tags: ["Guide", "Development"],
imageSrc: "https://images.unsplash.com/photo-1503454537688-e47faf45564d?w=800&h=600&fit=crop", imageAlt: "Speech development milestones guide"},
{
id: "2",
title: "NHS Waiting Lists: A Parent's Guide to Getting Started",
tags: ["Article", "NHS Support"],
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg?_wi=12",
imageAlt: "NHS waiting list support article",
},
id: "2", title: "NHS Waiting Lists: A Parent's Guide to Getting Started", tags: ["Article", "NHS Support"],
imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop", imageAlt: "NHS waiting list support article"},
{
id: "3",
title: "Building Confidence: Managing Speech Anxiety in Children",
tags: ["Video", "Mental Health"],
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg?_wi=13",
imageAlt: "Building confidence video resource",
},
id: "3", title: "Building Confidence: Managing Speech Anxiety in Children", tags: ["Video", "Mental Health"],
imageSrc: "https://images.unsplash.com/photo-1506084868230-bb8a8fb7338e?w=800&h=600&fit=crop", imageAlt: "Building confidence video resource"},
]}
animationType="slide-up"
textboxLayout="default"
@@ -84,25 +72,13 @@ export default function ResourcesPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1",
name: "How do I know which age group to use?",
role: "Parent Question",
testimonial: "Select the age group that matches your child's current age (02, 24, or 47). As your child grows, you can access activities for older age groups. Each activity is developmentally appropriate for that range.",
icon: HelpCircle,
id: "1", name: "How do I know which age group to use?", role: "Parent Question", testimonial: "Select the age group that matches your child's current age (02, 24, or 47). As your child grows, you can access activities for older age groups. Each activity is developmentally appropriate for that range.", icon: HelpCircle,
},
{
id: "2",
name: "Can I use activities from multiple age groups?",
role: "Parent Question",
testimonial: "Yes! Some children benefit from activities slightly above or below their age group depending on their development. Our speech therapists have designed activities to be flexible, so use your judgment and follow your child's lead.",
icon: HelpCircle,
id: "2", name: "Can I use activities from multiple age groups?", role: "Parent Question", testimonial: "Yes! Some children benefit from activities slightly above or below their age group depending on their development. Our speech therapists have designed activities to be flexible, so use your judgment and follow your child's lead.", icon: HelpCircle,
},
{
id: "3",
name: "How often should we do activities at home?",
role: "Parent Question",
testimonial: "1015 minutes per day, 34 times a week is ideal. Consistency is more important than duration. Many parents find it easiest to incorporate activities into daily routines like mealtimes or bath time.",
icon: HelpCircle,
id: "3", name: "How often should we do activities at home?", role: "Parent Question", testimonial: "1015 minutes per day, 34 times a week is ideal. Consistency is more important than duration. Many parents find it easiest to incorporate activities into daily routines like mealtimes or bath time.", icon: HelpCircle,
},
]}
animationType="slide-up"
@@ -116,8 +92,7 @@ export default function ResourcesPage() {
<FooterSimple
columns={[
{
title: "Platform",
items: [
title: "Platform", items: [
{ label: "Home", href: "/" },
{ label: "Activity Library", href: "/activities" },
{ label: "Resources", href: "/resources" },
@@ -125,8 +100,7 @@ export default function ResourcesPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Parent Guidance Hub", href: "/resources" },
{ label: "FAQ", href: "/resources" },
{ label: "NHS Referral Guide", href: "/professionals" },
@@ -134,8 +108,7 @@ export default function ResourcesPage() {
],
},
{
title: "Community",
items: [
title: "Community", items: [
{ label: "Parent Forum", href: "/resources" },
{ label: "Weekly Newsletter", href: "/" },
{ label: "Professional Directory", href: "/professionals" },
@@ -143,8 +116,7 @@ export default function ResourcesPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/resources" },
{ label: "Terms of Service", href: "/resources" },
{ label: "Disclaimer", href: "/resources" },
@@ -159,4 +131,4 @@ export default function ResourcesPage() {
</div>
</ThemeProvider>
);
}
}