Update src/app/page.tsx

This commit is contained in:
2026-03-09 08:01:57 +00:00
parent 224a1acbdf
commit 3114583160

View File

@@ -291,7 +291,7 @@ export default function LandingPage() {
{
items: [
{ label: "Dubai Office", href: "#" },
{ label: "+971 4 XXX XXXX", href: "tel:+97144440000" },
{ label: "+971 52 135 8008", href: "tel:+971521358008" },
{ label: "info@alifstar.ae", href: "mailto:info@alifstar.ae" }
]
}
@@ -300,4 +300,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}