From 08f4e293722d239243ef93f91811330b1eee1562 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 22:17:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d6de9ee..e20f716 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,13 +51,13 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sitting-couch_23-2149927566.jpg", imageAlt: "Brid Clancy, Educational Psychologist" + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sitting-couch_23-2149927566.jpg?_wi=1", imageAlt: "Brid Clancy, Educational Psychologist" }, { - imageSrc: "http://img.b2bpic.net/free-photo/adult-woman-holding-her-mobile-phone_23-2148462954.jpg", imageAlt: "Professional consultation space" + imageSrc: "http://img.b2bpic.net/free-photo/adult-woman-holding-her-mobile-phone_23-2148462954.jpg?_wi=1", imageAlt: "Professional consultation space" }, { - imageSrc: "http://img.b2bpic.net/free-photo/people-library-reading-books_23-2150293537.jpg", imageAlt: "Supportive counseling environment" + imageSrc: "http://img.b2bpic.net/free-photo/people-library-reading-books_23-2150293537.jpg?_wi=1", imageAlt: "Supportive counseling environment" } ]} autoplayDelay={5000} @@ -70,7 +70,7 @@ export default function LandingPage() { title="About Brid Clancy" description="With extensive experience in educational psychology, Brid provides compassionate, evidence-based support to children and families. Specializing in learning assessments, developmental concerns, and supporting young people to reach their full potential. Based in Bray, Co. Wicklow, Brid works collaboratively with families and schools to create meaningful change." tag="Educational Psychology" - imageSrc="http://img.b2bpic.net/free-photo/adult-woman-holding-her-mobile-phone_23-2148462954.jpg" + imageSrc="http://img.b2bpic.net/free-photo/adult-woman-holding-her-mobile-phone_23-2148462954.jpg?_wi=2" imageAlt="Brid's professional consultation space" buttons={[ { text: "My Services", href: "services" } @@ -90,7 +90,7 @@ export default function LandingPage() { buttonHref: "contact" }, { - title: "Counseling & Support", description: "Individual counseling for anxiety, behavioural concerns, adjustment difficulties, and emotional wellbeing support.", imageSrc: "http://img.b2bpic.net/free-photo/people-library-reading-books_23-2150293537.jpg", imageAlt: "Counseling support session", buttonIcon: CheckCircle, + title: "Counseling & Support", description: "Individual counseling for anxiety, behavioural concerns, adjustment difficulties, and emotional wellbeing support.", imageSrc: "http://img.b2bpic.net/free-photo/people-library-reading-books_23-2150293537.jpg?_wi=2", imageAlt: "Counseling support session", buttonIcon: CheckCircle, buttonHref: "contact" }, { @@ -98,7 +98,7 @@ export default function LandingPage() { buttonHref: "contact" }, { - title: "Parent Guidance", description: "Expert advice and strategies to support your child's learning and development at home. Practical, actionable guidance.", imageSrc: "http://img.b2bpic.net/free-photo/adult-woman-holding-her-mobile-phone_23-2148462954.jpg", imageAlt: "Parent consultation", buttonIcon: CheckCircle, + title: "Parent Guidance", description: "Expert advice and strategies to support your child's learning and development at home. Practical, actionable guidance.", imageSrc: "http://img.b2bpic.net/free-photo/adult-woman-holding-her-mobile-phone_23-2148462954.jpg?_wi=3", imageAlt: "Parent consultation", buttonIcon: CheckCircle, buttonHref: "contact" } ]} @@ -115,7 +115,7 @@ export default function LandingPage() { { id: "primary", groupTitle: "Educational Psychologist", members: [ { - id: "brid", title: "Brid Clancy", subtitle: "Educational Psychologist", detail: "Bray, Co. Wicklow | Specializing in Learning Assessments & Child Development", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sitting-couch_23-2149927566.jpg", imageAlt: "Brid Clancy" + id: "brid", title: "Brid Clancy", subtitle: "Educational Psychologist", detail: "Bray, Co. Wicklow | Specializing in Learning Assessments & Child Development", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sitting-couch_23-2149927566.jpg?_wi=2", imageAlt: "Brid Clancy" } ] } @@ -151,7 +151,7 @@ export default function LandingPage() { id: "6", title: "How do I book a consultation?", content: "Simply click the Contact button or reach out directly. I'll discuss your concerns, explain the process, and schedule an appropriate time. Initial consultations help me understand your needs and determine the best way to support you." } ]} - imageSrc="http://img.b2bpic.net/free-photo/adult-woman-holding-her-mobile-phone_23-2148462954.jpg" + imageSrc="http://img.b2bpic.net/free-photo/adult-woman-holding-her-mobile-phone_23-2148462954.jpg?_wi=4" imageAlt="Professional consultation space" mediaAnimation="slide-up" faqsAnimation="slide-up" -- 2.49.1