diff --git a/src/app/page.tsx b/src/app/page.tsx
index a37b37d..9ebc8f8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -57,12 +45,7 @@ export default function LandingPage() {
@@ -74,41 +57,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- id: "e1",
- title: "The Vault Nightclub",
- subtitle: "San Francisco, CA",
- category: "Oct 15, 2024",
- value: "10:00 PM",
- },
- {
- id: "e2",
- title: "Electric Arena",
- subtitle: "Los Angeles, CA",
- category: "Nov 02, 2024",
- value: "11:30 PM",
- },
- {
- id: "e3",
- title: "Neon Dreams Festival",
- subtitle: "Las Vegas, NV",
- category: "Dec 12, 2024",
- value: "08:00 PM",
- },
- {
- id: "e4",
- title: "Club Pulse",
- subtitle: "Miami, FL",
- category: "Jan 20, 2025",
- value: "09:00 PM",
- },
- {
- id: "e5",
- title: "Sound Wave Pro",
- subtitle: "Chicago, IL",
- category: "Feb 14, 2025",
- value: "10:30 PM",
- },
+ { id: "e1", title: "The Vault Nightclub", subtitle: "San Francisco, CA", category: "Oct 15, 2024", value: "10:00 PM" },
+ { id: "e2", title: "Electric Arena", subtitle: "Los Angeles, CA", category: "Nov 02, 2024", value: "11:30 PM" },
+ { id: "e3", title: "Neon Dreams Festival", subtitle: "Las Vegas, NV", category: "Dec 12, 2024", value: "08:00 PM" },
+ { id: "e4", title: "Club Pulse", subtitle: "Miami, FL", category: "Jan 20, 2025", value: "09:00 PM" },
+ { id: "e5", title: "Sound Wave Pro", subtitle: "Chicago, IL", category: "Feb 14, 2025", value: "10:30 PM" },
]}
title="Upcoming Shows"
description="Catch the next performance near you."
@@ -119,44 +72,15 @@ export default function LandingPage() {
@@ -200,41 +117,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- {
- id: "t1",
- name: "Sarah Jenkins",
- handle: "@eventpro",
- testimonial: "The absolute best energy! Packed the house until close.",
- imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg",
- },
- {
- id: "t2",
- name: "Marcus Vane",
- handle: "@clubowner",
- testimonial: "Professional, easy to work with, and talented. Will book again.",
- imageSrc: "http://img.b2bpic.net/free-photo/designer-working-3d-model_23-2149371901.jpg",
- },
- {
- id: "t3",
- name: "Elena Rodriguez",
- handle: "@festivalmanager",
- testimonial: "Soundwave knows exactly how to read a crowd. Incredible talent.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-sitting_23-2149213193.jpg",
- },
- {
- id: "t4",
- name: "Kevin Lee",
- handle: "@venuesupport",
- testimonial: "Seamless booking process and flawless performance.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-slavic-party-guy-wearing-party-hat-holding-gift-packs-looking-camera-isolated-purple-background_141793-82672.jpg",
- },
- {
- id: "t5",
- name: "Julian Thorne",
- handle: "@promoterinc",
- testimonial: "A true professional. Brought a new vibe to our club.",
- imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-bench-with-disco-ball_23-2147988087.jpg",
- },
+ { id: "t1", name: "Sarah Jenkins", handle: "@eventpro", testimonial: "The absolute best energy! Packed the house until close.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-business-woman-with-coffee-cup_23-2148095746.jpg" },
+ { id: "t2", name: "Marcus Vane", handle: "@clubowner", testimonial: "Professional, easy to work with, and talented. Will book again.", imageSrc: "http://img.b2bpic.net/free-photo/designer-working-3d-model_23-2149371901.jpg" },
+ { id: "t3", name: "Elena Rodriguez", handle: "@festivalmanager", testimonial: "Soundwave knows exactly how to read a crowd. Incredible talent.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-sitting_23-2149213193.jpg" },
+ { id: "t4", name: "Kevin Lee", handle: "@venuesupport", testimonial: "Seamless booking process and flawless performance.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-handsome-slavic-party-guy-wearing-party-hat-holding-gift-packs-looking-camera-isolated-purple-background_141793-82672.jpg" },
+ { id: "t5", name: "Julian Thorne", handle: "@promoterinc", testimonial: "A true professional. Brought a new vibe to our club.", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-bench-with-disco-ball_23-2147988087.jpg" },
]}
title="What They Say"
description="Glowing reviews from venue managers and promoters."
@@ -245,31 +132,11 @@ export default function LandingPage() {
@@ -301,37 +160,17 @@ export default function LandingPage() {
logoText="DJ SOUNDWAVE"
columns={[
{
- title: "Navigation",
- items: [
- {
- label: "Schedule",
- href: "#events",
- },
- {
- label: "Gallery",
- href: "#gallery",
- },
- {
- label: "Contact",
- href: "#contact",
- },
+ title: "Navigation", items: [
+ { label: "Schedule", href: "#events" },
+ { label: "Gallery", href: "#gallery" },
+ { label: "Contact", href: "#contact" },
],
},
{
- title: "Socials",
- items: [
- {
- label: "Instagram",
- href: "#",
- },
- {
- label: "SoundCloud",
- href: "#",
- },
- {
- label: "TikTok",
- href: "#",
- },
+ title: "Socials", items: [
+ { label: "Instagram", href: "#" },
+ { label: "SoundCloud", href: "#" },
+ { label: "TikTok", href: "#" },
],
},
]}