Update src/app/page.tsx

This commit is contained in:
2026-03-07 10:15:27 +00:00
parent f5f60d2c79
commit 491e69f52d

View File

@@ -60,7 +60,7 @@ export default function LandingPage() {
{ text: "Learn More", href: "#services" }
]}
buttonAnimation="blur-reveal"
imageSrc="http://img.b2bpic.net/free-photo/team-specialists-doing-surgical-procedure-man-with-toothache-using-dental-tools-instrument-stomatology-operation-dentist-nurse-extracting-teeth-oral-care-clinic_482257-35271.jpg"
imageSrc="http://img.b2bpic.net/free-photo/team-specialists-doing-surgical-procedure-man-with-toothache-using-dental-tools-instrument-stomatology-operation-dentist-nurse-extracting-teeth-oral-care-clinic_482257-35271.jpg?_wi=1"
imageAlt="Modern luxury dental clinic"
mediaAnimation="slide-up"
imagePosition="right"
@@ -85,7 +85,7 @@ export default function LandingPage() {
},
{
id: "implants", brand: "Advanced Tech", name: "Dental Implants", price: "From $3,500", rating: 5,
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66766.jpg", imageAlt: "Modern dental implant procedure"
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66766.jpg?_wi=1", imageAlt: "Modern dental implant procedure"
},
{
id: "ortho", brand: "Smart Align", name: "Orthodontics", price: "From $4,000", rating: 5,
@@ -122,16 +122,16 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
features={[
{
title: "Advanced Technology", description: "State-of-the-art digital imaging, 3D scanning, and laser treatment options for precision care.", imageSrc: "http://img.b2bpic.net/free-photo/nurse-inviting-kid-patient-consultation-dental-room-pediatric-doctor-speaking-with-little-girl-man-assistant-talking-with-mother-preparing-stomatologic-examination-orthodontist-office_482257-13316.jpg", imageAlt: "Advanced dental technology"
title: "Advanced Technology", description: "State-of-the-art digital imaging, 3D scanning, and laser treatment options for precision care.", imageSrc: "http://img.b2bpic.net/free-photo/nurse-inviting-kid-patient-consultation-dental-room-pediatric-doctor-speaking-with-little-girl-man-assistant-talking-with-mother-preparing-stomatologic-examination-orthodontist-office_482257-13316.jpg?_wi=1", imageAlt: "Advanced dental technology"
},
{
title: "Expert Specialists", description: "Board-certified dentists with extensive training in cosmetic, restorative, and implant dentistry.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66766.jpg", imageAlt: "Expert dental specialists"
title: "Expert Specialists", description: "Board-certified dentists with extensive training in cosmetic, restorative, and implant dentistry.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-treats-childs-tooth-using-rubber-dam-closeup-tooth-treatment_169016-66766.jpg?_wi=2", imageAlt: "Expert dental specialists"
},
{
title: "Comfort First", description: "Serene environment with premium amenities, sedation options, and personalized patient care.", imageSrc: "http://img.b2bpic.net/free-photo/team-specialists-doing-surgical-procedure-man-with-toothache-using-dental-tools-instrument-stomatology-operation-dentist-nurse-extracting-teeth-oral-care-clinic_482257-35271.jpg", imageAlt: "Comfortable dental office"
title: "Comfort First", description: "Serene environment with premium amenities, sedation options, and personalized patient care.", imageSrc: "http://img.b2bpic.net/free-photo/team-specialists-doing-surgical-procedure-man-with-toothache-using-dental-tools-instrument-stomatology-operation-dentist-nurse-extracting-teeth-oral-care-clinic_482257-35271.jpg?_wi=2", imageAlt: "Comfortable dental office"
},
{
title: "Preventive Excellence", description: "Comprehensive cleanings, early detection programs, and personalized maintenance plans.", imageSrc: "http://img.b2bpic.net/free-photo/nurse-inviting-kid-patient-consultation-dental-room-pediatric-doctor-speaking-with-little-girl-man-assistant-talking-with-mother-preparing-stomatologic-examination-orthodontist-office_482257-13316.jpg", imageAlt: "Preventive dental care"
title: "Preventive Excellence", description: "Comprehensive cleanings, early detection programs, and personalized maintenance plans.", imageSrc: "http://img.b2bpic.net/free-photo/nurse-inviting-kid-patient-consultation-dental-room-pediatric-doctor-speaking-with-little-girl-man-assistant-talking-with-mother-preparing-stomatologic-examination-orthodontist-office_482257-13316.jpg?_wi=2", imageAlt: "Preventive dental care"
}
]}
/>