Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-09 21:28:54 +00:00
2 changed files with 1375 additions and 8 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -56,16 +56,16 @@ export default function LandingPage() {
testimonials={[
{
name: "Alexandra Chen", handle: "Electronic Producer", testimonial: "Sonic Records transformed my music career. Professional guidance and creative freedom.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/redhead-bearded-male-musician-wearing-glasses-dressed-gray-t-shirt-holds-electric-guitar-isolated-dark-textured-background_613910-18426.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/redhead-bearded-male-musician-wearing-glasses-dressed-gray-t-shirt-holds-electric-guitar-isolated-dark-textured-background_613910-18426.jpg?_wi=1"},
{
name: "Marcus Williams", handle: "Hip-Hop Artist", testimonial: "The production quality and distribution reach exceeded all expectations.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-listening-music-headphones-inside_23-2148381804.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-listening-music-headphones-inside_23-2148381804.jpg?_wi=1"},
{
name: "Sofia Rodriguez", handle: "Indie Singer-Songwriter", testimonial: "Finally found a label that truly understands independent artistry.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-guitarist-black-background_23-2147624370.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/smiling-guitarist-black-background_23-2147624370.jpg?_wi=1"},
{
name: "James Mitchell", handle: "Music Producer", testimonial: "Exceptional support and marketing strategy. Highly recommend.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/bearded-black-man-wearing-suit-felt-hat_613910-1878.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/bearded-black-man-wearing-suit-felt-hat_613910-1878.jpg?_wi=1"},
]}
buttons={[
{ text: "Submit Your Music", href: "#contact" },
@@ -215,13 +215,13 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "test-1", name: "Alexandra Chen", imageSrc: "http://img.b2bpic.net/free-photo/redhead-bearded-male-musician-wearing-glasses-dressed-gray-t-shirt-holds-electric-guitar-isolated-dark-textured-background_613910-18426.jpg", imageAlt: "Alexandra Chen"},
id: "test-1", name: "Alexandra Chen", imageSrc: "http://img.b2bpic.net/free-photo/redhead-bearded-male-musician-wearing-glasses-dressed-gray-t-shirt-holds-electric-guitar-isolated-dark-textured-background_613910-18426.jpg?_wi=2", imageAlt: "Alexandra Chen"},
{
id: "test-2", name: "Marcus Williams", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-listening-music-headphones-inside_23-2148381804.jpg", imageAlt: "Marcus Williams"},
id: "test-2", name: "Marcus Williams", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-man-listening-music-headphones-inside_23-2148381804.jpg?_wi=2", imageAlt: "Marcus Williams"},
{
id: "test-3", name: "Sofia Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-guitarist-black-background_23-2147624370.jpg", imageAlt: "Sofia Rodriguez"},
id: "test-3", name: "Sofia Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-guitarist-black-background_23-2147624370.jpg?_wi=2", imageAlt: "Sofia Rodriguez"},
{
id: "test-4", name: "James Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/bearded-black-man-wearing-suit-felt-hat_613910-1878.jpg", imageAlt: "James Mitchell"},
id: "test-4", name: "James Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/bearded-black-man-wearing-suit-felt-hat_613910-1878.jpg?_wi=2", imageAlt: "James Mitchell"},
{
id: "test-5", name: "Priya Patel", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-fashion-designer-taking-break-from-work-thinking-about-new-designs_613910-18126.jpg", imageAlt: "Priya Patel"},
{