diff --git a/src/app/page.tsx b/src/app/page.tsx index 89ea4d6..8d9c060 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,16 +112,16 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", title: "Transformed Our Digital Presence", quote: "The redesign was exactly what we needed. The glassmorphism design and smooth animations have elevated our brand perception significantly.", name: "Sarah Mitchell", role: "CEO, Digital Innovations", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell" + id: "1", title: "Transformed Our Digital Presence", quote: "The redesign was exactly what we needed. The glassmorphism design and smooth animations have elevated our brand perception significantly.", name: "Sarah Mitchell", role: "CEO, Digital Innovations", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, { - id: "2", title: "Beautiful and Functional", quote: "Outstanding attention to detail. The interface is not only visually stunning but incredibly intuitive to navigate.", name: "James Chen", role: "Product Manager, TechCorp", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Chen" + id: "2", title: "Beautiful and Functional", quote: "Outstanding attention to detail. The interface is not only visually stunning but incredibly intuitive to navigate.", name: "James Chen", role: "Product Manager, TechCorp", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "James Chen" }, { - id: "3", title: "Exceeded Expectations", quote: "The team delivered a premium solution that truly sets us apart from competitors. Our users love the new experience.", name: "Emma Rodriguez", role: "Marketing Director, Growth Labs", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Rodriguez" + id: "3", title: "Exceeded Expectations", quote: "The team delivered a premium solution that truly sets us apart from competitors. Our users love the new experience.", name: "Emma Rodriguez", role: "Marketing Director, Growth Labs", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emma Rodriguez" }, { - id: "4", title: "Modern Design Excellence", quote: "Finally, a design that matches our brand vision perfectly. The glassmorphism aesthetic is exactly what we were looking for.", name: "Michael Park", role: "CTO, Innovation Hub", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Park" + id: "4", title: "Modern Design Excellence", quote: "Finally, a design that matches our brand vision perfectly. The glassmorphism aesthetic is exactly what we were looking for.", name: "Michael Park", role: "CTO, Innovation Hub", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Michael Park" } ]} />