diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0989e19..9ef6623 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,33 +32,19 @@ export default function LandingPage() {
@@ -67,19 +53,14 @@ export default function LandingPage() {
@@ -325,49 +221,31 @@ export default function LandingPage() {
{
items: [
{
- label: "📞 +91 98101 93145",
- href: "tel:+919810193145",
- },
+ label: "📞 +91 98101 93145", href: "tel:+919810193145"},
{
- label: "📍 A5, Kailash Colony, Greater Kailash, New Delhi, Delhi 110048",
- href: "https://www.google.com/maps/search/A5,+Kailash+Colony,+Block+A,+Greater+Kailash,+New+Delhi,+Delhi+110048",
- },
+ label: "📍 A5, Kailash Colony, Greater Kailash, New Delhi, Delhi 110048", href: "https://www.google.com/maps/search/A5,+Kailash+Colony,+Block+A,+Greater+Kailash,+New+Delhi,+Delhi+110048"},
],
},
{
items: [
{
- label: "Home",
- href: "#hero",
- },
+ label: "Home", href: "#hero"},
{
- label: "Services",
- href: "#services",
- },
+ label: "Services", href: "#services"},
{
- label: "About",
- href: "#about-doctor",
- },
+ label: "About", href: "#about-doctor"},
{
- label: "Appointments",
- href: "#appointment",
- },
+ label: "Appointments", href: "#appointment"},
],
},
{
items: [
{
- label: "Open · Closes 7 PM",
- href: "#",
- },
+ label: "Open · Closes 7 PM", href: "#"},
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}