Update src/app/page.tsx

This commit is contained in:
2026-05-07 10:08:20 +00:00
parent 80556c3a0c
commit 730f2646af

View File

@@ -158,12 +158,12 @@ export default function LandingPage() {
useInvertedBackground={false}
background={{
variant: "rotated-rays-animated"}}
text="Visit us at Haret Hreik, Main Road. Open Daily 10AM - Midnight. Phone: +961 00 000 000"
text="Visit us at Haret Hreik, Main Road. Open Daily 10AM - Midnight. Phone: +961 5 806 034"
buttons={[
{
text: "Google Maps", href: "#"},
{
text: "Call Now", href: "tel:+96100000000"},
text: "Call Now", href: "tel:+9615806034"},
]}
/>
</div>
@@ -180,7 +180,7 @@ export default function LandingPage() {
},
{
title: "Support", items: [
{ label: "Call Us", href: "tel:+96100000000" },
{ label: "Call Us", href: "tel:+9615806034" },
{ label: "FAQ", href: "#faq" },
],
},