Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-22 00:53:14 +00:00

View File

@@ -10,7 +10,7 @@ import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
import FooterCard from "@/components/sections/footer/FooterCard";
import { Album, Award, Heart, Music, Spotify, Youtube, Instagram, Twitter } from "lucide-react";
import { Album, Award, Heart, Music, Music as SpotifyIcon, Youtube, Instagram, Twitter } from "lucide-react";
export default function LandingPage() {
return (
@@ -50,13 +50,13 @@ export default function LandingPage() {
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-young-lady-crowd-concert_181624-27673.jpg?_wi=1", imageAlt: "CMZ performing on stage"
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-young-lady-crowd-concert_181624-27673.jpg", imageAlt: "CMZ performing on stage"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-man-listening-music-headphones-with-raised-hands_23-2148205487.jpg", imageAlt: "CMZ in the studio"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-with-weapons-safe-environment-shooting-range-company_482257-118668.jpg?_wi=1", imageAlt: "CMZ music video production"
imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-with-weapons-safe-environment-shooting-range-company_482257-118668.jpg", imageAlt: "CMZ music video production"
}
]}
autoplayDelay={4000}
@@ -121,7 +121,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-vector/gradient-album-cover-template_52683-126283.jpg", imageAlt: "Album artwork"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-with-weapons-safe-environment-shooting-range-company_482257-118668.jpg?_wi=2", imageAlt: "Music production"
imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-with-weapons-safe-environment-shooting-range-company_482257-118668.jpg", imageAlt: "Music production"
}
},
{
@@ -130,7 +130,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-product-photography-with-her-dog_23-2149060868.jpg", imageAlt: "Collaboration sessions"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-music-festival-facebook-post_23-2149204157.jpg?_wi=1", imageAlt: "Streaming metrics"
imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-music-festival-facebook-post_23-2149204157.jpg", imageAlt: "Streaming metrics"
}
}
]}
@@ -149,13 +149,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "1", title: "10K+ Followers", description: "Growing community across all social media platforms engaging with fresh content daily.", tag: "Community", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-music-festival-facebook-post_23-2149204157.jpg?_wi=2", imageAlt: "Social metrics"
id: "1", title: "10K+ Followers", description: "Growing community across all social media platforms engaging with fresh content daily.", tag: "Community", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-minimal-music-festival-facebook-post_23-2149204157.jpg", imageAlt: "Social metrics"
},
{
id: "2", title: "Chart Placements", description: "Multiple playlist inclusions on curated Spotify playlists and music discovery platforms.", tag: "Streaming", imageSrc: "http://img.b2bpic.net/free-photo/winner-concept-with-prize-balloons-arrangement_23-2149059638.jpg", imageAlt: "Chart achievement"
},
{
id: "3", title: "Festival Appearances", description: "Performed at major music festivals and local venues. Building live performance reputation.", tag: "Live", imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-with-weapons-safe-environment-shooting-range-company_482257-118668.jpg?_wi=3", imageAlt: "Festival performance"
id: "3", title: "Festival Appearances", description: "Performed at major music festivals and local venues. Building live performance reputation.", tag: "Live", imageSrc: "http://img.b2bpic.net/free-photo/people-practicing-with-weapons-safe-environment-shooting-range-company_482257-118668.jpg", imageAlt: "Festival performance"
}
]}
/>
@@ -207,7 +207,7 @@ export default function LandingPage() {
required: true
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/silhouette-young-lady-crowd-concert_181624-27673.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/silhouette-young-lady-crowd-concert_181624-27673.jpg"
imageAlt="CMZ contact image"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -220,7 +220,7 @@ export default function LandingPage() {
logoText="CMZ Music"
copyrightText="© 2025 CMZ. All rights reserved."
socialLinks={[
{ icon: Spotify, href: "https://spotify.com", ariaLabel: "Spotify" },
{ icon: SpotifyIcon, href: "https://spotify.com", ariaLabel: "Spotify" },
{ icon: Youtube, href: "https://youtube.com", ariaLabel: "YouTube" },
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" },
{ icon: Twitter, href: "https://twitter.com", ariaLabel: "Twitter" }