Update src/app/page.tsx

This commit is contained in:
2026-05-07 13:29:10 +00:00
parent 59d1e2c47d
commit 1571bea4ed

View File

@@ -113,7 +113,7 @@ export default function WebAgency2Page() {
testimonial="Nexus bridged the gap between our complex enterprise needs and a world-class user experience. A transformative partner in every sense." testimonial="Nexus bridged the gap between our complex enterprise needs and a world-class user experience. A transformative partner in every sense."
rating={5} rating={5}
author="— Alex Rivers, CTO at Velocity Global" author="— Alex Rivers, CTO at Velocity Global"
avatars={[{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Alex Rivers" }]} avatars={[{ src: "http://img.b2bpic.net/free-photo/25th-years-anniversary-celebration-3d-render_460848-7385.jpg", alt: "Velocity Global Logo" }, { src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Alex Rivers" }]}
ratingAnimation="slide-up" ratingAnimation="slide-up"
avatarsAnimation="slide-up" avatarsAnimation="slide-up"
useInvertedBackground={false} useInvertedBackground={false}
@@ -186,4 +186,4 @@ export default function WebAgency2Page() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }