diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d70e12..3988e0c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -104,16 +104,16 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Transformed Our Brand Identity", quote: "Suffix Studio took our vision and elevated it beyond our expectations. Their strategic approach combined with exceptional creativity delivered results that exceeded all our KPIs.", name: "Alex Johnson", role: "Creative Director at InnovateLabs", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "portrait professional headshot" + id: "1", title: "Transformed Our Brand Identity", quote: "Suffix Studio took our vision and elevated it beyond our expectations. Their strategic approach combined with exceptional creativity delivered results that exceeded all our KPIs.", name: "Alex Johnson", role: "Creative Director at InnovateLabs", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "portrait professional headshot" }, { - id: "2", title: "Design Excellence at Every Level", quote: "The attention to detail and thoughtfulness in every design decision was remarkable. They didn't just create a visual identity—they crafted an experience.", name: "Sarah Chen", role: "CEO at Digital Ventures", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "portrait professional headshot" + id: "2", title: "Design Excellence at Every Level", quote: "The attention to detail and thoughtfulness in every design decision was remarkable. They didn't just create a visual identity—they crafted an experience.", name: "Sarah Chen", role: "CEO at Digital Ventures", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "portrait professional headshot" }, { - id: "3", title: "Partnership Beyond Agency", quote: "Working with Suffix Studio felt like collaborating with true partners. They understood our business, our challenges, and delivered solutions that truly resonated with our audience.", name: "Marcus Thompson", role: "Brand Lead at TechFlow Corp", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "portrait professional headshot" + id: "3", title: "Partnership Beyond Agency", quote: "Working with Suffix Studio felt like collaborating with true partners. They understood our business, our challenges, and delivered solutions that truly resonated with our audience.", name: "Marcus Thompson", role: "Brand Lead at TechFlow Corp", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "portrait professional headshot" }, { - id: "4", title: "Elevated Our Market Presence", quote: "Our new brand identity opened doors we didn't expect. The design is stunning, strategic, and perfectly aligned with our business objectives.", name: "Elena Rodriguez", role: "Founder at CreativeNow", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "portrait professional headshot" + id: "4", title: "Elevated Our Market Presence", quote: "Our new brand identity opened doors we didn't expect. The design is stunning, strategic, and perfectly aligned with our business objectives.", name: "Elena Rodriguez", role: "Founder at CreativeNow", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=4", imageAlt: "portrait professional headshot" }, ]} />