Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-03-10 23:12:22 +00:00

View File

@@ -48,9 +48,11 @@ export default function HomePage() {
description="Professional medical care for patients in Liberty Lake and surrounding communities"
buttons={[
{
text: "Schedule Appointment", href: "/schedule"},
text: "Book Your Visit Now", href: "/schedule"
},
{
text: "Call Office", href: "tel:(509)928-6700"},
text: "Call Office", href: "tel:(509)928-6700"
},
]}
imageSrc="http://img.b2bpic.net/free-photo/nobody-empty-hospital-reception-waiting-area-medical-facility-with-healthcare-service-cure-patients-with-disease-no-people-clinic-lobby-waiting-room-covid-19-pandemic_482257-46768.jpg?_wi=1"
imageAlt="Professional medical clinic environment"
@@ -68,7 +70,8 @@ export default function HomePage() {
imageAlt="Ashley Wilkinson PA-C professional portrait"
buttons={[
{
text: "Learn More", href: "/about"},
text: "Learn More", href: "/about"
},
]}
useInvertedBackground={true}
/>
@@ -136,17 +139,23 @@ export default function HomePage() {
description="Hear from patients about their experience with Ashley Wilkinson PA-C"
testimonials={[
{
id: "1", name: "Sarah Martinez", role: "Patient", testimonial: "Ashley took the time to listen to my concerns and really understands my health needs. Her personalized approach to care has made a huge difference in my overall wellness. I highly recommend her to anyone looking for a caring, attentive healthcare provider.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg", imageAlt: "Sarah Martinez"},
id: "1", name: "Sarah Martinez", role: "Patient", testimonial: "Ashley took the time to listen to my concerns and really understands my health needs. Her personalized approach to care has made a huge difference in my overall wellness. I highly recommend her to anyone looking for a caring, attentive healthcare provider.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-her-coworkers-clapping-hands-meeting-office_637285-207.jpg", imageAlt: "Sarah Martinez"
},
{
id: "2", name: "Michael Johnson", role: "Patient", testimonial: "I appreciate how thorough Ashley is during appointments. She explains everything clearly and takes time to answer all my questions. The clinic is clean, professional, and I always feel welcome. Best healthcare experience I've had.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-holding-digital-tablet-while-talking-with-patient_107420-74007.jpg", imageAlt: "Michael Johnson"},
id: "2", name: "Michael Johnson", role: "Patient", testimonial: "I appreciate how thorough Ashley is during appointments. She explains everything clearly and takes time to answer all my questions. The clinic is clean, professional, and I always feel welcome. Best healthcare experience I've had.", imageSrc: "http://img.b2bpic.net/free-photo/doctor-holding-digital-tablet-while-talking-with-patient_107420-74007.jpg", imageAlt: "Michael Johnson"
},
{
id: "3", name: "Jennifer Davis", role: "Patient", testimonial: "Ashley's approach to preventive care has helped me stay healthy and catch issues early. She's proactive, knowledgeable, and genuinely cares about her patients. I trust her completely with my healthcare.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doctor-white-uniform-standing-hall_1157-33393.jpg", imageAlt: "Jennifer Davis"},
id: "3", name: "Jennifer Davis", role: "Patient", testimonial: "Ashley's approach to preventive care has helped me stay healthy and catch issues early. She's proactive, knowledgeable, and genuinely cares about her patients. I trust her completely with my healthcare.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doctor-white-uniform-standing-hall_1157-33393.jpg", imageAlt: "Jennifer Davis"
},
{
id: "4", name: "Robert Chen", role: "Patient", testimonial: "As someone with chronic conditions, finding the right provider is crucial. Ashley manages my conditions expertly while also supporting my overall wellness. She's compassionate, professional, and always available when I need her.", imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-examining-patient_1170-2147.jpg", imageAlt: "Robert Chen"},
id: "4", name: "Robert Chen", role: "Patient", testimonial: "As someone with chronic conditions, finding the right provider is crucial. Ashley manages my conditions expertly while also supporting my overall wellness. She's compassionate, professional, and always available when I need her.", imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-examining-patient_1170-2147.jpg", imageAlt: "Robert Chen"
},
{
id: "5", name: "Lisa Thompson", role: "Patient", testimonial: "I switched providers and immediately noticed the difference. Ashley provides the kind of personalized, attentive care that's rare these days. The whole office staff is professional and welcoming. I'm grateful to have found her.", imageSrc: "http://img.b2bpic.net/free-photo/ambitious-businesswoman-with-arms-crossed-looking-forward-future_1163-4333.jpg", imageAlt: "Lisa Thompson"},
id: "5", name: "Lisa Thompson", role: "Patient", testimonial: "I switched providers and immediately noticed the difference. Ashley provides the kind of personalized, attentive care that's rare these days. The whole office staff is professional and welcoming. I'm grateful to have found her.", imageSrc: "http://img.b2bpic.net/free-photo/ambitious-businesswoman-with-arms-crossed-looking-forward-future_1163-4333.jpg", imageAlt: "Lisa Thompson"
},
{
id: "6", name: "David Wilson", role: "Patient", testimonial: "My family has been seeing Ashley for our healthcare needs. She's knowledgeable about both adult and family medicine, and we all feel comfortable and well-cared-for. Highly recommended for Liberty Lake families.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-white-short-hair_23-2148262831.jpg", imageAlt: "David Wilson"},
id: "6", name: "David Wilson", role: "Patient", testimonial: "My family has been seeing Ashley for our healthcare needs. She's knowledgeable about both adult and family medicine, and we all feel comfortable and well-cared-for. Highly recommended for Liberty Lake families.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-white-short-hair_23-2148262831.jpg", imageAlt: "David Wilson"
},
]}
textboxLayout="default"
useInvertedBackground={false}
@@ -162,12 +171,15 @@ export default function HomePage() {
animationType="background-highlight"
buttons={[
{
text: "Schedule Appointment", href: "/schedule"},
text: "Schedule Appointment", href: "/schedule"
},
{
text: "Call Us", href: "tel:(509)928-6700"},
text: "Call Us", href: "tel:(509)928-6700"
},
]}
background={{
variant: "plain"}}
variant: "plain"
}}
useInvertedBackground={true}
/>
</div>
@@ -179,13 +191,16 @@ export default function HomePage() {
socialLinks={[
{
icon: Facebook,
href: "https://facebook.com", ariaLabel: "Facebook"},
href: "https://facebook.com", ariaLabel: "Facebook"
},
{
icon: Phone,
href: "tel:(509)928-6700", ariaLabel: "Call Our Office"},
href: "tel:(509)928-6700", ariaLabel: "Call Our Office"
},
{
icon: Mail,
href: "mailto:info@ashleywilkinsonpac.com", ariaLabel: "Email"},
href: "mailto:info@ashleywilkinsonpac.com", ariaLabel: "Email"
},
]}
/>
</div>