5 Commits

Author SHA1 Message Date
aef6a7d93e Update src/app/page.tsx 2026-05-11 20:41:22 +00:00
5dc74614c0 Update src/app/page.tsx 2026-05-11 20:38:16 +00:00
ebc47538d2 Merge version_3 into main
Merge version_3 into main
2026-05-11 20:36:13 +00:00
04ec2a65fd Merge version_2 into main
Merge version_2 into main
2026-05-11 20:36:10 +00:00
ae6c6eaff9 Update src/app/page.tsx 2026-05-11 20:36:07 +00:00

View File

@@ -110,12 +110,12 @@ export default function PortfolioPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
testimonial="Their work truly transformed our online presence. Professional, creative, and always delivered ahead of schedule."
author="Jane Doe, CEO"
testimonial="Their work truly transformed our online presence. Professional, creative, and always delivered ahead of schedule. Highly recommended for any product team."
author="Jane Doe, CEO at TechInnovate"
rating={5}
ratingAnimation="slide-up"
avatarsAnimation="opacity"
avatars={[{ src: "https://img.b2bpic.net/free-photo/happy-woman_23-2148814057.jpg", alt: "Client" }]
avatars={[{ src: "https://img.b2bpic.net/free-photo/happy-woman_23-2148814057.jpg", alt: "Client" }, { src: "https://img.b2bpic.net/free-photo/professional-man_23-2148814057.jpg", alt: "Partner" }]
}
useInvertedBackground={false}
/>
@@ -144,4 +144,4 @@ export default function PortfolioPage() {
</ReactLenis>
</ThemeProvider>
);
}
}