Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-07 16:33:17 +00:00
2 changed files with 1370 additions and 3 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -62,7 +62,7 @@ export default function LandingPage() {
{ value: "6+", title: "Cover Tracks Mastered" },
{ value: "5", title: "Original Songs in Production" },
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-woman-with-guitars_23-2149223645.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-woman-with-guitars_23-2149223645.jpg?_wi=1"
imageAlt="Three band members in studio"
useInvertedBackground={true}
mediaAnimation="slide-up"
@@ -129,9 +129,9 @@ export default function LandingPage() {
tag="Band Members"
members={[
{
id: "1", name: "Lead Guitar & Vocals", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-with-guitars_23-2149223645.jpg"},
id: "1", name: "Lead Guitar & Vocals", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-with-guitars_23-2149223645.jpg?_wi=2"},
{
id: "2", name: "Bass & Keys", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-with-guitars_23-2149223645.jpg"},
id: "2", name: "Bass & Keys", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-with-guitars_23-2149223645.jpg?_wi=3"},
{
id: "3", name: "Drums", imageSrc: "http://img.b2bpic.net/free-photo/drum-kit-drums-studio-beautiful-background-close-up_169016-6584.jpg"},
]}