diff --git a/src/app/page.tsx b/src/app/page.tsx index b976e4d..40bd87a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,8 +93,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", title: "Great service", quote: "Professional environment.", name: "User A", role: "Role A" }, - { id: "2", title: "Very flexible", quote: "Best office in town.", name: "User B", role: "Role B" } + { id: "1", title: "Great service", quote: "Professional environment.", name: "User A" }, + { id: "2", title: "Very flexible", quote: "Best office in town.", name: "User B" } ]} title="Testimonials" description="What our clients say."