From 1e5bbc302bec2832592e55d9ee6cc3b32a48b00d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 19:46:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c1557e4..d8b7d73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,11 +46,11 @@ export default function LandingPage() { title="Excellence in Dental Care in Addis Ababa" description="Experience world-class dental care with Dr. Shimelis Assefa. Over 15 years of restoring smiles with precision, comfort, and luxury." testimonials={[ - { name: "Melat Bahiru", handle: "@melat", testimonial: "Amazing clinic, Dr. Shimelis is the best!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-3d-female-doctor_23-2151107240.jpg" }, - { name: "Ana Solomon", handle: "@ana", testimonial: "Excellent service and very professional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-redhead-female-sitting-bench-outdoor_613910-10356.jpg" }, + { name: "Melat Bahiru", handle: "@melat", testimonial: "Amazing clinic, Dr. Shimelis is the best!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-3d-female-doctor_23-2151107240.jpg?_wi=1" }, + { name: "Ana Solomon", handle: "@ana", testimonial: "Excellent service and very professional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-redhead-female-sitting-bench-outdoor_613910-10356.jpg?_wi=1" }, { name: "Hana Mola", handle: "@hana", testimonial: "Pain-free root canal. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg" }, - { name: "Bilen Tefera", handle: "@bilen", testimonial: "Top-tier facility, truly world-class.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-3d-female-doctor_23-2151107240.jpg" }, - { name: "Sara Kebede", handle: "@sara", testimonial: "The best dental experience in Ethiopia.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-redhead-female-sitting-bench-outdoor_613910-10356.jpg" } + { name: "Bilen Tefera", handle: "@bilen", testimonial: "Top-tier facility, truly world-class.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-3d-female-doctor_23-2151107240.jpg?_wi=2" }, + { name: "Sara Kebede", handle: "@sara", testimonial: "The best dental experience in Ethiopia.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-redhead-female-sitting-bench-outdoor_613910-10356.jpg?_wi=2" } ]} buttons={[{ text: "Book Appointment", href: "#contact" }, { text: "Our Services", href: "#services" }]} imageSrc="http://img.b2bpic.net/free-photo/watercolor-paint-background-holi-festival_23-2148093754.jpg" @@ -82,7 +82,7 @@ export default function LandingPage() { { title: "Modern Tech", description: "Equipped with the latest dental technology for precision and safety." }, { title: "Premium Comfort", description: "Designed to provide a luxury, relaxing atmosphere for your comfort." } ]} - imageSrc="http://img.b2bpic.net/free-photo/handsome-male-dentist-room-with-medical-equipment-background_613910-15240.jpg" + imageSrc="http://img.b2bpic.net/free-photo/handsome-male-dentist-room-with-medical-equipment-background_613910-15240.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -132,7 +132,7 @@ export default function LandingPage() { { name: "phone", type: "tel", placeholder: "Your Phone (+251...)", required: true } ]} textarea={{ name: "message", placeholder: "Service Required...", required: true }} - imageSrc="http://img.b2bpic.net/free-photo/handsome-male-dentist-room-with-medical-equipment-background_613910-15240.jpg" + imageSrc="http://img.b2bpic.net/free-photo/handsome-male-dentist-room-with-medical-equipment-background_613910-15240.jpg?_wi=2" /> -- 2.49.1