Update src/app/page.tsx

This commit is contained in:
2026-03-06 06:38:24 +00:00
parent f969aa0975
commit 447bd1497a

View File

@@ -90,7 +90,7 @@ export default function LandingPage() {
description="CBSE Affiliated Senior Secondary School"
subdescription="Pioneering Excellence in Education for Over 35 Years"
icon={BookOpen}
videoSrc="/placeholder-video.mp4"
videoSrc="/placeholder-video.mp4?_wi=1"
videoAriaLabel="LASEA School Building Tour"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -108,7 +108,7 @@ export default function LandingPage() {
tag="Modern Learning Environment"
tagIcon={Zap}
tagAnimation="slide-up"
videoSrc="/placeholder-video.mp4"
videoSrc="/placeholder-video.mp4?_wi=2"
videoAriaLabel="School Facilities Tour"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -206,7 +206,7 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Arjun Mehta", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-reading-books-home_1303-32082.jpg"
id: "1", name: "Arjun Mehta", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-reading-books-home_1303-32082.jpg?_wi=1"
},
{
id: "2", name: "Sophia Gupta", imageSrc: "http://img.b2bpic.net/free-photo/close-up-brunette-girl-sitting-class_1098-3231.jpg"
@@ -215,13 +215,13 @@ export default function LandingPage() {
id: "3", name: "Kavya Nair", imageSrc: "http://img.b2bpic.net/free-photo/smiling-child-hugging-their-parents_1098-890.jpg"
},
{
id: "4", name: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg"
id: "4", name: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg?_wi=1"
},
{
id: "5", name: "Ananya Desai", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-reading-books-home_1303-32082.jpg"
id: "5", name: "Ananya Desai", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-reading-books-home_1303-32082.jpg?_wi=2"
},
{
id: "6", name: "Rajesh Iyer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg"
id: "6", name: "Rajesh Iyer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-with-blue-shirt_23-2148548056.jpg?_wi=2"
},
]}
className="py-20 lg:py-32"