diff --git a/src/app/page.tsx b/src/app/page.tsx index b5d948b..044d998 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,82 +44,51 @@ export default function LandingPage() {
@@ -136,7 +97,6 @@ export default function LandingPage() { @@ -148,33 +108,13 @@ export default function LandingPage() { useInvertedBackground={false} members={[ { - id: "m1", - name: "Alex", - role: "Guitars", - imageSrc: "http://img.b2bpic.net/free-photo/man-playing-guitar-looking-away_23-2148328605.jpg", - imageAlt: "Alex", - }, + id: "m1", name: "Alex", role: "Guitars", imageSrc: "http://img.b2bpic.net/free-photo/man-playing-guitar-looking-away_23-2148328605.jpg", imageAlt: "Alex"}, { - id: "m2", - name: "Budi", - role: "Bass", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-rocker-playing-electric-guitar_23-2148328593.jpg", - imageAlt: "Budi", - }, + id: "m2", name: "Budi", role: "Bass", imageSrc: "http://img.b2bpic.net/free-photo/stylish-rocker-playing-electric-guitar_23-2148328593.jpg", imageAlt: "Budi"}, { - id: "m3", - name: "Caca", - role: "Drums", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-singer-headphones-singing-record-new-song-modern-studio_574295-4374.jpg", - imageAlt: "Caca", - }, + id: "m3", name: "Caca", role: "Drums", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-singer-headphones-singing-record-new-song-modern-studio_574295-4374.jpg", imageAlt: "Caca"}, { - id: "m4", - name: "Deni", - role: "Vocals", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-microphone_23-2149215541.jpg", - imageAlt: "Deni", - }, + id: "m4", name: "Deni", role: "Vocals", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-microphone_23-2149215541.jpg", imageAlt: "Deni"}, ]} title="Meet The Crew" description="The souls behind the sound." @@ -188,19 +128,11 @@ export default function LandingPage() { useInvertedBackground={true} negativeCard={{ items: [ - "Booking info pending", - "More dates coming soon", - "Stay tuned for updates", - ], + "Booking info pending", "More dates coming soon", "Stay tuned for updates"], }} positiveCard={{ items: [ - "July 15 - Beach Stage, Bali", - "Aug 02 - Jazz Club, Jakarta", - "Aug 20 - Indie Fest, Bandung", - "Sep 05 - Harbor Side, Surabaya", - "Oct 12 - Sunset Bar, Lombok", - ], + "July 15 - Beach Stage, Bali", "Aug 02 - Jazz Club, Jakarta", "Aug 20 - Indie Fest, Bandung", "Sep 05 - Harbor Side, Surabaya", "Oct 12 - Sunset Bar, Lombok"], }} title="Upcoming Shows" description="Catch us live at these upcoming venues." @@ -215,47 +147,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "g1", - name: "Live in Bali", - price: "2024", - variant: "Concert", - imageSrc: "http://img.b2bpic.net/free-photo/shop-sign-neon-lights-with-mannequin_23-2148283878.jpg", - }, + id: "g1", name: "Live in Bali", price: "2024", variant: "Concert", imageSrc: "http://img.b2bpic.net/free-photo/shop-sign-neon-lights-with-mannequin_23-2148283878.jpg"}, { - id: "g2", - name: "Studio Vibes", - price: "2024", - variant: "Recording", - imageSrc: "http://img.b2bpic.net/free-photo/solo-female-traveler-holding-camera_53876-21020.jpg", - }, + id: "g2", name: "Studio Vibes", price: "2024", variant: "Recording", imageSrc: "http://img.b2bpic.net/free-photo/solo-female-traveler-holding-camera_53876-21020.jpg"}, { - id: "g3", - name: "Sunset Jam", - price: "2024", - variant: "Acoustic", - imageSrc: "http://img.b2bpic.net/free-photo/couple-with-beer-having-fun-roof_23-2147784721.jpg", - }, + id: "g3", name: "Sunset Jam", price: "2024", variant: "Acoustic", imageSrc: "http://img.b2bpic.net/free-photo/couple-with-beer-having-fun-roof_23-2147784721.jpg"}, { - id: "g4", - name: "Crowd Energy", - price: "2024", - variant: "Live", - imageSrc: "http://img.b2bpic.net/free-photo/blurred-photo-street-background-snowy-night-with-christmas-lights_158538-26158.jpg", - }, + id: "g4", name: "Crowd Energy", price: "2024", variant: "Live", imageSrc: "http://img.b2bpic.net/free-photo/blurred-photo-street-background-snowy-night-with-christmas-lights_158538-26158.jpg"}, { - id: "g5", - name: "Stage Setup", - price: "2024", - variant: "Tech", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-making-music_23-2151169644.jpg", - }, + id: "g5", name: "Stage Setup", price: "2024", variant: "Tech", imageSrc: "http://img.b2bpic.net/free-photo/front-view-people-making-music_23-2151169644.jpg"}, { - id: "g6", - name: "After Show", - price: "2024", - variant: "Candid", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-country-musicians-indoors_23-2151169649.jpg", - }, + id: "g6", name: "After Show", price: "2024", variant: "Candid", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-country-musicians-indoors_23-2151169649.jpg"}, ]} title="Gallery" description="Moments from our recent performances." @@ -266,20 +168,13 @@ export default function LandingPage() {