Update src/app/page.tsx
This commit is contained in:
@@ -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" },
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user