From 2e3ca7f9d7f78a4e2084961d30bf78a8413a78ab Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 21:35:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 204 +++++++---------------------------------------- 1 file changed, 28 insertions(+), 176 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f2c44ec..65d6018 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,24 +30,13 @@ export default function LandingPage() { @@ -55,16 +44,7 @@ export default function LandingPage() { @@ -75,21 +55,9 @@ export default function LandingPage() { useInvertedBackground={false} title="About The Artist" metrics={[ - { - icon: Music, - label: "Tracks Released", - value: "25+", - }, - { - icon: Users, - label: "Global Fans", - value: "100k+", - }, - { - icon: Globe, - label: "Shows Performed", - value: "50+", - }, + { icon: Music, label: "Tracks Released", value: "25+" }, + { icon: Users, label: "Global Fans", value: "100k+" }, + { icon: Globe, label: "Shows Performed", value: "50+" }, ]} metricsAnimation="slide-up" /> @@ -102,42 +70,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { - id: "t1", - name: "City Pulse", - price: "Stream", - imageSrc: "http://img.b2bpic.net/free-photo/young-hip-hop-dancer-dancing-street_23-2147847226.jpg", - }, - { - id: "t2", - name: "Kenyan Nights", - price: "Stream", - imageSrc: "http://img.b2bpic.net/free-photo/wavy-text-collage-concept_52683-104220.jpg", - }, - { - id: "t3", - name: "Future Flow", - price: "Stream", - imageSrc: "http://img.b2bpic.net/free-photo/adult-woman-sitting-shadow_23-2147781293.jpg", - }, - { - id: "t4", - name: "Street Vision", - price: "Stream", - imageSrc: "http://img.b2bpic.net/free-photo/creativity-layered-style-typography-colorful-background_53876-104216.jpg", - }, - { - id: "t5", - name: "Rhythm 254", - price: "Stream", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing-blue-light_23-2149445876.jpg", - }, - { - id: "t6", - name: "Echoes", - price: "Stream", - imageSrc: "http://img.b2bpic.net/free-photo/digital-art-portrait-person-listening-music-headphones_23-2151065102.jpg", - }, + { id: "t1", name: "City Pulse", price: "Stream", imageSrc: "http://img.b2bpic.net/free-photo/young-hip-hop-dancer-dancing-street_23-2147847226.jpg" }, + { id: "t2", name: "Kenyan Nights", price: "Stream", imageSrc: "http://img.b2bpic.net/free-photo/wavy-text-collage-concept_52683-104220.jpg" }, + { id: "t3", name: "Future Flow", price: "Stream", imageSrc: "http://img.b2bpic.net/free-photo/adult-woman-sitting-shadow_23-2147781293.jpg" }, + { id: "t4", name: "Street Vision", price: "Stream", imageSrc: "http://img.b2bpic.net/free-photo/creativity-layered-style-typography-colorful-background_53876-104216.jpg" }, + { id: "t5", name: "Rhythm 254", price: "Stream", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-posing-blue-light_23-2149445876.jpg" }, + { id: "t6", name: "Echoes", price: "Stream", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-portrait-person-listening-music-headphones_23-2151065102.jpg" }, ]} title="Latest Tracks" description="Dive into the discography of Rayz Rapper 254." @@ -151,27 +89,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "1.2M", - title: "Monthly Plays", - description: "Streamed across all major platforms.", - icon: TrendingUp, - }, - { - id: "m2", - value: "850K", - title: "Total Downloads", - description: "Support directly from fans.", - icon: Download, - }, - { - id: "m3", - value: "15+", - title: "Award Nominations", - description: "Recognized in the industry.", - icon: Award, - }, + { id: "m1", value: "1.2M", title: "Monthly Plays", description: "Streamed across all major platforms.", icon: TrendingUp }, + { id: "m2", value: "850K", title: "Total Downloads", description: "Support directly from fans.", icon: Download }, + { id: "m3", value: "15+", title: "Award Nominations", description: "Recognized in the industry.", icon: Award }, ]} title="Streaming Stats" description="Numbers behind the music." @@ -182,31 +102,11 @@ export default function LandingPage() {