From 317f26b627c58ef42edb18df63c3432fa0281810 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 20:16:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 201 +++++++++++------------------------------------ 1 file changed, 45 insertions(+), 156 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 872e2e1..50a2de9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,104 +31,65 @@ export default function LandingPage() {
@@ -140,19 +101,13 @@ export default function LandingPage() { metrics={[ { icon: Shield, - label: "Precision Tech", - value: "Digital Scans", - }, + label: "Precision Tech", value: "Digital Scans"}, { icon: Award, - label: "Certified Pros", - value: "Top Tier", - }, + label: "Certified Pros", value: "Top Tier"}, { icon: Sparkles, - label: "Comfort First", - value: "Patient focus", - }, + label: "Comfort First", value: "Patient focus"}, ]} metricsAnimation="blur-reveal" /> @@ -165,33 +120,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "t1", - title: "Invisalign", - description: "Crystal clear aligners for a seamless smile journey.", - tag: "Invisible", - imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-delicious-gummy-bear-candy_23-2149894275.jpg", - }, + id: "t1", title: "Invisalign", description: "Crystal clear aligners for a seamless smile journey.", tag: "Invisible", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-delicious-gummy-bear-candy_23-2149894275.jpg"}, { - id: "t2", - title: "Insignia Braces", - description: "Customized brackets tailored exactly to your tooth anatomy.", - tag: "Precision", - imageSrc: "http://img.b2bpic.net/free-photo/caucasian-preteen-girl-with-braces-her-teeth-looking-mirror_169016-38199.jpg", - }, + id: "t2", title: "Insignia Braces", description: "Customized brackets tailored exactly to your tooth anatomy.", tag: "Precision", imageSrc: "http://img.b2bpic.net/free-photo/caucasian-preteen-girl-with-braces-her-teeth-looking-mirror_169016-38199.jpg"}, { - id: "t3", - title: "Damon System", - description: "Self-ligating braces for faster and more comfortable results.", - tag: "Advanced", - imageSrc: "http://img.b2bpic.net/free-photo/surgical-taper-kit_651396-1888.jpg", - }, + id: "t3", title: "Damon System", description: "Self-ligating braces for faster and more comfortable results.", tag: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/surgical-taper-kit_651396-1888.jpg"}, { - id: "t4", - title: "Teen Aligners", - description: "Designed specifically for adolescent growth and alignment.", - tag: "Youth", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-orthodontist-child-dentist-s-office_329181-17720.jpg", - }, + id: "t4", title: "Teen Aligners", description: "Designed specifically for adolescent growth and alignment.", tag: "Youth", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-orthodontist-child-dentist-s-office_329181-17720.jpg"}, ]} title="Treatment Solutions" description="Tailored orthodontic solutions for every smile, from discreet aligners to advanced bracing systems." @@ -200,31 +135,17 @@ export default function LandingPage() {
@@ -306,13 +199,9 @@ export default function LandingPage() { -- 2.49.1