From be8dbcf2a6be0fbff3a95f2d98ccaa099bca2c61 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 26 May 2026 22:11:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a35ad9..b8c1ab0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,6 +5,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; import BlogCardOne from '@/components/sections/blog/BlogCardOne'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; @@ -35,6 +36,7 @@ export default function LandingPage() { { name: "Home", id: "#hero" }, { name: "About", id: "#about" }, { name: "Music", id: "#music" }, + { name: "Merchandise", id: "#merch" }, { name: "Artists", id: "#artists" }, { name: "Services", id: "#services" }, { name: "Contact", id: "#contact" } @@ -91,7 +93,7 @@ export default function LandingPage() { { id: "release-1", name: "Neon Dreams", price: "Stream Now", variant: "Electronic Pop", imageSrc: "http://img.b2bpic.net/free-photo/colorful-punk-rock-collage_23-2150072268.jpg", imageAlt: "abstract album cover art digital" }, { id: "release-2", name: "Urban Pulse", price: "Stream Now", variant: "Hip Hop / R&B", imageSrc: "http://img.b2bpic.net/free-photo/blue-paint-red_23-2147745458.jpg", imageAlt: "futuristic album cover design" }, { id: "release-3", name: "Echoes in Time", price: "Stream Now", variant: "Ambient / Chillwave", imageSrc: "http://img.b2bpic.net/free-photo/digital-art-portrait-person-listening-music-headphones_23-2151065094.jpg", imageAlt: "bold experimental music cover" }, - { id: "release-4", name: "Rhythm Revolution", price: "Stream Now", variant: "Afrobeat / Dance", imageSrc: "http://img.b2bpic.net/free-photo/beauty-digital-art-through-immersive-experiences_23-2151250274.jpg", imageAlt: "dynamic dance music cover" }, + { id: "release-4", name: "Rhythm Revolution", price: "Stream Now", variant: "Afrobeat / Dance", imageAlt: "dynamic dance music cover" }, { id: "release-5", name: "Cinematic Odyssey", price: "Stream Now", variant: "Cinematic / Orchestral", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-heart-shaped-books-dried-flowers-old-cd_1150-19425.jpg", imageAlt: "cinematic orchestral album cover" }, { id: "release-6", name: "Future Wave", price: "Stream Now", variant: "Progressive House", imageSrc: "http://img.b2bpic.net/free-photo/acoustic-guitar-speaker-word-home-black-background-top-view_169016-51093.jpg", imageAlt: "vibrant EDM album cover" } ]} @@ -101,6 +103,24 @@ export default function LandingPage() { useInvertedBackground={true} /> +
{/* NEW MERCHANDISE SECTION */} + +