diff --git a/src/app/page.tsx b/src/app/page.tsx
index ebd7ce9..12e2457 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -34,25 +34,15 @@ export default function LandingPage() {
@@ -61,45 +51,28 @@ export default function LandingPage() {
@@ -111,19 +84,13 @@ export default function LandingPage() {
metrics={[
{
icon: Music,
- label: "Karaoke Nights",
- value: "Daily",
- },
+ label: "Karaoke Nights", value: "Daily"},
{
icon: Star,
- label: "Fun Games",
- value: "10+",
- },
+ label: "Fun Games", value: "10+"},
{
icon: Smile,
- label: "Happy Guests",
- value: "400+",
- },
+ label: "Happy Guests", value: "400+"},
]}
metricsAnimation="blur-reveal"
/>
@@ -137,20 +104,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Karaoke Nights",
- description: "Sing your heart out on our karaoke stage every night.",
- imageSrc: "http://img.b2bpic.net/free-photo/emotional-song_1163-2389.jpg",
- },
+ title: "Karaoke Nights", description: "Sing your heart out on our karaoke stage every night.", imageSrc: "http://img.b2bpic.net/free-photo/emotional-song_1163-2389.jpg"},
{
- title: "Classic Games",
- description: "Challenge your friends to darts or classic board games.",
- imageSrc: "http://img.b2bpic.net/free-photo/hand-throwing-dart-arrow-board_23-2150407980.jpg",
- },
+ title: "Classic Games", description: "Challenge your friends to darts or classic board games.", imageSrc: "http://img.b2bpic.net/free-photo/hand-throwing-dart-arrow-board_23-2150407980.jpg"},
{
- title: "Cozy Atmosphere",
- description: "Relax in our comfortable seating perfect for small groups.",
- imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-having-coffee-together-caf_23-2147871314.jpg",
- },
+ title: "Cozy Atmosphere", description: "Relax in our comfortable seating perfect for small groups.", imageSrc: "http://img.b2bpic.net/free-photo/two-female-friends-having-coffee-together-caf_23-2147871314.jpg"},
]}
title="Experience the Vibe"
description="More than just drinks, we provide a complete entertainment experience."
@@ -165,59 +123,23 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "1",
- brand: "Paraiso",
- name: "Gin Cocktail",
- price: "$12",
- rating: 5,
- reviewCount: "102",
- imageSrc: "http://img.b2bpic.net/free-photo/glass-vodka-tonic-cocktail-wooden-table_123827-30879.jpg",
- },
+ id: "1", brand: "Paraiso", name: "Gin Cocktail", price: "$12", rating: 5,
+ reviewCount: "102", imageSrc: "http://img.b2bpic.net/free-photo/glass-vodka-tonic-cocktail-wooden-table_123827-30879.jpg"},
{
- id: "2",
- brand: "Paraiso",
- name: "Jade Cocktail",
- price: "$14",
- rating: 5,
- reviewCount: "88",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-arrangement-spanish-food_23-2149157428.jpg",
- },
+ id: "2", brand: "Paraiso", name: "Jade Cocktail", price: "$14", rating: 5,
+ reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-arrangement-spanish-food_23-2149157428.jpg"},
{
- id: "3",
- brand: "Paraiso",
- name: "Classic Daiquiri",
- price: "$13",
- rating: 5,
- reviewCount: "75",
- imageSrc: "http://img.b2bpic.net/free-photo/delicious-pina-colada-cocktails_52683-106895.jpg",
- },
+ id: "3", brand: "Paraiso", name: "Classic Daiquiri", price: "$13", rating: 5,
+ reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pina-colada-cocktails_52683-106895.jpg"},
{
- id: "4",
- brand: "Paraiso",
- name: "Cosmopolitan",
- price: "$13",
- rating: 5,
- reviewCount: "92",
- imageSrc: "http://img.b2bpic.net/free-photo/young-lovely-caucasian-female-with-dark-hair-silver-dress-shoes-poses-camera-shows-her-new-dress_132075-8980.jpg",
- },
+ id: "4", brand: "Paraiso", name: "Cosmopolitan", price: "$13", rating: 5,
+ reviewCount: "92", imageSrc: "http://img.b2bpic.net/free-photo/young-lovely-caucasian-female-with-dark-hair-silver-dress-shoes-poses-camera-shows-her-new-dress_132075-8980.jpg"},
{
- id: "5",
- brand: "Paraiso",
- name: "Premium Spirits",
- price: "$15",
- rating: 5,
- reviewCount: "50",
- imageSrc: "http://img.b2bpic.net/free-photo/blurred-photo-supermarket-your-advertising_185193-110570.jpg",
- },
+ id: "5", brand: "Paraiso", name: "Premium Spirits", price: "$15", rating: 5,
+ reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/blurred-photo-supermarket-your-advertising_185193-110570.jpg"},
{
- id: "6",
- brand: "Paraiso",
- name: "Board Games",
- price: "$5",
- rating: 4,
- reviewCount: "40",
- imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-friends-looking-each-other-while-sipping-beer-playing-with-wood-blocks-diverse-people-sitting-together-home-living-room-while-talking-enjoying-fun-leisure-activity_482257-49808.jpg",
- },
+ id: "6", brand: "Paraiso", name: "Board Games", price: "$5", rating: 4,
+ reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-friends-looking-each-other-while-sipping-beer-playing-with-wood-blocks-diverse-people-sitting-together-home-living-room-while-talking-enjoying-fun-leisure-activity_482257-49808.jpg"},
]}
title="Menu Highlights"
description="Explore our selection of handcrafted cocktails and drinks."
@@ -229,14 +151,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
- "Brooklyn Nightlife",
- "Karaoke Daily",
- "City Bar Hub",
- "Bartenders Choice",
- "Local Press",
- "Event Pro",
- "Top Rated Bar",
- ]}
+ "Brooklyn Nightlife", "Karaoke Daily", "City Bar Hub", "Bartenders Choice", "Local Press", "Event Pro", "Top Rated Bar"]}
title="Community Favorites"
description="We're proud to be a staple in the Brooklyn community."
/>
@@ -244,25 +159,17 @@ export default function LandingPage() {