Update src/app/staff/page.tsx
This commit is contained in:
@@ -47,23 +47,23 @@ export default function StaffPage() {
|
||||
background={{ variant: "aurora" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=4",
|
||||
imageAlt: "Leadership team",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5",
|
||||
imageAlt: "Team member 1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=5",
|
||||
imageAlt: "Team member 2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6",
|
||||
imageAlt: "Team member 3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=6",
|
||||
imageAlt: "Team collaboration",
|
||||
},
|
||||
]}
|
||||
@@ -85,19 +85,19 @@ export default function StaffPage() {
|
||||
{
|
||||
id: "1",
|
||||
name: "Alessandro Bianchi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=7",
|
||||
imageAlt: "Alessandro Bianchi - CEO",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sofia Conti",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=8",
|
||||
imageAlt: "Sofia Conti - Co-CEO",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Marco Rossi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=9",
|
||||
imageAlt: "Marco Rossi - Head Admin",
|
||||
},
|
||||
]}
|
||||
@@ -116,7 +116,7 @@ export default function StaffPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/gradient-organizational-chart-infographic_52683-66504.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/gradient-organizational-chart-infographic_52683-66504.jpg?_wi=6"
|
||||
imageAlt="Career advancement path"
|
||||
bulletPoints={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user