diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e4b7e5..9636ae5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -131,22 +131,22 @@ export default function LandingPage() { tag="Testimonials" testimonials={[ { - id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Webild transformed how we build our websites. The interface is intuitive and the results speak for themselves.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson" + id: "1", name: "Sarah Johnson", handle: "@sarahj", testimonial: "Webild transformed how we build our websites. The interface is intuitive and the results speak for themselves.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson" }, { - id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Incredible platform with amazing support. We launched our site in half the time compared to traditional methods.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "Michael Chen" + id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Incredible platform with amazing support. We launched our site in half the time compared to traditional methods.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=1", imageAlt: "Michael Chen" }, { - id: "3", name: "Emily Rodriguez", handle: "@emilyrod", testimonial: "The analytics dashboard gave us insights we never had before. Highly recommend for any serious business owner.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Rodriguez" + id: "3", name: "Emily Rodriguez", handle: "@emilyrod", testimonial: "The analytics dashboard gave us insights we never had before. Highly recommend for any serious business owner.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Emily Rodriguez" }, { - id: "4", name: "David Kim", handle: "@davidk", testimonial: "Best investment we made for our brand. The design tools are powerful yet easy to use without coding.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg", imageAlt: "David Kim" + id: "4", name: "David Kim", handle: "@davidk", testimonial: "Best investment we made for our brand. The design tools are powerful yet easy to use without coding.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-female-professional-making-eye-contact-against-colored-background_662251-651.jpg?_wi=2", imageAlt: "David Kim" }, { - id: "5", name: "Jessica Martinez", handle: "@jmart", testimonial: "Customer support went above and beyond helping us customize our site. Five stars all the way!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Jessica Martinez" + id: "5", name: "Jessica Martinez", handle: "@jmart", testimonial: "Customer support went above and beyond helping us customize our site. Five stars all the way!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Jessica Martinez" }, { - id: "6", name: "Robert Thompson", handle: "@rthompson", testimonial: "From zero to hero. Webild made building a professional website accessible to our small team.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Thompson" + id: "6", name: "Robert Thompson", handle: "@rthompson", testimonial: "From zero to hero. Webild made building a professional website accessible to our small team.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Robert Thompson" } ]} textboxLayout="default"