Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 22:16:55 +00:00

View File

@@ -51,13 +51,13 @@ export default function LandingPage() {
]}
slides={[
{
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/side-view-woman-sitting-couch_23-2149927566.jpg", imageAlt: "Brid Clancy, Educational Psychologist"
},
{
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/adult-woman-holding-her-mobile-phone_23-2148462954.jpg", imageAlt: "Professional consultation space"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/people-library-reading-books_23-2150293537.jpg?_wi=1", imageAlt: "Supportive counseling environment"
imageSrc: "http://img.b2bpic.net/free-photo/people-library-reading-books_23-2150293537.jpg", 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?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/adult-woman-holding-her-mobile-phone_23-2148462954.jpg"
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?_wi=2", 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", 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?_wi=3", 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", imageAlt: "Parent consultation", buttonIcon: CheckCircle,
buttonHref: "contact"
}
]}
@@ -115,12 +115,12 @@ 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?_wi=2", 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", imageAlt: "Brid Clancy"
}
]
}
]}
animationType="entrance-slide"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
@@ -151,10 +151,10 @@ 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?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/adult-woman-holding-her-mobile-phone_23-2148462954.jpg"
imageAlt="Professional consultation space"
mediaAnimation="entrance-slide"
faqsAnimation="entrance-slide"
mediaAnimation="slide-up"
faqsAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
mediaPosition="left"