From 84fd064d26fd9ce8bdcc8ff71f66aea2e704be83 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:41:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ea2172e..3a57ea3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,7 +83,7 @@ export default function LandingPage() { }, { id: "2", brand: "Smile Dental", name: "Invisalign Aligners", price: "$4,999", rating: 5, - reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-patient-holding-orthodontic-retainers-dental-clinic_662251-2605.jpg", imageAlt: "Invisalign clear aligners" + reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-patient-holding-orthodontic-retainers-dental-clinic_662251-2605.jpg?_wi=1", imageAlt: "Invisalign clear aligners" }, { id: "3", brand: "Smile Dental", name: "Porcelain Veneers", price: "$1,200", rating: 5, @@ -143,7 +143,7 @@ export default function LandingPage() { title: "Restorative Solutions", description: "Expert crowns, bridges, implants, and fillings to restore function and beauty to damaged teeth.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-67022.jpg" }, { - title: "Orthodontics", description: "Personalized treatment plans including traditional braces and clear aligners for straighter, healthier teeth.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-patient-holding-orthodontic-retainers-dental-clinic_662251-2605.jpg" + title: "Orthodontics", description: "Personalized treatment plans including traditional braces and clear aligners for straighter, healthier teeth.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-patient-holding-orthodontic-retainers-dental-clinic_662251-2605.jpg?_wi=2" } ]} /> @@ -161,22 +161,22 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Mitchell", handle: "CEO, Tech Innovations", testimonial: "Dr. Patel transformed my smile completely. The attention to detail and comfort throughout the process was exceptional. I've never felt more confident!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Mitchell" + id: "1", name: "Sarah Mitchell", handle: "CEO, Tech Innovations", testimonial: "Dr. Patel transformed my smile completely. The attention to detail and comfort throughout the process was exceptional. I've never felt more confident!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, { - id: "2", name: "James Richardson", handle: "Attorney at Law", testimonial: "Professional, courteous, and incredibly skilled. My veneers look natural and beautiful. The entire team made me feel like family.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Richardson" + id: "2", name: "James Richardson", handle: "Attorney at Law", testimonial: "Professional, courteous, and incredibly skilled. My veneers look natural and beautiful. The entire team made me feel like family.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Richardson" }, { id: "3", name: "Emily Chang", handle: "Marketing Director", testimonial: "After years of being self-conscious about my teeth, I finally have the smile I've always wanted. Highly recommended for anyone considering cosmetic dentistry.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", imageAlt: "Emily Chang" }, { - id: "4", name: "Michael Thompson", handle: "Entrepreneur", testimonial: "The implant procedure was seamless. Dr. Patel explained everything clearly, and the results exceeded my expectations. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Thompson" + id: "4", name: "Michael Thompson", handle: "Entrepreneur", testimonial: "The implant procedure was seamless. Dr. Patel explained everything clearly, and the results exceeded my expectations. Worth every penny!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Thompson" }, { - id: "5", name: "Victoria Grant", handle: "Artist", testimonial: "The finest dental care I've ever received. The office atmosphere is calm and welcoming, and the results are simply stunning.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Victoria Grant" + id: "5", name: "Victoria Grant", handle: "Artist", testimonial: "The finest dental care I've ever received. The office atmosphere is calm and welcoming, and the results are simply stunning.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Victoria Grant" }, { - id: "6", name: "David Park", handle: "Fitness Coach", testimonial: "Professional excellence combined with genuine care. My family and I are patients for life. Five stars doesn't do it justice!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park" + id: "6", name: "David Park", handle: "Fitness Coach", testimonial: "Professional excellence combined with genuine care. My family and I are patients for life. Five stars doesn't do it justice!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Park" } ]} speed={40} -- 2.49.1