diff --git a/src/app/page.tsx b/src/app/page.tsx index 4df0166..933068f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,7 +114,10 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - testimonials={[]} + testimonials={[ + { id: "1", name: "John D.", handle: "@johndoe", testimonial: "Bonnie handled my complex business litigation with incredible professionalism and securing a favorable outcome for our firm." }, + { id: "2", name: "Sarah M.", handle: "@sarahm", testimonial: "Compassionate, thorough, and highly effective. Truly the best choice for family law advocacy." } + ]} title="Client Success Stories" description="What our clients say about our representation." /> @@ -123,7 +126,11 @@ export default function LandingPage() {