diff --git a/src/app/page.tsx b/src/app/page.tsx
index 4401969..2743897 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
@@ -54,98 +46,52 @@ export default function LandingPage() {
@@ -158,19 +104,13 @@ export default function LandingPage() {
features={[
{
icon: Sparkles,
- title: "Smile Design",
- description: "Customized aesthetic planning to match your facial features.",
- },
+ title: "Smile Design", description: "Customized aesthetic planning to match your facial features."},
{
icon: CheckCircle,
- title: "Teeth Whitening",
- description: "Professional-grade treatments for a brighter, healthier smile.",
- },
+ title: "Teeth Whitening", description: "Professional-grade treatments for a brighter, healthier smile."},
{
icon: Shield,
- title: "Restorative Dentistry",
- description: "State-of-the-art procedures to restore tooth function and beauty.",
- },
+ title: "Restorative Dentistry", description: "State-of-the-art procedures to restore tooth function and beauty."},
]}
title="Comprehensive Dental Aesthetics"
description="Advanced care tailored to your needs."
@@ -179,37 +119,20 @@ export default function LandingPage() {
@@ -330,38 +205,25 @@ export default function LandingPage() {
logoText="Glow & Smile"
columns={[
{
- title: "Clinic",
- items: [
+ title: "Clinic", items: [
{
- label: "About",
- href: "#",
- },
+ label: "About", href: "#"},
{
- label: "Services",
- href: "#",
- },
+ label: "Services", href: "#"},
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{
- label: "Clifton, Karachi",
- href: "#",
- },
+ label: "Clifton, Karachi", href: "#"},
{
- label: "+92 331 210 2003",
- href: "tel:+923312102003",
- },
+ label: "+92 331 210 2003", href: "tel:+923312102003"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
],
},
]}