Update src/app/page.tsx

This commit is contained in:
2026-05-09 16:57:06 +00:00
parent 3d5ce270a7
commit 5eba3e7304

View File

@@ -54,10 +54,10 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah Miller", handle: "@sarahmiller", testimonial: "They treat you like family, something you never get at big chains.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-pharmacist-helping-patient_23-2150348177.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-pharmacist-helping-patient_23-2150348177.jpg?_wi=1"},
{
name: "John Thompson", handle: "@johnt", testimonial: "Fastest prescription fills in town. I wouldn't go anywhere else.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pharmacist-work_23-2150600089.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/pharmacist-work_23-2150600089.jpg?_wi=1"},
{
name: "Linda Davis", handle: "@lindad", testimonial: "The pharmacist truly cares and knows me by name every time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-pharmacist-helping-patient_23-2150348171.jpg"},
@@ -74,7 +74,7 @@ export default function LandingPage() {
{
text: "Transfer Prescription", href: "#refills"},
]}
imageSrc="http://img.b2bpic.net/free-photo/chemist-explaining-prescription-senior-man-drugstore_651396-1221.jpg"
imageSrc="http://img.b2bpic.net/free-photo/chemist-explaining-prescription-senior-man-drugstore_651396-1221.jpg?_wi=1"
imageAlt="A friendly, professional pharmacist helping an elderly customer."
avatars={[
{
@@ -127,7 +127,7 @@ export default function LandingPage() {
features={[
{
title: "Prescription Management", description: "Fast fills, reliable availability, and seamless transfer processes.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-pharmacist-helping-patient_23-2150348177.jpg", imageAlt: "Prescription service"},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-pharmacist-helping-patient_23-2150348177.jpg?_wi=2", imageAlt: "Prescription service"},
items: [
{
icon: CheckCircle,
@@ -143,7 +143,7 @@ export default function LandingPage() {
},
{
title: "Personalized Care", description: "Expert advice, medication counseling, and insurance assistance tailored to you.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/pharmacist-work_23-2150600089.jpg", imageAlt: "Personalized care"},
imageSrc: "http://img.b2bpic.net/free-photo/pharmacist-work_23-2150600089.jpg?_wi=2", imageAlt: "Personalized care"},
items: [
{
icon: CheckCircle,
@@ -211,7 +211,7 @@ export default function LandingPage() {
title="Frequently Asked Questions"
description="Everything you need to know about our services."
faqsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/chemist-explaining-prescription-senior-man-drugstore_651396-1221.jpg"
imageSrc="http://img.b2bpic.net/free-photo/chemist-explaining-prescription-senior-man-drugstore_651396-1221.jpg?_wi=2"
/>
</div>