diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0bbdb4c..12e8f5f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -58,43 +43,14 @@ export default function LandingPage() {
@@ -119,27 +72,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- tag: "Highlight",
- title: "Sufi Soul",
- subtitle: "Live at Ahmedabad",
- description: "An immersive experience of traditional sufi melodies.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-acoustic-guitar-dark-ray-light_169016-17647.jpg?_wi=1",
- },
- {
- tag: "Highlight",
- title: "Folk Energy",
- subtitle: "Global Tour",
- description: "High-energy folk tracks from the world tour.",
- imageSrc: "http://img.b2bpic.net/free-photo/mix-yellow-red-light-spots_23-2147798883.jpg?_wi=1",
- },
- {
- tag: "Highlight",
- title: "Legacy",
- subtitle: "Rare Classics",
- description: "Soulful renditions of ancestral classics.",
- imageSrc: "http://img.b2bpic.net/free-photo/young-couple-spending-time-together-night_23-2149328352.jpg?_wi=1",
- },
+ { tag: "Highlight", title: "Sufi Soul", subtitle: "Live at Ahmedabad", description: "An immersive experience of traditional sufi melodies.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-acoustic-guitar-dark-ray-light_169016-17647.jpg" },
+ { tag: "Highlight", title: "Folk Energy", subtitle: "Global Tour", description: "High-energy folk tracks from the world tour.", imageSrc: "http://img.b2bpic.net/free-photo/mix-yellow-red-light-spots_23-2147798883.jpg" },
+ { tag: "Highlight", title: "Legacy", subtitle: "Rare Classics", description: "Soulful renditions of ancestral classics.", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-spending-time-together-night_23-2149328352.jpg" },
]}
title="Performance Showcase"
description="A curated collection of unforgettable concert highlights and soul-stirring performances."
@@ -153,60 +88,12 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
- {
- id: "e1",
- brand: "Ahmedabad",
- name: "Cultural Fest 2024",
- price: "$50",
- rating: 5,
- reviewCount: "Sold Out",
- imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-bouquet-roses-neon-light-valentine39s-day-concept_169016-25711.jpg",
- },
- {
- id: "e2",
- brand: "London",
- name: "Sufi Nights",
- price: "$120",
- rating: 5,
- reviewCount: "Available",
- imageSrc: "http://img.b2bpic.net/free-photo/gradient-abstract-background-empty-room-with-space-your-text-picture_1258-132081.jpg",
- },
- {
- id: "e3",
- brand: "Dubai",
- name: "Legacy Concert",
- price: "$150",
- rating: 5,
- reviewCount: "Available",
- imageSrc: "http://img.b2bpic.net/free-photo/cool-futuristic-illustration-with-lit-yellow-circles_181624-13942.jpg",
- },
- {
- id: "e4",
- brand: "Mumbai",
- name: "Folk Symphony",
- price: "$80",
- rating: 5,
- reviewCount: "Limited",
- imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-concert-ticket-template_23-2151332124.jpg",
- },
- {
- id: "e5",
- brand: "New York",
- name: "International Gala",
- price: "$200",
- rating: 5,
- reviewCount: "Few Left",
- imageSrc: "http://img.b2bpic.net/free-photo/engagement-event-table-with-tulle-tablecloth-flowers_114579-2084.jpg",
- },
- {
- id: "e6",
- brand: "Toronto",
- name: "Soulful Roots",
- price: "$90",
- rating: 5,
- reviewCount: "Available",
- imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-with-view-lake_8353-9965.jpg",
- },
+ { id: "e1", brand: "Ahmedabad", name: "Cultural Fest 2024", price: "$50", rating: 5, reviewCount: "Sold Out", imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-bouquet-roses-neon-light-valentine39s-day-concept_169016-25711.jpg" },
+ { id: "e2", brand: "London", name: "Sufi Nights", price: "$120", rating: 5, reviewCount: "Available", imageSrc: "http://img.b2bpic.net/free-photo/gradient-abstract-background-empty-room-with-space-your-text-picture_1258-132081.jpg" },
+ { id: "e3", brand: "Dubai", name: "Legacy Concert", price: "$150", rating: 5, reviewCount: "Available", imageSrc: "http://img.b2bpic.net/free-photo/cool-futuristic-illustration-with-lit-yellow-circles_181624-13942.jpg" },
+ { id: "e4", brand: "Mumbai", name: "Folk Symphony", price: "$80", rating: 5, reviewCount: "Limited", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-concert-ticket-template_23-2151332124.jpg" },
+ { id: "e5", brand: "New York", name: "International Gala", price: "$200", rating: 5, reviewCount: "Few Left", imageSrc: "http://img.b2bpic.net/free-photo/engagement-event-table-with-tulle-tablecloth-flowers_114579-2084.jpg" },
+ { id: "e6", brand: "Toronto", name: "Soulful Roots", price: "$90", rating: 5, reviewCount: "Available", imageSrc: "http://img.b2bpic.net/free-photo/wedding-hall-with-view-lake_8353-9965.jpg" },
]}
title="Upcoming Live Shows"
description="Join us for an evening of music and magic at the following venues."
@@ -215,57 +102,13 @@ export default function LandingPage() {
@@ -394,57 +161,9 @@ export default function LandingPage() {