From b696ab7bc51b1c49c4fb4ec22e28d0f7d43a607a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 22:33:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" } ]} /> -- 2.49.1