From f55bf278564198703dced733d16f7022e77022f4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 16:13:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 123 +++++++++-------------------------------------- 1 file changed, 24 insertions(+), 99 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dae224b..91aba91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,16 +31,12 @@ export default function LandingPage() { @@ -108,15 +78,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - id: "f1", title: "Innovation", description: "Pushing sound design forward.", tag: "01", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-orange-background_23-2149020030.jpg", imageAlt: "Portrait of handsome man over orange background"}, - { - id: "f2", title: "Culture", description: "ACTUALLY MOVING CULTURE.", tag: "02", imageSrc: "http://img.b2bpic.net/free-photo/hex-textured-background-networking_23-2150080751.jpg?_wi=2", imageAlt: "Portrait of handsome man over orange background"}, - { - id: "f3", title: "Independence", description: "Total creative freedom.", tag: "03", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-orange-background_23-2149020038.jpg?_wi=1", imageAlt: "Portrait of handsome man over orange background"}, + { id: "f1", title: "Innovation", description: "Pushing sound design forward.", tag: "01" }, + { id: "f2", title: "Culture", description: "ACTUALLY MOVING CULTURE.", tag: "02" }, + { id: "f3", title: "Independence", description: "Total creative freedom.", tag: "03" }, ]} title="OUR MISSION" - description="Redefining the sonic landscape through relentless innovation and uncompromising quality." /> @@ -124,15 +90,10 @@ export default function LandingPage() { @@ -145,40 +106,10 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "p1", name: "ALZIAMO UN CALICE", price: "Single", variant: "feat. Baby MIRO", imageSrc: "http://img.b2bpic.net/free-photo/halftone-monochrome-collage_23-2151004976.jpg", imageAlt: "minimalist geometric album cover"}, - { - id: "p2", name: "GLITCH 7", price: "Album", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/3d-red-light-tube-black-backdrop_23-2147881283.jpg", imageAlt: "abstract glitch album cover"}, - { - id: "p3", name: "ECHOES 2026", price: "EP", variant: "Limited", imageSrc: "http://img.b2bpic.net/free-photo/woman-flower-background-red-blue-tone_53876-126903.jpg", imageAlt: "grainy minimalist album cover"}, - { - id: "p4", name: "SILENCE V7", price: "Single", variant: "Ambient", imageSrc: "http://img.b2bpic.net/free-photo/glitch-effect-portrait-young-man_23-2148305013.jpg", imageAlt: "digital single release cover"}, - { - id: "p5", name: "RAW MOTION", price: "Album", variant: "Deluxe", imageSrc: "http://img.b2bpic.net/free-photo/monochromatic-black-lives-matter-movement-message_23-2148734116.jpg", imageAlt: "premium dark album cover"}, - { - id: "p6", name: "CULTURE VIBE", price: "Single", variant: "Remix", imageSrc: "http://img.b2bpic.net/free-photo/vintage-music-concept-with-seven-vinyls_23-2147685004.jpg", imageAlt: "modern electronic album cover"}, + { id: "p1", name: "ALZIAMO UN CALICE", price: "Single", variant: "feat. Baby MIRO", imageSrc: "http://img.b2bpic.net/free-photo/halftone-monochrome-collage_23-2151004976.jpg" }, + { id: "p2", name: "GLITCH 7", price: "Album", variant: "Standard", imageSrc: "http://img.b2bpic.net/free-photo/3d-red-light-tube-black-backdrop_23-2147881283.jpg" }, ]} title="RELEASES" - description="The latest sonic explorations from AMC RECORDS." - /> - - -
-
@@ -188,23 +119,17 @@ export default function LandingPage() { faqsAnimation="blur-reveal" useInvertedBackground={false} faqs={[ - { - id: "f1", title: "How to submit demos?", content: "Send to demo@amcrecords.it"}, - { - id: "f2", title: "What is AMC?", content: "ACTUALLY MOVING CULTURE."}, - { - id: "f3", title: "Est. Year?", content: "2026"}, + { id: "f1", title: "How to submit demos?", content: "Send to demo@amcrecords.it" }, + { id: "f2", title: "What is AMC?", content: "ACTUALLY MOVING CULTURE." }, ]} title="ENQUIRIES" - description="Common questions about the label." />