Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-02 07:04:13 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
{ text: "Learn More", href: "#about" },
]}
layoutOrder="default"
imageSrc="http://img.b2bpic.net/free-photo/front-view-tired-mature-students-looking-laptop_74855-1931.jpg"
imageSrc="http://img.b2bpic.net/free-photo/front-view-tired-mature-students-looking-laptop_74855-1931.jpg?_wi=1"
mediaAnimation="blur-reveal"
/>
</div>
@@ -91,11 +91,11 @@ export default function LandingPage() {
gridVariant="one-large-right-three-stacked-left"
useInvertedBackground={false}
testimonials={[
{ id: "1", name: "Sarah Jenkins", role: "Parent", company: "Class of 2024", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-senior-woman-young-daughter_1262-2139.jpg" },
{ id: "1", name: "Sarah Jenkins", role: "Parent", company: "Class of 2024", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-senior-woman-young-daughter_1262-2139.jpg?_wi=1" },
{ id: "2", name: "Leo Martinez", role: "Student", company: "Class of 2025", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/boy-schoolyard_23-2147667430.jpg" },
{ id: "3", name: "Dr. Susan Ray", role: "Educator", company: "Academic Board", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/vertical-picture-business-woman-with-folder-hand_171337-16601.jpg" },
{ id: "4", name: "Marcus Chen", role: "Alumni", company: "Class of 2020", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/travelling-city-cute-girl-portrait_23-2148570584.jpg" },
{ id: "5", name: "Elena Rodriguez", role: "Parent", company: "Class of 2026", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-senior-woman-young-daughter_1262-2139.jpg" },
{ id: "5", name: "Elena Rodriguez", role: "Parent", company: "Class of 2026", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-senior-woman-young-daughter_1262-2139.jpg?_wi=2" },
]}
title="Parent & Student Voices"
description="Hear what our community says about their experience at EduGrow Academy."
@@ -113,7 +113,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/front-view-tired-mature-students-looking-laptop_74855-1931.jpg"
imageSrc="http://img.b2bpic.net/free-photo/front-view-tired-mature-students-looking-laptop_74855-1931.jpg?_wi=2"
columns={[
{ title: "About", items: [{ label: "History", href: "#about" }, { label: "Faculty", href: "#" }] },
{ title: "Apply", items: [{ label: "Admissions", href: "#contact" }, { label: "Tuition", href: "#" }] },