diff --git a/src/app/page.tsx b/src/app/page.tsx index fe10384..bd261cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,17 +56,17 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg", imageAlt: "Modern dental office interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg?_wi=1", imageAlt: "Modern dental office interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg", imageAlt: "Patient comfort in chair"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg?_wi=1", imageAlt: "Patient comfort in chair"}, { - imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg", imageAlt: "Advanced dental technology"}, + imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg?_wi=2", imageAlt: "Advanced dental technology"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg", imageAlt: "Friendly dental care service"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg?_wi=2", imageAlt: "Friendly dental care service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg", imageAlt: "Hygienic dental instruments"}, + imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg?_wi=3", imageAlt: "Hygienic dental instruments"}, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg", imageAlt: "Bright dental clinic atmosphere"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg?_wi=3", imageAlt: "Bright dental clinic atmosphere"}, ]} /> @@ -95,7 +95,7 @@ export default function LandingPage() { features={[ { id: "f1", title: "Modern Equipment", description: "State-of-the-art dental technology ensuring high precision and efficiency.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg", imageAlt: "Technology"}, + imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg?_wi=4", imageAlt: "Technology"}, items: [ { icon: Zap, @@ -166,9 +166,9 @@ export default function LandingPage() { description="Professional home care solutions." products={[ { - id: "p1", name: "Whitening Kit", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg"}, + id: "p1", name: "Whitening Kit", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg?_wi=5"}, { - id: "p2", name: "Dental Floss Pack", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg"}, + id: "p2", name: "Dental Floss Pack", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg?_wi=4"}, ]} /> diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 19ec11b..1416dc1 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -46,19 +46,19 @@ export default function ServicesPage() { features={[ { id: "s1", title: "Teeth Cleaning", description: "Professional hygiene for your smile.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg", imageAlt: "Cleaning"}, + imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg?_wi=6", imageAlt: "Cleaning"}, items: [], reverse: false, }, { id: "s2", title: "Teeth Whitening", description: "Brighten your smile today.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg", imageAlt: "Whitening"}, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-dentist_1157-18599.jpg?_wi=5", imageAlt: "Whitening"}, items: [], reverse: true, }, { id: "s3", title: "Implants & Braces", description: "Advanced orthodontics care.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg", imageAlt: "Implants"}, + imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-high-tech-classroom-students_23-2150906200.jpg?_wi=7", imageAlt: "Implants"}, items: [], reverse: false, },