Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 12fa9b4ac9 | |||
| 1fbca3b944 | |||
| 45ac01ec4a | |||
| b8c201da43 | |||
| 27dd7bfb46 |
@@ -31,7 +31,7 @@ const heroSlides = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
const heroButtons = [
|
const heroButtons = [
|
||||||
{ text: "Call Now", href: "tel:+91XXXXXXXXXX" },
|
{ text: "Call Now", href: "tel:+919725438230" },
|
||||||
{ text: "Book Table", href: "#reservation" },
|
{ text: "Book Table", href: "#reservation" },
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -115,8 +115,8 @@ const locationColumns = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contact", items: [
|
title: "Contact", items: [
|
||||||
{ label: "Call Us: +91 XXXX XXXXX", href: "tel:+91XXXXXXXXXX" },
|
{ label: "Call Us: +91 9725438230", href: "tel:+919725438230" },
|
||||||
{ label: "WhatsApp Booking", href: "https://wa.me/91XXXXXXXXXX" },
|
{ label: "WhatsApp Booking", href: "https://wa.me/919725438230" },
|
||||||
{ label: "Email: info@underthenemtrees.com", href: "mailto:info@underthenemtrees.com" },
|
{ label: "Email: info@underthenemtrees.com", href: "mailto:info@underthenemtrees.com" },
|
||||||
{ label: "Get Directions", href: "https://maps.google.com" },
|
{ label: "Get Directions", href: "https://maps.google.com" },
|
||||||
],
|
],
|
||||||
@@ -150,7 +150,7 @@ export default function LandingPage() {
|
|||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
brandName="Under The Neem Trees"
|
brandName="Under The Neem Trees"
|
||||||
bottomLeftText="Ahmedabad, India"
|
bottomLeftText="Ahmedabad, India"
|
||||||
bottomRightText="+91 XXXX XXXXX"
|
bottomRightText="+91 9725438230"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user