Update src/app/resources/page.tsx

This commit is contained in:
2026-03-04 11:26:18 +00:00
parent a98cf09fa8
commit 74d04203ac

View File

@@ -48,13 +48,13 @@ export default function ResourcesPage() {
features={[
{
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"},
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"
textboxLayout="default"