diff --git a/src/app/page.tsx b/src/app/page.tsx index 508eb9c..b877490 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,17 +93,15 @@ export default function LandingPage() { animationType="blur-reveal" useInvertedBackground={false} members={[ - { - id: "1", name: "Alex Rivers", role: "Saxophonist", imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-with-wrist-builders_23-2147775995.jpg"}, - { - id: "2", name: "Jamie Chen", role: "Pianist", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-plays-old-wooden-piano_169016-23253.jpg"}, - { - id: "3", name: "Sam Thorne", role: "Drummer", imageSrc: "http://img.b2bpic.net/free-photo/veteran-musician-playing-trumpet_150588-93.jpg"}, - { - id: "4", name: "Morgan Lee", role: "Bassist", imageSrc: "http://img.b2bpic.net/free-photo/passionate-musician-celebrating-jazz-day-event_23-2148877004.jpg"}, + { id: "1", name: "Juan", role: "Saxophonist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUt1MsELQJ59TUeEVaWE4gMNLd/uploaded-1774556044716-aombqtmo.jpg" }, + { id: "2", name: "Doni", role: "Trombone", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUt1MsELQJ59TUeEVaWE4gMNLd/uploaded-1774556044716-u5mjl25u.jpg" }, + { id: "3", name: "Diana", role: "Trombone", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUt1MsELQJ59TUeEVaWE4gMNLd/uploaded-1774556044716-waxqzqjh.jpg" }, + { id: "4", name: "Fabio", role: "Pianist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUt1MsELQJ59TUeEVaWE4gMNLd/uploaded-1774556044717-r6oxrt43.jpg" }, + { id: "5", name: "Michael", role: "Guitarist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUt1MsELQJ59TUeEVaWE4gMNLd/uploaded-1774556044717-ae3sxc42.jpg" }, + { id: "6", name: "Noah", role: "Drummer" } ]} - title="Meet the Performers" - description="Talented musicians bringing passion to every note." + title="Meet the Band" + description="Our talented lineup of musicians." /> @@ -163,4 +161,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file