From 85ae20ecf4848807c6a3ad31f5c686c590a63510 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 14:06:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.49.1