diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c82bf95..3aaedd6 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1422,4 +1422,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 6034e61..e90e4f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -135,12 +135,12 @@ export default function LandingPage() { title="World-Class Facilities" description="State-of-the-art infrastructure supporting modern, activity-based learning" features={[ - { icon: Laptop, title: "Smart Classrooms", description: "Interactive display boards, advanced technology integration, and digital learning resources in every classroom" }, - { icon: Dribbble, title: "Sports Facilities", description: "Cricket grounds, basketball courts, football field, and comprehensive athletic programs with professional coaching" }, - { icon: Music, title: "Music & Arts Studio", description: "Dedicated music rooms, art studios, and performance spaces for creative expression and talent development" }, - { icon: BookOpen, title: "Modern Library", description: "Extensive collection of books, digital resources, quiet study areas, and research facilities for all grades" }, - { icon: Utensils, title: "Nutritious Cafeteria", description: "Hygienic food preparation, balanced meals, and dietary accommodations for growing children" }, - { icon: Activity, title: "Activity-Based Learning", description: "Experiential learning labs, science centers, and hands-on spaces for interactive education" } + { icon: Laptop, title: "Smart Classrooms", description: "Interactive display boards, advanced technology integration, and digital learning resources in every classroom", imageSrc: "http://img.b2bpic.net/free-photo/top-view-kids-with-laptop-tablet_23-2147782863.jpg?_wi=6" }, + { icon: Dribbble, title: "Sports Facilities", description: "Cricket grounds, basketball courts, football field, and comprehensive athletic programs with professional coaching", imageSrc: "http://img.b2bpic.net/free-photo/young-trans-man-with-apron-working-as-waiter_23-2149409819.jpg" }, + { icon: Music, title: "Music & Arts Studio", description: "Dedicated music rooms, art studios, and performance spaces for creative expression and talent development", imageSrc: "http://img.b2bpic.net/free-photo/quiet-moment-road-girl-smiling-baby-car-seat_169016-68425.jpg" }, + { icon: BookOpen, title: "Modern Library", description: "Extensive collection of books, digital resources, quiet study areas, and research facilities for all grades", imageSrc: "http://img.b2bpic.net/free-photo/top-view-kids-with-laptop-tablet_23-2147782863.jpg?_wi=7" }, + { icon: Utensils, title: "Nutritious Cafeteria", description: "Hygienic food preparation, balanced meals, and dietary accommodations for growing children", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-blond-short-hair-tanned-smiling-cute-gazing-camera-with-friendly_176420-44610.jpg" }, + { icon: Activity, title: "Activity-Based Learning", description: "Experiential learning labs, science centers, and hands-on spaces for interactive education", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg" } ]} animationType="blur-reveal" textboxLayout="default" @@ -244,4 +244,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file