From 668dd7baec5f7bd0cded7ab945d824d17beea41c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 13:13:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 199 +++++++++++------------------------------------ 1 file changed, 45 insertions(+), 154 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b2becee..7af20e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,62 +46,39 @@ export default function LandingPage() {
@@ -120,9 +89,7 @@ export default function LandingPage() { title="A Legacy of Melancholy and Wit" buttons={[ { - text: "Listen to Discography", - href: "#discography", - }, + text: "Listen to Discography", href: "#discography"}, ]} /> @@ -135,29 +102,13 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "m1", - name: "Morrissey", - role: "Vocals", - imageSrc: "http://img.b2bpic.net/free-photo/back-view-male-artist-playing-electric-guitar_23-2148680325.jpg", - }, + id: "m1", name: "Morrissey", role: "Vocals", imageSrc: "http://img.b2bpic.net/free-photo/back-view-male-artist-playing-electric-guitar_23-2148680325.jpg"}, { - id: "m2", - name: "Johnny Marr", - role: "Guitar", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-shaved-head-male-musician-dressed-old-celtic-clothes-sits-wooden-box-performing-old-mandolin_613910-13862.jpg", - }, + id: "m2", name: "Johnny Marr", role: "Guitar", imageSrc: "http://img.b2bpic.net/free-photo/portrait-shaved-head-male-musician-dressed-old-celtic-clothes-sits-wooden-box-performing-old-mandolin_613910-13862.jpg"}, { - id: "m3", - name: "Andy Rourke", - role: "Bass", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-eyes-pretty-young-woman-big-fur-coat_181624-36628.jpg", - }, + id: "m3", name: "Andy Rourke", role: "Bass", imageSrc: "http://img.b2bpic.net/free-photo/close-up-eyes-pretty-young-woman-big-fur-coat_181624-36628.jpg"}, { - id: "m4", - name: "Mike Joyce", - role: "Drums", - imageSrc: "http://img.b2bpic.net/free-photo/man-playing-guitar-looking-photographer_23-2148328611.jpg", - }, + id: "m4", name: "Mike Joyce", role: "Drums", imageSrc: "http://img.b2bpic.net/free-photo/man-playing-guitar-looking-photographer_23-2148328611.jpg"}, ]} title="Meet The Band" description="The creative forces behind the sound that defined 80s alternative rock." @@ -166,46 +117,23 @@ export default function LandingPage() {