diff --git a/src/app/page.tsx b/src/app/page.tsx index 40bd87a..432f01c 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" }, - { id: "2", title: "Very flexible", quote: "Best office in town.", name: "User B" } + { id: "1", title: "Great service", quote: "Professional environment.", name: "User A", date: "2025-01-01", tag: "Client", avatarSrc: "https://img.b2bpic.net/free-photo/blond-businessman-surprised-expression_1194-3809.jpg" }, + { id: "2", title: "Very flexible", quote: "Best office in town.", name: "User B", date: "2025-01-02", tag: "Client", avatarSrc: "https://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg" } ]} title="Testimonials" description="What our clients say."