From 19bdf8bfb308d260cc5519f50966930f6369e74a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 11:28:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 96cb64e..bcebb8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,16 +84,13 @@ export default function LandingPage() { tagIcon={Zap} features={[ { - id: 1, - title: "Smile Design & Planning", description: "Digital smile design technology combined with artistic vision to plan your perfect smile before treatment begins.", imageSrc: "http://img.b2bpic.net/free-photo/stomatologist-nurse-comparing-radiographics-looking-computer-while-specialist-doctor-with-face-mask-speaks-man-with-toothache-sitting-stomatological-chair-preparing-tools-surgery_482257-13456.jpg", imageAlt: "Digital dental smile design technology" + id: "1", title: "Smile Design & Planning", description: "Digital smile design technology combined with artistic vision to plan your perfect smile before treatment begins.", imageSrc: "http://img.b2bpic.net/free-photo/stomatologist-nurse-comparing-radiographics-looking-computer-while-specialist-doctor-with-face-mask-speaks-man-with-toothache-sitting-stomatological-chair-preparing-tools-surgery_482257-13456.jpg", imageAlt: "Digital dental smile design technology" }, { - id: 2, - title: "Cosmetic Enhancements", description: "Veneers, whitening, bonding, and contouring—each procedure executed with Swiss-precision artistry for natural, radiant results.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-blowing-maple-leaves-outdoors_23-2148229361.jpg", imageAlt: "Cosmetic dental enhancement procedures" + id: "2", title: "Cosmetic Enhancements", description: "Veneers, whitening, bonding, and contouring—each procedure executed with Swiss-precision artistry for natural, radiant results.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-blowing-maple-leaves-outdoors_23-2148229361.jpg", imageAlt: "Cosmetic dental enhancement procedures" }, { - id: 3, - title: "Comfort-First Care", description: "Your experience matters. From relaxing environments to gentle techniques, we prioritize patient comfort at every step.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-spacious-office-dentist_8353-9976.jpg", imageAlt: "Comfortable luxury dental clinic environment" + id: "3", title: "Comfort-First Care", description: "Your experience matters. From relaxing environments to gentle techniques, we prioritize patient comfort at every step.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-spacious-office-dentist_8353-9976.jpg", imageAlt: "Comfortable luxury dental clinic environment" } ]} textboxLayout="default" -- 2.49.1