diff --git a/src/app/page.tsx b/src/app/page.tsx index 98ae840..6a5a27a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -40,6 +40,8 @@ export default function LandingPage() { name: "Testimonials", id: "#testimonials"}, { name: "Contact", id: "#contact"}, + { + name: "9335855396", id: "tel:9335855396"}, ]} brandName="Asif Barbar Shop" button={{ @@ -240,8 +242,6 @@ export default function LandingPage() { label: "Privacy", href: "#"}, { label: "Terms", href: "#"}, - { - label: "Phone: 9335855396", href: "tel:9335855396"}, ], }, ]} @@ -251,4 +251,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file