From 50143d020a3df92c84783cfd9f0e6698a9aafb2e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 20:19:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ec3b89..115855b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,25 +75,37 @@ export default function LandingPage() { textboxLayout="default" features={[ { - title: "Teeth Cleaning", description: "Professional teeth cleaning service - Starting at $99", imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4445.jpg?_wi=1", imageAlt: "Professional teeth cleaning service" + id: 1, + title: "Teeth Cleaning", description: "Professional teeth cleaning service - Starting at $99", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4445.jpg?_wi=1", imageAlt: "Professional teeth cleaning service" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/dental-tools-equipment-white-background_1232-4445.jpg?_wi=1", imageAlt: "Professional teeth cleaning service" } }, { - title: "Dental Implants", description: "Dental implant procedure - Starting at $1,500", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-holding-dental-model-hands-concept-dentistry-dental-treatment_169016-67449.jpg", imageAlt: "Dental implant procedure" + id: 2, + title: "Dental Implants", description: "Dental implant procedure - Starting at $1,500", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-holding-dental-model-hands-concept-dentistry-dental-treatment_169016-67449.jpg", imageAlt: "Dental implant procedure" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-holding-dental-model-hands-concept-dentistry-dental-treatment_169016-67449.jpg", imageAlt: "Dental implant procedure" } }, { - title: "Teeth Whitening", description: "Professional teeth whitening - Starting at $199", imageSrc: "http://img.b2bpic.net/free-photo/sunny-close-up-portrait-pretty-blonde-woman-winking-showing-tongue-playful-positive-mood-pastel-sunny-colors_291049-1275.jpg", imageAlt: "Professional teeth whitening" + id: 3, + title: "Teeth Whitening", description: "Professional teeth whitening - Starting at $199", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/sunny-close-up-portrait-pretty-blonde-woman-winking-showing-tongue-playful-positive-mood-pastel-sunny-colors_291049-1275.jpg", imageAlt: "Professional teeth whitening" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/sunny-close-up-portrait-pretty-blonde-woman-winking-showing-tongue-playful-positive-mood-pastel-sunny-colors_291049-1275.jpg", imageAlt: "Professional teeth whitening" } }, { - title: "Root Canal Treatment", description: "Root canal treatment - Starting at $800", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentistry-room_1157-19459.jpg", imageAlt: "Root canal treatment" + id: 4, + title: "Root Canal Treatment", description: "Root canal treatment - Starting at $800", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentistry-room_1157-19459.jpg", imageAlt: "Root canal treatment" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentistry-room_1157-19459.jpg", imageAlt: "Root canal treatment" } }, { - title: "Braces / Orthodontics", description: "Orthodontic braces treatment - Starting at $3,000", imageSrc: "http://img.b2bpic.net/free-photo/dentist-taking-selfie-with-patient_23-2148396221.jpg", imageAlt: "Orthodontic braces treatment" + id: 5, + title: "Braces / Orthodontics", description: "Orthodontic braces treatment - Starting at $3,000", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/dentist-taking-selfie-with-patient_23-2148396221.jpg", imageAlt: "Orthodontic braces treatment" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/dentist-taking-selfie-with-patient_23-2148396221.jpg", imageAlt: "Orthodontic braces treatment" } }, { - title: "Cosmetic Dentistry", description: "Cosmetic dentistry services - Starting at $500", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-stylish-laughing-model-gray-casual-summer-clothes-brown-hat-with-natural-makeup_158538-11648.jpg", imageAlt: "Cosmetic dentistry services" + id: 6, + title: "Cosmetic Dentistry", description: "Cosmetic dentistry services - Starting at $500", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-stylish-laughing-model-gray-casual-summer-clothes-brown-hat-with-natural-makeup_158538-11648.jpg", imageAlt: "Cosmetic dentistry services" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-stylish-laughing-model-gray-casual-summer-clothes-brown-hat-with-natural-makeup_158538-11648.jpg", imageAlt: "Cosmetic dentistry services" } } ]} - gridVariant="three-columns-all-equal-width" + showStepNumbers={false} animationType="slide-up" useInvertedBackground={false} /> -- 2.49.1