diff --git a/src/app/page.tsx b/src/app/page.tsx index 60fa3f1..1326b6c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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"