Update src/app/page.tsx
This commit is contained in:
@@ -152,14 +152,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah J.", handle: "@ceo", testimonial: "Exceptional development speed and technical quality.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-professional-standing-with-arms-crossed-while-making-eye-contact-against-isolated-background_662251-838.jpg" },
|
||||
{ id: "2", name: "Marcus C.", handle: "@cto", testimonial: "Delivered beyond our complex project expectations.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-confident-young-businesswoman-against-gray-background_23-2148029500.jpg" },
|
||||
{ id: "3", name: "Emily R.", handle: "@founder", testimonial: "The best partner for our digital transformation journey.", imageSrc: "http://img.b2bpic.net/free-photo/ambitious-businessman-standing-street_1262-3451.jpg" },
|
||||
{ id: "4", name: "David K.", handle: "@pm", testimonial: "Professional, reliable, and technically unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-using-digital-tablet-home-office_329181-4278.jpg" },
|
||||
{ id: "5", name: "Lena M.", handle: "@cmo", testimonial: "Seamless execution from start to finish.", imageSrc: "http://img.b2bpic.net/free-photo/blue-eyed-business-woman-white-blouse-standing-confident-pose-with-her-international-co-workers-indoor-portrait-asian-african-employees-with-blonde-lady_197531-3756.jpg" }
|
||||
{ id: "1", name: "Sarah J.", handle: "@ceo", testimonial: "Außergewöhnliche Entwicklungsgeschwindigkeit und technische Qualität.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-professional-standing-with-arms-crossed-while-making-eye-contact-against-isolated-background_662251-838.jpg" },
|
||||
{ id: "2", name: "Marcus C.", handle: "@cto", testimonial: "Hat unsere komplexen Projekterwartungen übertroffen.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-confident-young-businesswoman-against-gray-background_23-2148029500.jpg" },
|
||||
{ id: "3", name: "Emily R.", handle: "@founder", testimonial: "Der beste Partner für unsere digitale Transformation.", imageSrc: "http://img.b2bpic.net/free-photo/ambitious-businessman-standing-street_1262-3451.jpg" },
|
||||
{ id: "4", name: "David K.", handle: "@pm", testimonial: "Professionell, zuverlässig und technisch unübertroffen.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-using-digital-tablet-home-office_329181-4278.jpg" },
|
||||
{ id: "5", name: "Lena M.", handle: "@cmo", testimonial: "Nahtlose Ausführung von Anfang bis Ende.", imageSrc: "http://img.b2bpic.net/free-photo/blue-eyed-business-woman-white-blouse-standing-confident-pose-with-her-international-co-workers-indoor-portrait-asian-african-employees-with-blonde-lady_197531-3756.jpg" }
|
||||
]}
|
||||
title="What Clients Say"
|
||||
description="Voices of the innovators we've empowered."
|
||||
title="Was Kunden sagen"
|
||||
description="Stimmen der Innovatoren, die wir gestärkt haben."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -207,4 +207,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user