diff --git a/src/app/page.tsx b/src/app/page.tsx index 884889b..f433109 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,8 +85,8 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "ex-1", name: "James K.", quote: "The curriculum perfectly balances traditional subjects with cutting-edge tech.", title: "Future Readiness", imageSrc: "http://img.b2bpic.net/free-photo/laptop-open-book-assortment_23-2149765701.jpg" }, - { id: "ex-2", name: "Fiona M.", quote: "My kids have developed strong character and discipline at Monet Education.", title: "Strong Foundation", imageSrc: "http://img.b2bpic.net/free-photo/hands-working-digital-device-network-graphic-overlay_53876-138487.jpg" } + { id: "ex-1", name: "James K.", quote: "The curriculum perfectly balances traditional subjects with cutting-edge tech.", title: "Future Readiness", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/laptop-open-book-assortment_23-2149765701.jpg" }, + { id: "ex-2", name: "Fiona M.", quote: "My kids have developed strong character and discipline at Monet Education.", title: "Strong Foundation", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/hands-working-digital-device-network-graphic-overlay_53876-138487.jpg" } ]} />