From 8a9742cef3d856adc523adedf3cec1da5f225d9b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 11:43:33 +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 4042625..4447843 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,23 +84,23 @@ export default function LandingPage() { { id: 1, title: "Professional Cleaning", description: "Regular cleanings and preventative care to maintain optimal oral health, removing plaque and tartar buildup while detecting early signs of dental issues.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-1743.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-1743.jpg?_wi=1"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-1743.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-1743.jpg?_wi=2"}, }, { id: 2, title: "Teeth Whitening", description: "Professional whitening treatments that safely brighten your smile by several shades, transforming stains and discoloration into a radiant, confident appearance.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-joyful-two-girls-with-broad-smiles-being-amazed-as-see-something-incredible-nice-stand-each-other_273609-18505.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-joyful-two-girls-with-broad-smiles-being-amazed-as-see-something-incredible-nice-stand-each-other_273609-18505.jpg?_wi=1"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-joyful-two-girls-with-broad-smiles-being-amazed-as-see-something-incredible-nice-stand-each-other_273609-18505.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/vertical-portrait-joyful-two-girls-with-broad-smiles-being-amazed-as-see-something-incredible-nice-stand-each-other_273609-18505.jpg?_wi=2"}, }, { id: 3, title: "Dental Implants", description: "Advanced implant solutions that replace missing teeth with durable, natural-looking restorations that restore function, comfort, and your beautiful smile.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/dentist-explaining-dental-hygiene-female-patient_23-2147862034.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/dentist-explaining-dental-hygiene-female-patient_23-2147862034.jpg?_wi=1"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/dentist-explaining-dental-hygiene-female-patient_23-2147862034.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/dentist-explaining-dental-hygiene-female-patient_23-2147862034.jpg?_wi=2"}, }, ]} showStepNumbers={true}