Update src/app/resources/page.tsx
This commit is contained in:
@@ -47,15 +47,15 @@ export default function ResourcesPage() {
|
||||
features={[
|
||||
{
|
||||
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"
|
||||
imageSrc: "https://images.unsplash.com/photo-1503454537688-e47faf45564d?w=800&h=600&fit=crop&_wi=3", imageAlt: "Speech development milestones guide"
|
||||
},
|
||||
{
|
||||
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"
|
||||
imageSrc: "https://images.unsplash.com/photo-1552664730-d307ca884978?w=800&h=600&fit=crop&_wi=3", imageAlt: "NHS waiting list support article"
|
||||
},
|
||||
{
|
||||
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"
|
||||
imageSrc: "https://images.unsplash.com/photo-1506084868230-bb8a8fb7338e?w=800&h=600&fit=crop&_wi=3", imageAlt: "Building confidence video resource"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user