Update src/app/page.tsx

This commit is contained in:
2026-03-03 01:00:50 +00:00
parent 22199d4521
commit 144e99cfb1

View File

@@ -99,13 +99,13 @@ export default function DentalClinicLanding() {
features={[
{
id: 1,
title: "Specialist Periodontist Care", description: "Expert treatment from an experienced periodontist specializing in gum health and disease prevention", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-eating-healthy-food-panoramic-view_268835-1528.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/checkup-dentist-tool-instrument-young_1301-3124.jpg" }
title: "Specialist Periodontist Care", description: "Expert treatment from an experienced periodontist specializing in gum health and disease prevention", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-eating-healthy-food-panoramic-view_268835-1528.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/checkup-dentist-tool-instrument-young_1301-3124.jpg?_wi=1" }
},
{
id: 2,
title: "Gentle & Pain-Free Treatment", description: "Many patients mention no pain during treatment. Our approach prioritizes your comfort and wellbeing", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman_93675-131882.jpg" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-female-patient-with-teeth-shades_107420-73950.jpg" }
title: "Gentle & Pain-Free Treatment", description: "Many patients mention no pain during treatment. Our approach prioritizes your comfort and wellbeing", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman_93675-131882.jpg?_wi=1" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-female-patient-with-teeth-shades_107420-73950.jpg?_wi=1" }
}
]}
/>
@@ -135,22 +135,22 @@ export default function DentalClinicLanding() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "1", name: "Gum Disease Treatment", price: "Consultation-based", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-eating-healthy-food-panoramic-view_268835-1528.jpg"
id: "1", name: "Gum Disease Treatment", price: "Consultation-based", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-eating-healthy-food-panoramic-view_268835-1528.jpg?_wi=2"
},
{
id: "2", name: "Dental Implants", price: "Premium Option", imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-female-patient-with-teeth-shades_107420-73950.jpg"
id: "2", name: "Dental Implants", price: "Premium Option", imageSrc: "http://img.b2bpic.net/free-photo/dentist-examining-female-patient-with-teeth-shades_107420-73950.jpg?_wi=2"
},
{
id: "3", name: "Deep Cleaning (SRP)", price: "Affordable Care", imageSrc: "http://img.b2bpic.net/free-photo/checkup-dentist-tool-instrument-young_1301-3124.jpg"
id: "3", name: "Deep Cleaning (SRP)", price: "Affordable Care", imageSrc: "http://img.b2bpic.net/free-photo/checkup-dentist-tool-instrument-young_1301-3124.jpg?_wi=2"
},
{
id: "4", name: "Teeth Whitening", price: "Cosmetic Treatment", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman_93675-131882.jpg"
id: "4", name: "Teeth Whitening", price: "Cosmetic Treatment", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman_93675-131882.jpg?_wi=2"
},
{
id: "5", name: "Root Canal Consultation", price: "Expert Second Opinion", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-eating-healthy-food-panoramic-view_268835-1528.jpg"
id: "5", name: "Root Canal Consultation", price: "Expert Second Opinion", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-eating-healthy-food-panoramic-view_268835-1528.jpg?_wi=3"
},
{
id: "6", name: "Preventive Care", price: "Health Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/checkup-dentist-tool-instrument-young_1301-3124.jpg"
id: "6", name: "Preventive Care", price: "Health Maintenance", imageSrc: "http://img.b2bpic.net/free-photo/checkup-dentist-tool-instrument-young_1301-3124.jpg?_wi=3"
}
]}
/>