From 3c1d44dab0bfb396ec48ffa05a21dd6b2e2c35e0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 18:27:22 +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 26c86a8..cca4371 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,22 +71,22 @@ export default function LandingPage() { features={[ { icon: Sparkles, - title: "Teeth Whitening", description: "Professional treatments for a brighter, more confident smile."}, + title: "Natural Smile Whitening", description: "Professional treatments for a brighter, more confident smile."}, { icon: Smile, - title: "Orthodontics", description: "Advanced alignment solutions for perfectly straight teeth."}, + title: "Perfect Alignment Orthodontics", description: "Advanced alignment solutions for perfectly straight teeth."}, { icon: Feather, - title: "Dental Cleaning", description: "Preventive care to ensure optimal oral hygiene."}, + title: "Healthy Oral Cleaning", description: "Preventive care to ensure optimal oral hygiene."}, { icon: Shield, - title: "Dental Implants", description: "High-quality restoration services for missing teeth."}, + title: "Restorative Dental Implants", description: "High-quality restoration services for missing teeth."}, { icon: Heart, - title: "Cavities Treatment", description: "Restorative care to save your natural teeth."}, + title: "Natural Cavity Recovery", description: "Restorative care to save your natural teeth."}, { icon: Crown, - title: "Dental Crowns", description: "Custom fit crowns for structure and aesthetics."}, + title: "Aesthetic Crown Restoration", description: "Custom fit crowns for structure and aesthetics."}, ]} title="Our Professional Services" description="Comprehensive dental care designed to keep your smile healthy and radiant." -- 2.49.1