diff --git a/src/app/page.tsx b/src/app/page.tsx index 91438b1..4be8338 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,14 +49,14 @@ export default function LandingPage() { title="Advanced Dental Care You Can Trust" description="Modern, painless and hygienic treatments for a healthy confident smile." testimonials={[ - { name: "Sarah J.", handle: "@patient", testimonial: "Exceptional care, the staff is very professional and friendly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fuzzy-room-with-television_1203-947.jpg", imageAlt: "dental clinic interior modern" }, - { name: "Mark D.", handle: "@patient", testimonial: "The best dental experience I've ever had, very modern.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dentist-standing-with-arms-crossed-dental-clinic_107420-65537.jpg", imageAlt: "dental clinic interior modern" }, + { name: "Sarah J.", handle: "@patient", testimonial: "Exceptional care, the staff is very professional and friendly.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fuzzy-room-with-television_1203-947.jpg?_wi=1", imageAlt: "dental clinic interior modern" }, + { name: "Mark D.", handle: "@patient", testimonial: "The best dental experience I've ever had, very modern.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dentist-standing-with-arms-crossed-dental-clinic_107420-65537.jpg?_wi=1", imageAlt: "dental clinic interior modern" }, { name: "Emily R.", handle: "@patient", testimonial: "Painless treatment and a beautiful result. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smile-woman-brush-teeth-great-health-dental-care-concept-isolated-white-background-asian_1258-101403.jpg", imageAlt: "dental clinic interior modern" }, { name: "Chris P.", handle: "@patient", testimonial: "Very hygienic, trustworthy and state-of-the-art tech.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/patient-receiving-dental-treatment_107420-65438.jpg", imageAlt: "dental clinic interior modern" }, { name: "Jane L.", handle: "@patient", testimonial: "Luxurious atmosphere and top-tier expertise.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4445.jpg", imageAlt: "dental clinic interior modern" }, ]} buttons={[{ text: "Book Appointment", href: "#contact" }, { text: "WhatsApp Now", href: "https://wa.me/1234567890" }]} - imageSrc="http://img.b2bpic.net/free-photo/fuzzy-room-with-television_1203-947.jpg" + imageSrc="http://img.b2bpic.net/free-photo/fuzzy-room-with-television_1203-947.jpg?_wi=2" mediaAnimation="blur-reveal" avatars={[ { src: "http://img.b2bpic.net/free-photo/anthropomorphic-robot-that-performs-regular-human-job_23-2151061692.jpg", alt: "Patient profile" }, @@ -87,7 +87,7 @@ export default function LandingPage() { { title: "Advanced Equipment", description: "Using the latest dental technology for precision and safety." }, { title: "Patient Centric", description: "A relaxing environment designed for stress-free dentistry." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/dentist-standing-with-arms-crossed-dental-clinic_107420-65537.jpg" + imageSrc="http://img.b2bpic.net/free-photo/dentist-standing-with-arms-crossed-dental-clinic_107420-65537.jpg?_wi=2" mediaAnimation="slide-up" />