diff --git a/src/app/page.tsx b/src/app/page.tsx index 868da64..709e9c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,8 +67,8 @@ export default function LandingPage() { title="Client Success Stories" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Ranil Perera", role: "CEO", company: "TechStartup", rating: 5, quote: "Streamlined our payroll effectively." }, - { id: "2", name: "Anjali Silva", role: "Founder", company: "RetailCo", rating: 5, quote: "Excellent tax services." }, + { id: "1", name: "Ranil Perera", role: "CEO", company: "TechStartup", rating: 5 }, + { id: "2", name: "Anjali Silva", role: "Founder", company: "RetailCo", rating: 5 }, ]} />