Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2f78e936bd | |||
| fc3a85d719 | |||
| 01a5c799db | |||
| 538ba3db04 | |||
| 139f57e8d4 |
@@ -93,17 +93,15 @@ export default function LandingPage() {
|
|||||||
animationType="blur-reveal"
|
animationType="blur-reveal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
members={[
|
members={[
|
||||||
{
|
{ id: "1", name: "Juan", role: "Saxophonist", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BUt1MsELQJ59TUeEVaWE4gMNLd/uploaded-1774556044716-aombqtmo.jpg" },
|
||||||
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: "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: "2", name: "Jamie Chen", role: "Pianist", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-plays-old-wooden-piano_169016-23253.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: "3", name: "Sam Thorne", role: "Drummer", imageSrc: "http://img.b2bpic.net/free-photo/veteran-musician-playing-trumpet_150588-93.jpg"},
|
{ id: "6", name: "Noah", role: "Drummer" }
|
||||||
{
|
|
||||||
id: "4", name: "Morgan Lee", role: "Bassist", imageSrc: "http://img.b2bpic.net/free-photo/passionate-musician-celebrating-jazz-day-event_23-2148877004.jpg"},
|
|
||||||
]}
|
]}
|
||||||
title="Meet the Performers"
|
title="Meet the Band"
|
||||||
description="Talented musicians bringing passion to every note."
|
description="Our talented lineup of musicians."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -163,4 +161,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user