From dd30cca7b45100594ac9d550657b625db15bd978 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 18:51:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 198 ++++++++--------------------------------------- 1 file changed, 32 insertions(+), 166 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 220b9c7..6dc1d65 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,22 +29,10 @@ export default function LandingPage() { @@ -136,39 +80,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "1", - title: "Preventative Care", - author: "Proactive", - description: "Routine cleanings, exams, and x-rays to keep your smile healthy and detect potential issues early.", - tags: [ - "Cleaning", - "Exam", - ], - imageSrc: "http://img.b2bpic.net/free-photo/closeup-stylish-feminine-curlyhaired-africanamerican-woman-blue-fashionable-blouse-stretch-hand-hold-smartphone-taking-selfie-laughing-smiling-white-background_176420-55433.jpg?_wi=1", - }, - { - id: "2", - title: "Cosmetic Dentistry", - author: "Aesthetic", - description: "Professional teeth whitening, veneers, and bonding to help you achieve the bright, confident smile you deserve.", - tags: [ - "Whitening", - "Veneers", - ], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sincere-happy-girl-smiling-laughing_176420-9689.jpg?_wi=1", - }, - { - id: "3", - title: "Restorative Work", - author: "Treatment", - description: "Advanced care for damaged or missing teeth, including fillings, crowns, bridges, and dental implants.", - tags: [ - "Crowns", - "Implants", - ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-old-man-outdoors_23-2148997295.jpg?_wi=1", - }, + { id: "1", title: "Preventative Care", author: "Proactive", description: "Routine cleanings, exams, and x-rays to keep your smile healthy and detect potential issues early.", tags: ["Cleaning", "Exam"], imageSrc: "http://img.b2bpic.net/free-photo/closeup-stylish-feminine-curlyhaired-africanamerican-woman-blue-fashionable-blouse-stretch-hand-hold-smartphone-taking-selfie-laughing-smiling-white-background_176420-55433.jpg" }, + { id: "2", title: "Cosmetic Dentistry", author: "Aesthetic", description: "Professional teeth whitening, veneers, and bonding to help you achieve the bright, confident smile you deserve.", tags: ["Whitening", "Veneers"], imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sincere-happy-girl-smiling-laughing_176420-9689.jpg" }, + { id: "3", title: "Restorative Work", author: "Treatment", description: "Advanced care for damaged or missing teeth, including fillings, crowns, bridges, and dental implants.", tags: ["Crowns", "Implants"], imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-old-man-outdoors_23-2148997295.jpg" }, ]} title="Comprehensive Dental Services" description="From preventative care to advanced cosmetic procedures, we offer a full suite of dental solutions tailored to your unique needs." @@ -177,44 +91,15 @@ export default function LandingPage() {
-- 2.49.1