Merge version_1 into main #1
384
src/app/page.tsx
384
src/app/page.tsx
@@ -34,33 +34,19 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Artists",
|
||||
id: "#artists",
|
||||
},
|
||||
name: "Artists", id: "#artists"},
|
||||
{
|
||||
name: "Releases",
|
||||
id: "#releases",
|
||||
},
|
||||
name: "Releases", id: "#releases"},
|
||||
{
|
||||
name: "Merch",
|
||||
id: "#merch",
|
||||
},
|
||||
name: "Merch", id: "#merch"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "News",
|
||||
id: "#news",
|
||||
},
|
||||
name: "News", id: "#news"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/audiovisual-business-logo-template-branding-design-vector-sound-text_53876-143361.jpg"
|
||||
logoAlt="Noverse Records Logo"
|
||||
@@ -71,45 +57,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Noverse Records"
|
||||
description="Crafting sonic landscapes and pushing artistic boundaries, Noverse Records is home to groundbreaking artists and innovative sound experiences."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Artists",
|
||||
href: "#artists",
|
||||
},
|
||||
text: "Explore Artists", href: "#artists"},
|
||||
{
|
||||
text: "New Releases",
|
||||
href: "#releases",
|
||||
},
|
||||
text: "New Releases", href: "#releases"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shiny-green-fiber-optics_23-2148241351.jpg",
|
||||
imageAlt: "Futuristic stage lights at a concert",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shiny-green-fiber-optics_23-2148241351.jpg", imageAlt: "Futuristic stage lights at a concert"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-musician-working-studio_23-2150265014.jpg",
|
||||
imageAlt: "Music studio mixing console",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-musician-working-studio_23-2150265014.jpg", imageAlt: "Music studio mixing console"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-vinyl-record_23-2148194025.jpg",
|
||||
imageAlt: "Vinyl record player spinning",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-holding-vinyl-record_23-2148194025.jpg", imageAlt: "Vinyl record player spinning"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-spot-lights-concert_661209-455.jpg",
|
||||
imageAlt: "Artist performing on stage",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/red-spot-lights-concert_661209-455.jpg", imageAlt: "Artist performing on stage"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-sound-waves-design_1048-13219.jpg",
|
||||
imageAlt: "Abstract sound waves equalizer",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-sound-waves-design_1048-13219.jpg", imageAlt: "Abstract sound waves equalizer"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-machine-panel_23-2147830566.jpg",
|
||||
imageAlt: "Professional headphones in a dark setting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-machine-panel_23-2147830566.jpg", imageAlt: "Professional headphones in a dark setting"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -122,19 +91,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Users,
|
||||
label: "Artists Signed",
|
||||
value: "25+",
|
||||
},
|
||||
label: "Artists Signed", value: "25+"},
|
||||
{
|
||||
icon: Music,
|
||||
label: "Tracks Released",
|
||||
value: "150+",
|
||||
},
|
||||
label: "Tracks Released", value: "150+"},
|
||||
{
|
||||
icon: Globe,
|
||||
label: "Global Reach",
|
||||
value: "80+ Countries",
|
||||
},
|
||||
label: "Global Reach", value: "80+ Countries"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -147,44 +110,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "artist-1",
|
||||
title: "Aurora Bloom",
|
||||
author: "Electronic / Ambient",
|
||||
description: "Known for ethereal soundscapes and captivating melodies, Aurora Bloom transports listeners to otherworldly realms.",
|
||||
tags: [
|
||||
"Electronic",
|
||||
"Ambient",
|
||||
"Experimental",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pop-punk-aesthetic-portrait-woman-posing-inside-building-stairs_23-2149371466.jpg",
|
||||
imageAlt: "Aurora Bloom performing live",
|
||||
},
|
||||
id: "artist-1", title: "Aurora Bloom", author: "Electronic / Ambient", description: "Known for ethereal soundscapes and captivating melodies, Aurora Bloom transports listeners to otherworldly realms.", tags: [
|
||||
"Electronic", "Ambient", "Experimental"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pop-punk-aesthetic-portrait-woman-posing-inside-building-stairs_23-2149371466.jpg", imageAlt: "Aurora Bloom performing live"},
|
||||
{
|
||||
id: "artist-2",
|
||||
title: "Echo Vector",
|
||||
author: "Synthwave / Retro",
|
||||
description: "Echo Vector blends nostalgic 80s synth sounds with modern production for a unique retro-futuristic vibe.",
|
||||
tags: [
|
||||
"Synthwave",
|
||||
"Retro",
|
||||
"Pop",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-woman-with-microphone_1163-256.jpg",
|
||||
imageAlt: "Echo Vector in a retro setting",
|
||||
},
|
||||
id: "artist-2", title: "Echo Vector", author: "Synthwave / Retro", description: "Echo Vector blends nostalgic 80s synth sounds with modern production for a unique retro-futuristic vibe.", tags: [
|
||||
"Synthwave", "Retro", "Pop"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-woman-with-microphone_1163-256.jpg", imageAlt: "Echo Vector in a retro setting"},
|
||||
{
|
||||
id: "artist-3",
|
||||
title: "CypherPulse",
|
||||
author: "Techno / Industrial",
|
||||
description: "CypherPulse delivers raw, high-energy techno beats infused with industrial textures, pushing dancefloor boundaries.",
|
||||
tags: [
|
||||
"Techno",
|
||||
"Industrial",
|
||||
"Dark",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-musician-editing-recorded-files-with-stereo-gear-mixing-console_482257-121286.jpg",
|
||||
imageAlt: "CypherPulse DJing at a club",
|
||||
},
|
||||
id: "artist-3", title: "CypherPulse", author: "Techno / Industrial", description: "CypherPulse delivers raw, high-energy techno beats infused with industrial textures, pushing dancefloor boundaries.", tags: [
|
||||
"Techno", "Industrial", "Dark"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-musician-editing-recorded-files-with-stereo-gear-mixing-console_482257-121286.jpg", imageAlt: "CypherPulse DJing at a club"},
|
||||
]}
|
||||
title="Featured Artists"
|
||||
description="Discover the visionary talents shaping the future of sound under Noverse Records. Each artist brings a unique voice to our diverse roster."
|
||||
@@ -199,47 +135,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "prod-1",
|
||||
name: "Noverse Logo Tee",
|
||||
price: "$29.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/retro-vinyl-decoration-black-friday_23-2147696827.jpg",
|
||||
imageAlt: "Noverse Records logo t-shirt",
|
||||
},
|
||||
id: "prod-1", name: "Noverse Logo Tee", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/retro-vinyl-decoration-black-friday_23-2147696827.jpg", imageAlt: "Noverse Records logo t-shirt"},
|
||||
{
|
||||
id: "prod-2",
|
||||
name: "Aurora Bloom - Genesis Vinyl",
|
||||
price: "$34.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vinyl-disc-record-player_23-2147781383.jpg",
|
||||
imageAlt: "Aurora Bloom vinyl record",
|
||||
},
|
||||
id: "prod-2", name: "Aurora Bloom - Genesis Vinyl", price: "$34.99", imageSrc: "http://img.b2bpic.net/free-photo/vinyl-disc-record-player_23-2147781383.jpg", imageAlt: "Aurora Bloom vinyl record"},
|
||||
{
|
||||
id: "prod-3",
|
||||
name: "Echo Vector Hoodie",
|
||||
price: "$59.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-illustration-with-electric-guitar-generative-ai_169016-30103.jpg",
|
||||
imageAlt: "Echo Vector branded hoodie",
|
||||
},
|
||||
id: "prod-3", name: "Echo Vector Hoodie", price: "$59.99", imageSrc: "http://img.b2bpic.net/free-photo/creative-illustration-with-electric-guitar-generative-ai_169016-30103.jpg", imageAlt: "Echo Vector branded hoodie"},
|
||||
{
|
||||
id: "prod-4",
|
||||
name: "CypherPulse - Dark Matter CD",
|
||||
price: "$19.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-drinking-after-running_1301-5269.jpg",
|
||||
imageAlt: "CypherPulse CD album",
|
||||
},
|
||||
id: "prod-4", name: "CypherPulse - Dark Matter CD", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-drinking-after-running_1301-5269.jpg", imageAlt: "CypherPulse CD album"},
|
||||
{
|
||||
id: "prod-5",
|
||||
name: "Noverse Records Beanie",
|
||||
price: "$24.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-audio-cassettes-with-vinyl-discs_23-2148282051.jpg",
|
||||
imageAlt: "Noverse Records branded beanie",
|
||||
},
|
||||
id: "prod-5", name: "Noverse Records Beanie", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-audio-cassettes-with-vinyl-discs_23-2148282051.jpg", imageAlt: "Noverse Records branded beanie"},
|
||||
{
|
||||
id: "prod-6",
|
||||
name: "Limited Edition Poster Set",
|
||||
price: "$45.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-artisan-jobs-equipment_23-2148732426.jpg",
|
||||
imageAlt: "Collection of Noverse Records artist posters",
|
||||
},
|
||||
id: "prod-6", name: "Limited Edition Poster Set", price: "$45.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-artisan-jobs-equipment_23-2148732426.jpg", imageAlt: "Collection of Noverse Records artist posters"},
|
||||
]}
|
||||
title="Exclusive Merchandise"
|
||||
description="Wear your sound. Explore our latest collection of Noverse Records apparel, vinyls, and collectibles."
|
||||
@@ -253,61 +159,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "plan-1",
|
||||
tag: "Artist Development",
|
||||
price: "Custom",
|
||||
period: "per project",
|
||||
description: "Comprehensive artist management, marketing, and creative direction to elevate your brand.",
|
||||
button: {
|
||||
text: "Inquire Now",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"Personalized A&R feedback",
|
||||
"Strategic release planning",
|
||||
"Digital marketing campaigns",
|
||||
"PR & media outreach",
|
||||
"Brand & visual development",
|
||||
],
|
||||
id: "plan-1", tag: "Artist Development", price: "Custom", period: "per project", description: "Comprehensive artist management, marketing, and creative direction to elevate your brand.", button: {
|
||||
text: "Inquire Now", href: "#contact"},
|
||||
featuresTitle: "Includes:", features: [
|
||||
"Personalized A&R feedback", "Strategic release planning", "Digital marketing campaigns", "PR & media outreach", "Brand & visual development"],
|
||||
},
|
||||
{
|
||||
id: "plan-2",
|
||||
tag: "Music Licensing",
|
||||
price: "Variable",
|
||||
period: "per usage",
|
||||
description: "License our diverse catalog for films, games, commercials, and other media projects.",
|
||||
button: {
|
||||
text: "View Catalog",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Benefits:",
|
||||
features: [
|
||||
"Access to exclusive tracks",
|
||||
"Sync licensing support",
|
||||
"Flexible usage terms",
|
||||
"Fast clearance process",
|
||||
"Tailored music selection",
|
||||
],
|
||||
id: "plan-2", tag: "Music Licensing", price: "Variable", period: "per usage", description: "License our diverse catalog for films, games, commercials, and other media projects.", button: {
|
||||
text: "View Catalog", href: "#contact"},
|
||||
featuresTitle: "Benefits:", features: [
|
||||
"Access to exclusive tracks", "Sync licensing support", "Flexible usage terms", "Fast clearance process", "Tailored music selection"],
|
||||
},
|
||||
{
|
||||
id: "plan-3",
|
||||
tag: "Studio & Production",
|
||||
price: "Starting at $100/hr",
|
||||
period: "per session",
|
||||
description: "Professional recording, mixing, and mastering services in our state-of-the-art studio.",
|
||||
button: {
|
||||
text: "Book Studio",
|
||||
href: "#contact",
|
||||
},
|
||||
featuresTitle: "Features:",
|
||||
features: [
|
||||
"High-end recording equipment",
|
||||
"Experienced sound engineers",
|
||||
"Mixing & mastering excellence",
|
||||
"Custom beat production",
|
||||
"Artist collaboration opportunities",
|
||||
],
|
||||
id: "plan-3", tag: "Studio & Production", price: "Starting at $100/hr", period: "per session", description: "Professional recording, mixing, and mastering services in our state-of-the-art studio.", button: {
|
||||
text: "Book Studio", href: "#contact"},
|
||||
featuresTitle: "Features:", features: [
|
||||
"High-end recording equipment", "Experienced sound engineers", "Mixing & mastering excellence", "Custom beat production", "Artist collaboration opportunities"],
|
||||
},
|
||||
]}
|
||||
title="Partnership & Services"
|
||||
@@ -323,25 +190,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1",
|
||||
value: "10M+",
|
||||
title: "Total Streams",
|
||||
description: "Across all major platforms.",
|
||||
icon: Headphones,
|
||||
id: "metric-1", value: "10M+", title: "Total Streams", description: "Across all major platforms.", icon: Headphones,
|
||||
},
|
||||
{
|
||||
id: "metric-2",
|
||||
value: "5+",
|
||||
title: "Award Nominations",
|
||||
description: "Recognizing artistic excellence.",
|
||||
icon: Award,
|
||||
id: "metric-2", value: "5+", title: "Award Nominations", description: "Recognizing artistic excellence.", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "metric-3",
|
||||
value: "100K+",
|
||||
title: "Engaged Fans",
|
||||
description: "Building a vibrant community.",
|
||||
icon: Users,
|
||||
id: "metric-3", value: "100K+", title: "Engaged Fans", description: "Building a vibrant community.", icon: Users,
|
||||
},
|
||||
]}
|
||||
title="Noverse by the Numbers"
|
||||
@@ -356,64 +211,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t-1",
|
||||
name: "Aurora Bloom",
|
||||
role: "Artist",
|
||||
company: "Noverse Records",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-playing-guitar-lake_158595-2030.jpg",
|
||||
imageAlt: "Aurora Bloom",
|
||||
},
|
||||
id: "t-1", name: "Aurora Bloom", role: "Artist", company: "Noverse Records", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-playing-guitar-lake_158595-2030.jpg", imageAlt: "Aurora Bloom"},
|
||||
{
|
||||
id: "t-2",
|
||||
name: "Echo Vector",
|
||||
role: "Artist",
|
||||
company: "Noverse Records",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bold-grunge-rock-star-sending-air-kisses-from-stage-her-fans_482257-102340.jpg",
|
||||
imageAlt: "Echo Vector",
|
||||
},
|
||||
id: "t-2", name: "Echo Vector", role: "Artist", company: "Noverse Records", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bold-grunge-rock-star-sending-air-kisses-from-stage-her-fans_482257-102340.jpg", imageAlt: "Echo Vector"},
|
||||
{
|
||||
id: "t-3",
|
||||
name: "CypherPulse",
|
||||
role: "Artist",
|
||||
company: "Noverse Records",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-universe-projection-texture_23-2149581251.jpg",
|
||||
imageAlt: "CypherPulse",
|
||||
},
|
||||
id: "t-3", name: "CypherPulse", role: "Artist", company: "Noverse Records", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-universe-projection-texture_23-2149581251.jpg", imageAlt: "CypherPulse"},
|
||||
{
|
||||
id: "t-4",
|
||||
name: "Jordan Lee",
|
||||
role: "Sound Engineer",
|
||||
company: "Audio Innovations",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-smoothie-cafe-outdoor-happy-portrait_1296-868.jpg",
|
||||
imageAlt: "Jordan Lee",
|
||||
},
|
||||
id: "t-4", name: "Jordan Lee", role: "Sound Engineer", company: "Audio Innovations", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-drinking-smoothie-cafe-outdoor-happy-portrait_1296-868.jpg", imageAlt: "Jordan Lee"},
|
||||
{
|
||||
id: "t-5",
|
||||
name: "Maya Singh",
|
||||
role: "Emerging Artist",
|
||||
company: "Independent",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-recording-podcast-side-view_23-2149455482.jpg",
|
||||
imageAlt: "Maya Singh",
|
||||
},
|
||||
id: "t-5", name: "Maya Singh", role: "Emerging Artist", company: "Independent", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-recording-podcast-side-view_23-2149455482.jpg", imageAlt: "Maya Singh"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "100%",
|
||||
label: "Artist Satisfaction",
|
||||
},
|
||||
value: "100%", label: "Artist Satisfaction"},
|
||||
{
|
||||
value: "5+",
|
||||
label: "Years in Industry",
|
||||
},
|
||||
value: "5+", label: "Years in Industry"},
|
||||
{
|
||||
value: "Top Tier",
|
||||
label: "Production Quality",
|
||||
},
|
||||
value: "Top Tier", label: "Production Quality"},
|
||||
]}
|
||||
title="What Our Artists Say"
|
||||
description="Hear directly from the visionary voices that define Noverse Records and our commitment to their artistic journey."
|
||||
@@ -429,29 +248,14 @@ export default function LandingPage() {
|
||||
description="Stay up-to-date with Noverse Records artists, upcoming events, and fresh industry insights."
|
||||
blogs={[
|
||||
{
|
||||
id: "blog-1",
|
||||
category: "Artist News",
|
||||
title: "Aurora Bloom Announces New Album 'Starlight'",
|
||||
excerpt: "Dive into the cosmic journey of Aurora Bloom's highly anticipated second album, set to release next month.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-boy-posing_23-2148171573.jpg",
|
||||
imageAlt: "Aurora Bloom album cover",
|
||||
id: "blog-1", category: "Artist News", title: "Aurora Bloom Announces New Album 'Starlight'", excerpt: "Dive into the cosmic journey of Aurora Bloom's highly anticipated second album, set to release next month.", imageSrc: "http://img.b2bpic.net/free-photo/black-boy-posing_23-2148171573.jpg", imageAlt: "Aurora Bloom album cover", authorName: "Noverse Team", authorAvatar: "http://img.b2bpic.net/free-photo/young-man-playing-guitar-home_23-2149061751.jpg", date: "November 10, 2024"
|
||||
},
|
||||
{
|
||||
id: "blog-2",
|
||||
category: "Label Update",
|
||||
title: "Noverse Records Joins Global Music Initiative",
|
||||
excerpt: "We are proud to announce our partnership with a new initiative promoting diversity in electronic music worldwide.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/music-video-player-multimedia-concept_53876-122532.jpg",
|
||||
imageAlt: "Global music initiative handshake",
|
||||
id: "blog-2", category: "Label Update", title: "Noverse Records Joins Global Music Initiative", excerpt: "We are proud to announce our partnership with a new initiative promoting diversity in electronic music worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/music-video-player-multimedia-concept_53876-122532.jpg", imageAlt: "Global music initiative handshake", authorName: "Noverse Team", authorAvatar: "http://img.b2bpic.net/free-photo/young-man-playing-guitar-home_23-2149061751.jpg", date: "October 25, 2024"
|
||||
},
|
||||
{
|
||||
id: "blog-3",
|
||||
category: "Event Recaps",
|
||||
title: "Echo Vector's Electrifying Performance at SynthFest",
|
||||
excerpt: "Relive the highlights from Echo Vector's mesmerizing set at this year's SynthFest, a night of pure retro magic.",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/music-event-banner-template_23-2148905344.jpg",
|
||||
imageAlt: "Echo Vector performing at SynthFest",
|
||||
},
|
||||
id: "blog-3", category: "Event Recaps", title: "Echo Vector's Electrifying Performance at SynthFest", excerpt: "Relive the highlights from Echo Vector's mesmerizing set at this year's SynthFest, a night of pure retro magic.", imageSrc: "http://img.b2bpic.net/free-psd/music-event-banner-template_23-2148905344.jpg", imageAlt: "Echo Vector performing at SynthFest", authorName: "Noverse Team", authorAvatar: "http://img.b2bpic.net/free-photo/young-man-playing-guitar-home_23-2149061751.jpg", date: "September 1, 2024"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -460,20 +264,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Connect with Us"
|
||||
title="Let's Make Music Together"
|
||||
description="For demos, collaborations, bookings, or general inquiries, reach out to Noverse Records. We're always seeking innovative artists and partners."
|
||||
buttons={[
|
||||
{
|
||||
text: "Submit Demo",
|
||||
href: "#",
|
||||
},
|
||||
text: "Submit Demo", href: "#"},
|
||||
{
|
||||
text: "General Inquiry",
|
||||
href: "#",
|
||||
},
|
||||
text: "General Inquiry", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -483,54 +282,33 @@ export default function LandingPage() {
|
||||
logoText="Noverse Records"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Artists",
|
||||
href: "#artists",
|
||||
},
|
||||
label: "Artists", href: "#artists"},
|
||||
{
|
||||
label: "Releases",
|
||||
href: "#releases",
|
||||
},
|
||||
label: "Releases", href: "#releases"},
|
||||
{
|
||||
label: "Merchandise",
|
||||
href: "#merch",
|
||||
},
|
||||
label: "Merchandise", href: "#merch"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "News",
|
||||
href: "#news",
|
||||
},
|
||||
label: "News", href: "#news"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "https://instagram.com/noverse",
|
||||
},
|
||||
label: "Instagram", href: "https://instagram.com/noverse"},
|
||||
{
|
||||
label: "Soundcloud",
|
||||
href: "https://soundcloud.com/noverse",
|
||||
},
|
||||
label: "Soundcloud", href: "https://soundcloud.com/noverse"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user