From 1c6b429b5254a35ceb9e20415556a21e58e49248 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 13:15:49 +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 edcff8d..c6cb263 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,13 +78,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Cosmetic Dentistry", description: "Enhance your smile with our expert cosmetic treatments including veneers, bonding, and smile design.", imageSrc: "http://img.b2bpic.net/free-photo/mixed-race-black-blonde-model-with-curly-hair-closeup-mouth-painted-with-bright-blue-lipstick-smiling-watching-camera_633478-803.jpg", imageAlt: "Cosmetic dentistry treatment" + title: "Cosmetic Dentistry", description: "Enhance your smile with our expert cosmetic treatments including veneers, bonding, and smile design.", imageSrc: "http://img.b2bpic.net/free-photo/mixed-race-black-blonde-model-with-curly-hair-closeup-mouth-painted-with-bright-blue-lipstick-smiling-watching-camera_633478-803.jpg?_wi=1", imageAlt: "Cosmetic dentistry treatment" }, { - title: "Dental Implants", description: "Restore your smile with cutting-edge implant technology that looks and feels completely natural.", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-giving-thumbs-up-dental-procedure_651396-1872.jpg", imageAlt: "Dental implant procedure" + title: "Dental Implants", description: "Restore your smile with cutting-edge implant technology that looks and feels completely natural.", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-giving-thumbs-up-dental-procedure_651396-1872.jpg?_wi=1", imageAlt: "Dental implant procedure" }, { - title: "Preventive Care", description: "Maintain optimal oral health with our comprehensive preventive and maintenance programs.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66856.jpg", imageAlt: "Preventive dental care" + title: "Preventive Care", description: "Maintain optimal oral health with our comprehensive preventive and maintenance programs.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66856.jpg?_wi=1", imageAlt: "Preventive dental care" } ]} gridVariant="three-columns-all-equal-width" @@ -117,15 +117,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "Luminous Dental", name: "Complete Smile Makeover", price: "$3,500", rating: 5, - reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/mixed-race-black-blonde-model-with-curly-hair-closeup-mouth-painted-with-bright-blue-lipstick-smiling-watching-camera_633478-803.jpg", imageAlt: "Complete smile makeover package" + reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/mixed-race-black-blonde-model-with-curly-hair-closeup-mouth-painted-with-bright-blue-lipstick-smiling-watching-camera_633478-803.jpg?_wi=2", imageAlt: "Complete smile makeover package" }, { id: "2", brand: "Luminous Dental", name: "Implant Restoration", price: "$4,200", rating: 5, - reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-giving-thumbs-up-dental-procedure_651396-1872.jpg", imageAlt: "Implant restoration package" + reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-giving-thumbs-up-dental-procedure_651396-1872.jpg?_wi=2", imageAlt: "Implant restoration package" }, { id: "3", brand: "Luminous Dental", name: "Annual Wellness Plan", price: "$899", rating: 5, - reviewCount: "420", imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66856.jpg", imageAlt: "Annual wellness plan package" + reviewCount: "420", imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66856.jpg?_wi=2", imageAlt: "Annual wellness plan package" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1