diff --git a/src/app/page.tsx b/src/app/page.tsx index 845f2d9..9de95cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -113,13 +113,13 @@ export default function LandingPage() { tagAnimation="slide-up" testimonials={[ { - id: "1", title: "Exceptional Creative Vision", quote: "Working with this creative professional transformed our brand completely. The attention to detail and strategic approach set a new standard for our organization.", name: "Sarah Mitchell", role: "Marketing Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "Sarah Mitchell"}, + id: "1", title: "Exceptional Creative Vision", quote: "Working with this creative professional transformed our brand completely. The attention to detail and strategic approach set a new standard for our organization.", name: "Sarah Mitchell", role: "Marketing Director", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=1", imageAlt: "Sarah Mitchell"}, { - id: "2", title: "True Partnership", quote: "Beyond design skills, the collaborative approach made all the difference. Every decision was thoughtful and aligned with our vision.", name: "Marcus Johnson", role: "CEO, Innovation Labs", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "Marcus Johnson"}, + id: "2", title: "True Partnership", quote: "Beyond design skills, the collaborative approach made all the difference. Every decision was thoughtful and aligned with our vision.", name: "Marcus Johnson", role: "CEO, Innovation Labs", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=2", imageAlt: "Marcus Johnson"}, { - id: "3", title: "Delivered Excellence", quote: "Professional, efficient, and incredibly creative. The final output exceeded our expectations and drove measurable results.", name: "Emily Rodriguez", role: "Product Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "Emily Rodriguez"}, + id: "3", title: "Delivered Excellence", quote: "Professional, efficient, and incredibly creative. The final output exceeded our expectations and drove measurable results.", name: "Emily Rodriguez", role: "Product Manager", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=3", imageAlt: "Emily Rodriguez"}, { - id: "4", title: "A Game Changer", quote: "The strategic insights combined with beautiful execution made our project stand out in the marketplace. Highly recommended.", name: "David Chen", role: "Founder, StartupXYZ", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg", imageAlt: "David Chen"}, + id: "4", title: "A Game Changer", quote: "The strategic insights combined with beautiful execution made our project stand out in the marketplace. Highly recommended.", name: "David Chen", role: "Founder, StartupXYZ", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-curly-handsome-european-male_176532-8133.jpg?_wi=4", imageAlt: "David Chen"}, ]} textboxLayout="default" useInvertedBackground={true}