diff --git a/src/app/page.tsx b/src/app/page.tsx
index 48b5f78..301b722 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,46 +32,31 @@ export default function LandingPage() {
@@ -97,15 +79,11 @@ export default function LandingPage() {
useInvertedBackground={true}
negativeCard={{
items: [
- "Work Mode - Fast WiFi, steady brews",
- "Night Scene - Immerse in the peak of Gurgaon's night life",
- ],
+ "Work Mode - Fast WiFi, steady brews", "Night Scene - Immerse in the peak of Gurgaon's night life"],
}}
positiveCard={{
items: [
- "Rider's Corner - For those who live to ride",
- "Chill Lounge - Perfect for late night conversations",
- ],
+ "Rider's Corner - For those who live to ride", "Chill Lounge - Perfect for late night conversations"],
}}
title="Choose Your Zone"
description="Every corner at OTR is designed for a specific mood."
@@ -114,64 +92,29 @@ export default function LandingPage() {
@@ -340,17 +218,11 @@ export default function LandingPage() {
{
items: [
{
- label: "Instagram",
- href: "https://instagram.com",
- },
+ label: "Instagram", href: "https://instagram.com"},
{
- label: "Call: 91XXXXXXXXXX",
- href: "tel:91XXXXXXXXXX",
- },
+ label: "Call: 91XXXXXXXXXX", href: "tel:91XXXXXXXXXX"},
{
- label: "Privacy Policy",
- href: "#",
- },
+ label: "Privacy Policy", href: "#"},
],
},
]}