From 06b14c85162652b9d663b9f2bcc6fb2bbf47deb3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 04:55:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b5e9038..1a75dd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,11 +76,11 @@ export default function LandingPage() { textboxLayout="default" features={[ { - title: "Cosmetic Dentistry", description: "Enhance your natural beauty with professional teeth whitening, veneers, and smile design tailored to your unique features.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-woman-having-her-teeth-whitened-with-ultraviolet-light-dental-clinic_662251-2598.jpg", imageAlt: "Cosmetic dentistry service"}, + title: "Cosmetic Dentistry", description: "Enhance your natural beauty with professional teeth whitening, veneers, and smile design tailored to your unique features.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-woman-having-her-teeth-whitened-with-ultraviolet-light-dental-clinic_662251-2598.jpg?_wi=1", imageAlt: "Cosmetic dentistry service"}, { - title: "Dental Implants", description: "Restore missing teeth with advanced implant technology that looks and functions like natural teeth with exceptional longevity.", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19450.jpg", imageAlt: "Dental implants procedure"}, + title: "Dental Implants", description: "Restore missing teeth with advanced implant technology that looks and functions like natural teeth with exceptional longevity.", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19450.jpg?_wi=1", imageAlt: "Dental implants procedure"}, { - title: "Orthodontics", description: "Achieve your ideal smile with modern orthodontic treatments including invisible aligners and traditional braces options.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-patient-holding-orthodontic-retainers-dental-clinic_662251-2605.jpg", imageAlt: "Orthodontics treatment"}, + title: "Orthodontics", description: "Achieve your ideal smile with modern orthodontic treatments including invisible aligners and traditional braces options.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-patient-holding-orthodontic-retainers-dental-clinic_662251-2605.jpg?_wi=1", imageAlt: "Orthodontics treatment"}, { title: "Preventive Care", description: "Maintain optimal oral health with professional cleanings, examinations, and personalized prevention strategies.", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-cleaning-her-teeth-with-toothbrush-morning_637285-3686.jpg", imageAlt: "Preventive dental hygiene"}, ]} @@ -113,13 +113,13 @@ export default function LandingPage() { products={[ { id: "1", brand: "Premium Care", name: "All-on-4 Dental Implants", price: "Complete Smile", rating: 5, - reviewCount: "847", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19450.jpg", imageAlt: "All-on-4 implants"}, + reviewCount: "847", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19450.jpg?_wi=2", imageAlt: "All-on-4 implants"}, { id: "2", brand: "Aesthetic Solutions", name: "Professional Smile Design", price: "Custom Package", rating: 5, - reviewCount: "623", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-woman-having-her-teeth-whitened-with-ultraviolet-light-dental-clinic_662251-2598.jpg", imageAlt: "Smile design service"}, + reviewCount: "623", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-woman-having-her-teeth-whitened-with-ultraviolet-light-dental-clinic_662251-2598.jpg?_wi=2", imageAlt: "Smile design service"}, { id: "3", brand: "Precision Alignment", name: "Invisible Aligner System", price: "24-Month Program", rating: 5, - reviewCount: "512", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-patient-holding-orthodontic-retainers-dental-clinic_662251-2605.jpg", imageAlt: "Invisible aligner system"}, + reviewCount: "512", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-patient-holding-orthodontic-retainers-dental-clinic_662251-2605.jpg?_wi=2", imageAlt: "Invisible aligner system"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -131,9 +131,9 @@ export default function LandingPage() {