Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -73,6 +73,7 @@ export default function LandingPage() {
|
|||||||
imageSrc="http://img.b2bpic.net/free-photo/group-young-businesspeople-meeting-office_171337-7269.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/group-young-businesspeople-meeting-office_171337-7269.jpg"
|
||||||
imageAlt="team collaboration working computer group"
|
imageAlt="team collaboration working computer group"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
|
metricsAnimation="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -110,22 +111,22 @@ export default function LandingPage() {
|
|||||||
cardAnimation="slide-up"
|
cardAnimation="slide-up"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Alex Chen", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "portrait person avatar professional face"
|
id: "1", name: "Alex Chen", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "portrait person avatar professional face"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2", name: "Sarah Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "portrait person avatar professional face"
|
id: "2", name: "Sarah Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "portrait person avatar professional face"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3", name: "James Park", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "portrait person avatar professional face"
|
id: "3", name: "James Park", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "portrait person avatar professional face"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4", name: "Emma Thompson", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=4", imageAlt: "portrait person avatar professional face"
|
id: "4", name: "Emma Thompson", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "portrait person avatar professional face"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "5", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=5", imageAlt: "portrait person avatar professional face"
|
id: "5", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "portrait person avatar professional face"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "6", name: "Lisa Wang", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=6", imageAlt: "portrait person avatar professional face"
|
id: "6", name: "Lisa Wang", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "portrait person avatar professional face"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user