Update src/app/page.tsx
This commit is contained in:
@@ -124,17 +124,17 @@ export default function LandingPage() {
|
||||
cardTag="Client Success Stories"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Michael Johnson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business person headshot male portrait"},
|
||||
id: "1", name: "Michael Johnson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "professional portrait business person headshot male portrait"},
|
||||
{
|
||||
id: "2", name: "Sarah Martinez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "professional portrait business person headshot female portrait"},
|
||||
id: "2", name: "Sarah Martinez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", imageAlt: "professional portrait business person headshot female portrait"},
|
||||
{
|
||||
id: "3", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business person headshot male portrait"},
|
||||
id: "3", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "professional portrait business person headshot male portrait"},
|
||||
{
|
||||
id: "4", name: "Emily Chen", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "professional portrait business person headshot female portrait"},
|
||||
id: "4", name: "Emily Chen", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2", imageAlt: "professional portrait business person headshot female portrait"},
|
||||
{
|
||||
id: "5", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "professional portrait business person headshot male portrait"},
|
||||
id: "5", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "professional portrait business person headshot male portrait"},
|
||||
{
|
||||
id: "6", name: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "professional portrait business person headshot female portrait"},
|
||||
id: "6", name: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=3", imageAlt: "professional portrait business person headshot female portrait"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
cardAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user