From 144e99cfb1342c2c2753ef7f6537ecacd281db2d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:00:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1726f58..2efac38 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ]} /> -- 2.49.1