diff --git a/src/app/page.tsx b/src/app/page.tsx index ee444bf..352f1d7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,7 +123,7 @@ export default function LandingPage() { title="What Our Partners Say" description="Join the growing list of successful EdTech companies." testimonials={[ - { id: "t1", name: "Sarah Jenkins", role: "Founder", company: "EdTech Co", quote: "Transformed our procurement cycle!", rating: 5 } + { id: "t1", name: "Sarah Jenkins", role: "Founder", company: "EdTech Co", rating: 5 } ]} gridVariant="uniform-all-items-equal" animationType="slide-up"