diff --git a/src/app/page.tsx b/src/app/page.tsx
index c111ff6..96dfc57 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,82 +33,47 @@ export default function LandingPage() {
@@ -357,58 +235,35 @@ export default function LandingPage() {
logoText="Meat Moot Dubai Hills"
columns={[
{
- title: "Explore",
- items: [
+ title: "Explore", items: [
{
- label: "Home",
- href: "#hero",
- },
+ label: "Home", href: "#hero"},
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Our Menu",
- href: "#menu",
- },
+ label: "Our Menu", href: "#menu"},
{
- label: "The Experience",
- href: "#experience",
- },
+ label: "The Experience", href: "#experience"},
],
},
{
- title: "Visit Us",
- items: [
+ title: "Visit Us", items: [
{
- label: "Location: Dubai Hills",
- href: "https://www.google.com/maps?q=Meat+Moot+Dubai+Hills",
- },
+ label: "Location: Dubai Hills", href: "https://www.google.com/maps?q=Meat+Moot+Dubai+Hills"},
{
- label: "Reservations",
- href: "#contact",
- },
+ label: "Reservations", href: "#contact"},
{
- label: "Contact Us",
- href: "#contact",
- },
+ label: "Contact Us", href: "#contact"},
{
- label: "Hours: 12 PM - 12 AM Daily",
- href: "#",
- },
+ label: "Hours: 12 PM - 12 AM Daily", href: "#"},
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
{
- label: "Terms of Service",
- href: "#",
- },
+ label: "Terms of Service", href: "#"},
],
},
]}