diff --git a/src/app/resources/page.tsx b/src/app/resources/page.tsx index a7fec6d..7ff3086 100644 --- a/src/app/resources/page.tsx +++ b/src/app/resources/page.tsx @@ -47,26 +47,14 @@ export default function ResourcesPage() { tagAnimation="slide-up" features={[ { - id: "1", - title: "Understanding Speech Milestones: What to Expect 0–7", - 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 0–7", 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 (0–2, 2–4, or 4–7). 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 (0–2, 2–4, or 4–7). 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: "10–15 minutes per day, 3–4 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: "10–15 minutes per day, 3–4 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() { ); -} \ No newline at end of file +}