Update src/app/page.tsx

This commit is contained in:
2026-03-19 07:33:18 +00:00
parent cecff494d6
commit e07ed49e00

View File

@@ -108,6 +108,18 @@ export default function LandingPage() {
{ {
icon: Sparkles, icon: Sparkles,
title: "Vision Correction Surgery", description: "LASIK and other refractive surgery options to reduce your dependence on glasses." title: "Vision Correction Surgery", description: "LASIK and other refractive surgery options to reduce your dependence on glasses."
},
{
icon: Eye,
title: "Corneal Transplantation", description: "Advanced surgical procedures for corneal diseases to restore clear vision and eye function."
},
{
icon: Shield,
title: "Glaucoma Management", description: "Early detection and comprehensive treatment plans to prevent vision loss from glaucoma."
},
{
icon: Heart,
title: "Retinal Disorders Treatment", description: "Specialized care for age-related macular degeneration, retinal detachment, and other retinal conditions."
} }
]} ]}
animationType="slide-up" animationType="slide-up"