Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0dacc625b8 | |||
| 20fae6e5c4 | |||
| 037a5ee090 | |||
| 0fa5063354 | |||
| 0b1f8c4089 | |||
| be8dbcf2a6 | |||
| 01a8c4570e |
@@ -5,6 +5,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
|||||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||||
|
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||||
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
import TeamCardSix from '@/components/sections/team/TeamCardSix';
|
||||||
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
|
import BlogCardOne from '@/components/sections/blog/BlogCardOne';
|
||||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
||||||
@@ -35,6 +36,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Home", id: "#hero" },
|
{ name: "Home", id: "#hero" },
|
||||||
{ name: "About", id: "#about" },
|
{ name: "About", id: "#about" },
|
||||||
{ name: "Music", id: "#music" },
|
{ name: "Music", id: "#music" },
|
||||||
|
{ name: "Merchandise", id: "#merch" },
|
||||||
{ name: "Artists", id: "#artists" },
|
{ name: "Artists", id: "#artists" },
|
||||||
{ name: "Services", id: "#services" },
|
{ name: "Services", id: "#services" },
|
||||||
{ name: "Contact", id: "#contact" }
|
{ name: "Contact", id: "#contact" }
|
||||||
@@ -91,9 +93,9 @@ 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-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-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-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", imageSrc: "http://img.b2bpic.net/free-photo/acoustic-guitar-speaker-word-home-black-background-top-view_169016-51093.jpg?_wi=1", 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-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" }
|
{ 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?_wi=2", imageAlt: "vibrant EDM album cover" }
|
||||||
]}
|
]}
|
||||||
gridVariant="bento-grid"
|
gridVariant="bento-grid"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -101,6 +103,24 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="merch" data-section="merch"> {/* NEW MERCHANDISE SECTION */}
|
||||||
|
<ProductCardThree
|
||||||
|
title="Official Merchandise"
|
||||||
|
description="Show your support for POZMAF Music LLC with our exclusive collection of apparel and accessories. Limited edition drops available now!"
|
||||||
|
products={[
|
||||||
|
{ id: "merch-1", name: "POZMAF Logo Tee", price: "$29.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EHPxjeFIi9uVwl8iiJcD5nUvqz/uploaded-1779833410200-iy0nn4fn.png", imageAlt: "Black t-shirt with POZMAF logo" },
|
||||||
|
{ id: "merch-2", name: "Artist Series Hoodie", price: "$59.99", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EHPxjeFIi9uVwl8iiJcD5nUvqz/uploaded-1779833410201-yuqsujmr.png", imageAlt: "Grey hoodie with custom artist design" },
|
||||||
|
{ id: "merch-3", name: "Music Lover Mug", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/mock-up-white-mug-music-equipment_23-2148967926.jpg", imageAlt: "White mug with music note design" },
|
||||||
|
{ id: "merch-4", name: "Studio Vibes Cap", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/white-baseball-cap-mockup_23-2149594002.jpg", imageAlt: "Black baseball cap with 'Studio Vibes' text" },
|
||||||
|
{ id: "merch-5", name: "Limited Edition Vinyl", price: "$39.99", imageSrc: "http://img.b2bpic.net/free-photo/vintage-record-player-with-vinyl-record_23-2147772428.jpg", imageAlt: "Vinyl record of latest release" },
|
||||||
|
{ id: "merch-6", name: "POZMAF Phone Case", price: "$19.99", imageSrc: "http://img.b2bpic.net/free-photo/black-phone-case-mockup_23-2149594017.jpg", imageAlt: "Phone case with abstract POZMAF art" }
|
||||||
|
]}
|
||||||
|
gridVariant="three-columns-all-equal-width"
|
||||||
|
animationType="slide-up"
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
<div id="artists" data-section="artists">
|
<div id="artists" data-section="artists">
|
||||||
<TeamCardSix
|
<TeamCardSix
|
||||||
title="Our Artists & Creative Projects"
|
title="Our Artists & Creative Projects"
|
||||||
|
|||||||
Reference in New Issue
Block a user