Merge version_1 into main #8

Merged
bender merged 1 commits from version_1 into main 2026-04-11 21:48:52 +00:00

View File

@@ -62,7 +62,8 @@ export default function Page() {
title="Testimonials"
description="What our clients say"
testimonials={[
{ id: "1", name: "John Doe", role: "CEO", company: "Tech Corp", rating: 5, imageSrc: "https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?auto=format&fit=crop&q=80&w=200" }
{ id: "1", name: "John Doe", role: "CEO", company: "Tech Corp", rating: 5, imageSrc: "https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?auto=format&fit=crop&q=80&w=200" },
{ id: "2", name: "Jane Smith", role: "Designer", company: "Creative Co", rating: 5, imageSrc: "https://images.unsplash.com/photo-1580489944761-15a19d654956?auto=format&fit=crop&q=80&w=200" }
]}
kpiItems={[{ value: "100+", label: "Clients" }, { value: "500+", label: "Projects" }, { value: "10+", label: "Years" }]}
animationType="slide-up"