diff --git a/src/app/page.tsx b/src/app/page.tsx
index cd9e117..458360d 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,17 +31,11 @@ export default function LandingPage() {
@@ -50,112 +44,65 @@ export default function LandingPage() {
@@ -167,32 +114,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "tejo",
- title: "Explosive Tejo",
- tags: [
- "Signature",
- "Adrenaline",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-group-friends-by-beach_23-2148140799.jpg",
- },
+ id: "tejo", title: "Explosive Tejo", tags: [
+ "Signature", "Adrenaline"],
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-group-friends-by-beach_23-2148140799.jpg"},
{
- id: "soccer",
- title: "Indoor Soccer",
- tags: [
- "High Energy",
- "Sport",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-with-football_23-2149085524.jpg",
- },
+ id: "soccer", title: "Indoor Soccer", tags: [
+ "High Energy", "Sport"],
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-with-football_23-2149085524.jpg"},
{
- id: "drinks",
- title: "Authentic Colombian Bar",
- tags: [
- "Spirits",
- "Vibe",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-toasting-whisky-glasses_23-2147861988.jpg",
- },
+ id: "drinks", title: "Authentic Colombian Bar", tags: [
+ "Spirits", "Vibe"],
+ imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-toasting-whisky-glasses_23-2147861988.jpg"},
]}
title="Beyond the Ordinary"
description="We reinvented the night out. From explosive tejo to high-intensity indoor soccer, this is where NYC comes to play."
@@ -201,49 +133,25 @@ export default function LandingPage() {
@@ -404,22 +244,14 @@ export default function LandingPage() {
description="Book your reservation today. Space is limited and weekends go fast."
inputs={[
{
- name: "name",
- type: "text",
- placeholder: "Your Name",
- required: true,
+ name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
- name: "email",
- type: "email",
- placeholder: "Your Email",
- required: true,
+ name: "email", type: "email", placeholder: "Your Email", required: true,
},
]}
textarea={{
- name: "notes",
- placeholder: "Event details or booking request",
- rows: 4,
+ name: "notes", placeholder: "Event details or booking request", rows: 4,
}}
imageSrc="http://img.b2bpic.net/free-photo/young-adults-having-party-home_23-2149215846.jpg"
/>
@@ -429,50 +261,31 @@ export default function LandingPage() {