Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-26 12:44:46 +00:00

View File

@@ -27,17 +27,11 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "XALPHYN",
id: "/xalphyn",
},
name: "XALPHYN", id: "/xalphyn"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="SynthBeatsWaves"
/>
@@ -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"},
]}
/>
</div>
@@ -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"},
],
},
]}