Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-10 13:15:54 +00:00

View File

@@ -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"