diff --git a/src/app/xalphyn/page.tsx b/src/app/xalphyn/page.tsx index aa98bf0..a50a0ff 100644 --- a/src/app/xalphyn/page.tsx +++ b/src/app/xalphyn/page.tsx @@ -27,17 +27,11 @@ export default function LandingPage() { @@ -50,33 +44,14 @@ export default function LandingPage() { useInvertedBackground={true} groups={[ { - id: "artist", - groupTitle: "Founder & Visionary", - members: [ + id: "artist", groupTitle: "Founder & Visionary", members: [ { - id: "1", - title: "XALPHYN", - subtitle: "Artist & Founder", - detail: "Creator and sound visionary.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing-spotlight_23-2151916027.jpg", - }, + id: "1", title: "XALPHYN", subtitle: "Artist & Founder", detail: "Creator and sound visionary.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing-spotlight_23-2151916027.jpg"}, { - id: "2", - title: "Author", - subtitle: "Storyteller", - detail: "Building the narrative mythology.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-boy-holding-smartphone_23-2149596316.jpg", - }, + id: "2", title: "Author", subtitle: "Storyteller", detail: "Building the narrative mythology.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-boy-holding-smartphone_23-2149596316.jpg"}, { - id: "3", - title: "Designer", - subtitle: "Visual Architect", - detail: "Shaping the aesthetic reality.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing-spotlight_23-2151915997.jpg", - }, + id: "3", title: "Designer", subtitle: "Visual Architect", detail: "Shaping the aesthetic reality.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-man-posing-spotlight_23-2151915997.jpg"}, ], - imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-circular-colorful-glowing-neon-lights-3d-rendering-wallpaper_181624-24437.jpg?_wi=2", - imageAlt: "cinematic creator portrait", }, ]} title="XALPHYN Identity" @@ -93,23 +68,14 @@ export default function LandingPage() { description="Tracking the expansion of our digital universe." metrics={[ { - id: "m1", - icon: Music, - title: "Tracks Released", - value: "120+", - }, + id: "m1", icon: Music, + title: "Tracks Released", value: "120+"}, { - id: "m2", - icon: Eye, - title: "Views Generated", - value: "25M", - }, + id: "m2", icon: Eye, + title: "Views Generated", value: "25M"}, { - id: "m3", - icon: Users, - title: "Community Members", - value: "50K", - }, + id: "m3", icon: Users, + title: "Community Members", value: "50K"}, ]} /> @@ -120,21 +86,15 @@ export default function LandingPage() { { items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "XALPHYN", - href: "/xalphyn", - }, + label: "XALPHYN", href: "/xalphyn"}, ], }, { items: [ { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, ], }, ]}