Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-04-11 22:34:05 +00:00

View File

@@ -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" }
]}
/>
</div>