2 Commits

Author SHA1 Message Date
ad6b063ce1 Update src/app/page.tsx 2026-05-01 15:58:18 +00:00
6680355b4f Merge version_11 into main
Merge version_11 into main
2026-05-01 15:57:45 +00:00

View File

@@ -104,7 +104,7 @@ export default function LandingPage() {
cardAnimation="slide-up"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Sarah M.", imageSrc: "https://images.unsplash.com/photo-1534528741775-53994a69daeb?q=80&w=200" },
{ id: "t1", name: "Sarah M.", imageSrc: "https://images.unsplash.com/photo-1534528741775-53994a69daeb?q=80&w=200", imageAlt: "Sarah M." },
]}
/>
</div>