diff --git a/src/app/page.tsx b/src/app/page.tsx
index 072ae5d..f74293b 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,6 +32,7 @@ export default function LandingPage() {
@@ -70,18 +69,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1", title: "Live Blues Nights", descriptions: [
- "Authentic blues performances every weekend."],
- imageSrc: "http://img.b2bpic.net/free-photo/guitarist-performing-stage_23-2149366133.jpg"},
- {
- id: "f2", title: "Rock & Roll Vibes", descriptions: [
- "High-energy rock music sets."],
- imageSrc: "http://img.b2bpic.net/free-photo/drummer-performing-stage_23-2149366144.jpg"},
- {
- id: "f3", title: "Exclusive Events", descriptions: [
- "Themed music nights and guest bands."],
- imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-music-bar_23-2149366155.jpg"},
+ { id: "f1", title: "Live Blues Nights", descriptions: ["Authentic blues performances every weekend."], imageSrc: "http://img.b2bpic.net/free-photo/guitarist-performing-stage_23-2149366133.jpg" },
+ { id: "f2", title: "Rock & Roll Vibes", descriptions: ["High-energy rock music sets."], imageSrc: "http://img.b2bpic.net/free-photo/drummer-performing-stage_23-2149366144.jpg" },
+ { id: "f3", title: "Exclusive Events", descriptions: ["Themed music nights and guest bands."], imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-music-bar_23-2149366155.jpg" },
]}
title="What We Offer"
description="Discover the best rock and blues music nights in Zagreb."
@@ -95,15 +85,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
- {
- id: "p1", brand: "Events", name: "Blues Night", price: "Tickets", rating: 5,
- reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/acoustic-guitar-bar_23-2149366166.jpg"},
- {
- id: "p2", brand: "Events", name: "Rock Sessions", price: "Tickets", rating: 5,
- reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/electric-guitar-club_23-2149366177.jpg"},
- {
- id: "p3", brand: "Bar", name: "Signature Drinks", price: "Menu", rating: 5,
- reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/cocktails-bar_23-2149366188.jpg"},
+ { id: "p1", brand: "Events", name: "Blues Night", price: "Tickets", rating: 5, reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/acoustic-guitar-bar_23-2149366166.jpg" },
+ { id: "p2", brand: "Events", name: "Rock Sessions", price: "Tickets", rating: 5, reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/electric-guitar-club_23-2149366177.jpg" },
+ { id: "p3", brand: "Bar", name: "Signature Drinks", price: "Menu", rating: 5, reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/cocktails-bar_23-2149366188.jpg" },
]}
title="Club Highlights"
description="Get a glimpse of our music nights and atmosphere."
@@ -116,15 +100,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
- {
- id: "m1", title: "Events Per Month", value: "12+", icon: Calendar,
- },
- {
- id: "m2", title: "Music Genres", value: "3", icon: Users,
- },
- {
- id: "m3", title: "Bands Hosted", value: "50+", icon: Wrench,
- },
+ { id: "m1", title: "Events Per Month", value: "12+", icon: Calendar },
+ { id: "m2", title: "Music Genres", value: "3", icon: Users },
+ { id: "m3", title: "Bands Hosted", value: "50+", icon: Wrench },
]}
title="Club Statistics"
description="Delivering quality music nights to Zagreb."
@@ -137,10 +115,8 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
- {
- id: "t1", name: "Marko H.", role: "Regular Guest", testimonial: "Best place in Zagreb for real rock and roll music!", imageSrc: "http://img.b2bpic.net/free-photo/happy-customer-bar_23-2149366199.jpg"},
- {
- id: "t2", name: "Ana L.", role: "Music Lover", testimonial: "The blues nights are absolutely magical here.", imageSrc: "http://img.b2bpic.net/free-photo/music-fan-stage_23-2149366200.jpg"},
+ { id: "t1", name: "Marko H.", role: "Regular Guest", testimonial: "Best place in Zagreb for real rock and roll music!", imageSrc: "http://img.b2bpic.net/free-photo/happy-customer-bar_23-2149366199.jpg" },
+ { id: "t2", name: "Ana L.", role: "Music Lover", testimonial: "The blues nights are absolutely magical here.", imageSrc: "http://img.b2bpic.net/free-photo/music-fan-stage_23-2149366200.jpg" },
]}
title="Guest Reviews"
description="Hear what our music community has to say about us."
@@ -150,33 +126,19 @@ export default function LandingPage() {