From ba0661a935f5c05391afb535281707e0c5e097fb Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 08:23:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ace209c..4b73f2f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -290,9 +290,8 @@ export default function LandingPage() { }, { items: [ - { label: "Dubai Office", href: "#" }, - { label: "+971 52 135 8008", href: "tel:+971521358008" }, - { label: "info@alifstar.ae", href: "mailto:info@alifstar.ae" } + { label: "Office 28, Rawadat Al Karama Building - near Al Ibrahimi Restaurant - Al Karama - Dubai", href: "#" }, + { label: "+971521358008", href: "tel:+971521358008" } ] } ]} -- 2.49.1