diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e0b0061..b7d2d70 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -5,6 +5,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import SplitAbout from '@/components/sections/about/SplitAbout'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import Link from "next/link"; import { Users, TrendingUp, Building2, Zap, Award, Monitor, Beaker, Cpu, Library, Activity, Shield, Lightbulb, CheckCircle, Heart, BookMarked } from "lucide-react"; @@ -24,7 +25,7 @@ export default function AboutPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="large" - background="circleGradient" + background="aurora" cardStyle="inset" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -47,31 +48,24 @@ export default function AboutPage() { tagAnimation="slide-up" bulletPoints={[ { - title: "Academic Excellence", - description: "Our 96.3% board result rate demonstrates our commitment to rigorous academics and student success.", - icon: TrendingUp, + title: "Academic Excellence", description: "Our 96.3% board result rate demonstrates our commitment to rigorous academics and student success.", icon: TrendingUp, }, { - title: "Holistic Development", - description: "Beyond academics, we focus on sports, arts, character building, and life skills to develop well-rounded individuals.", - icon: Lightbulb, + title: "Holistic Development", description: "Beyond academics, we focus on sports, arts, character building, and life skills to develop well-rounded individuals.", icon: Lightbulb, }, { - title: "Safe Environment", - description: "Well-maintained campus with CCTV surveillance, disciplined culture, and caring staff ensures student safety.", - icon: Shield, + title: "Safe Environment", description: "Well-maintained campus with CCTV surveillance, disciplined culture, and caring staff ensures student safety.", icon: Shield, }, { - title: "Community Trust", - description: "Trusted by hundreds of families in Jhotwara for our consistent quality, transparent operations, and student-centric approach.", - icon: CheckCircle, + title: "Community Trust", description: "Trusted by hundreds of families in Jhotwara for our consistent quality, transparent operations, and student-centric approach.", icon: CheckCircle, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/row-multiethnic-elementary-students-reading-book-classroom-vintage-effect-style-pictures_1253-1577.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/row-multiethnic-elementary-students-reading-book-classroom-vintage-effect-style-pictures_1253-1577.jpg" imageAlt="About Angels Academy" textboxLayout="default" useInvertedBackground={false} imagePosition="right" + mediaAnimation="slide-up" buttons={[{ text: "Schedule Campus Visit", href: "tel:099299 99122" }]} buttonAnimation="slide-up" /> @@ -107,48 +101,30 @@ export default function AboutPage() { tagAnimation="slide-up" features={[ { - title: "Smart Classrooms", - description: "Interactive digital learning with projectors, audio systems, and technology-enabled teaching methods for enhanced engagement.", - icon: Monitor, + title: "Smart Classrooms", description: "Interactive digital learning with projectors, audio systems, and technology-enabled teaching methods for enhanced engagement.", icon: Monitor, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-children-sitting-desks_259150-60228.jpg?_wi=1", - imageAlt: "Smart classroom setup", - }, + imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-children-sitting-desks_259150-60228.jpg", imageAlt: "Smart classroom setup"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wireless-technology-could-be-very-useful_329181-14220.jpg?_wi=1", - imageAlt: "Digital learning", - }, + imageSrc: "http://img.b2bpic.net/free-photo/wireless-technology-could-be-very-useful_329181-14220.jpg", imageAlt: "Digital learning"}, ], }, { - title: "Science Laboratory", - description: "Well-equipped science lab with microscopes, experimental apparatus, and materials for hands-on learning in Physics, Chemistry, and Biology.", - icon: Beaker, + title: "Science Laboratory", description: "Well-equipped science lab with microscopes, experimental apparatus, and materials for hands-on learning in Physics, Chemistry, and Biology.", icon: Beaker, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/scientific-healthcare-research-lab_273609-13632.jpg?_wi=1", - imageAlt: "Science lab", - }, + imageSrc: "http://img.b2bpic.net/free-photo/scientific-healthcare-research-lab_273609-13632.jpg", imageAlt: "Science lab"}, { - imageSrc: "http://img.b2bpic.net/free-photo/female-scientist-watching-girls-experimenting-with-chemistry_23-2148571321.jpg?_wi=1", - imageAlt: "Experiment in progress", - }, + imageSrc: "http://img.b2bpic.net/free-photo/female-scientist-watching-girls-experimenting-with-chemistry_23-2148571321.jpg", imageAlt: "Experiment in progress"}, ], }, { - title: "Computer Lab", - description: "Modern computer lab with updated systems for coding, digital literacy, and computer science education with high-speed internet connectivity.", - icon: Cpu, + title: "Computer Lab", description: "Modern computer lab with updated systems for coding, digital literacy, and computer science education with high-speed internet connectivity.", icon: Cpu, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/little-cute-asian-student-girl-using-computer-school-with-blank-screen_658552-171.jpg?_wi=2", - imageAlt: "Computer lab", - }, + imageSrc: "http://img.b2bpic.net/free-photo/little-cute-asian-student-girl-using-computer-school-with-blank-screen_658552-171.jpg", imageAlt: "Computer lab"}, { - imageSrc: "http://img.b2bpic.net/free-photo/am-i-doing-it-right-group-young-people-casual-clothes-working-modern-office_146671-16514.jpg?_wi=1", - imageAlt: "Students coding", - }, + imageSrc: "http://img.b2bpic.net/free-photo/am-i-doing-it-right-group-young-people-casual-clothes-working-modern-office_146671-16514.jpg", imageAlt: "Students coding"}, ], }, ]} @@ -161,104 +137,40 @@ export default function AboutPage() { ); diff --git a/src/app/academics/page.tsx b/src/app/academics/page.tsx index 65a50bd..e8fcfea 100644 --- a/src/app/academics/page.tsx +++ b/src/app/academics/page.tsx @@ -5,6 +5,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import SplitAbout from '@/components/sections/about/SplitAbout'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import Link from "next/link"; import { Smile, BookMarked, BookCheck, GraduationCap, Award, TrendingUp, Users, Building2, Languages, CheckCircle, Lightbulb, Heart } from "lucide-react"; @@ -24,7 +25,7 @@ export default function AcademicsPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="large" - background="circleGradient" + background="aurora" cardStyle="inset" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -47,63 +48,39 @@ export default function AcademicsPage() { tagAnimation="slide-up" features={[ { - title: "Pre-Primary", - description: "Foundation learning with play-based activities, language development, and early numeracy skills in safe, nurturing environment.", - icon: Smile, + title: "Pre-Primary", description: "Foundation learning with play-based activities, language development, and early numeracy skills in safe, nurturing environment.", icon: Smile, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/set-kid-toys-white-shelf_53876-146765.jpg?_wi=2", - imageAlt: "Pre-primary classroom", - }, + imageSrc: "http://img.b2bpic.net/free-photo/set-kid-toys-white-shelf_53876-146765.jpg", imageAlt: "Pre-primary classroom"}, { - imageSrc: "http://img.b2bpic.net/free-photo/siblings-together-playing-with-toys_1398-3964.jpg?_wi=2", - imageAlt: "Pre-primary activity", - }, + imageSrc: "http://img.b2bpic.net/free-photo/siblings-together-playing-with-toys_1398-3964.jpg", imageAlt: "Pre-primary activity"}, ], }, { - title: "Primary", - description: "Strong foundation in English, Mathematics, Science, Social Studies with emphasis on conceptual understanding and practical learning.", - icon: BookMarked, + title: "Primary", description: "Strong foundation in English, Mathematics, Science, Social Studies with emphasis on conceptual understanding and practical learning.", icon: BookMarked, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/happy-teacher-listening-her-students_1098-2801.jpg?_wi=2", - imageAlt: "Primary classroom", - }, + imageSrc: "http://img.b2bpic.net/free-photo/happy-teacher-listening-her-students_1098-2801.jpg", imageAlt: "Primary classroom"}, { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas_176420-1680.jpg?_wi=2", - imageAlt: "Primary project work", - }, + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-smiling-speaking-discussing-drawings-new-ideas_176420-1680.jpg", imageAlt: "Primary project work"}, ], }, { - title: "Secondary", - description: "Balanced academics with English medium instruction, RBSE curriculum, labs, and focus on board exam preparation.", - icon: BookCheck, + title: "Secondary", description: "Balanced academics with English medium instruction, RBSE curriculum, labs, and focus on board exam preparation.", icon: BookCheck, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-university-library_23-2148844696.jpg?_wi=2", - imageAlt: "Secondary classroom", - }, + imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-together-university-library_23-2148844696.jpg", imageAlt: "Secondary classroom"}, { - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-test-tube-watching-teacher-with-children_259150-60276.jpg?_wi=2", - imageAlt: "Science experiment", - }, + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-test-tube-watching-teacher-with-children_259150-60276.jpg", imageAlt: "Science experiment"}, ], }, { - title: "Senior Secondary", - description: "Science and Humanities streams with advanced curriculum, computer labs, library resources, and focused board exam coaching.", - icon: GraduationCap, + title: "Senior Secondary", description: "Science and Humanities streams with advanced curriculum, computer labs, library resources, and focused board exam coaching.", icon: GraduationCap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/people-working-team-three-young-perspective-business-partners-sitting-library-discussing-startup-project-details-profits-teamwork-concept_176420-8293.jpg?_wi=2", - imageAlt: "Senior secondary class", - }, + imageSrc: "http://img.b2bpic.net/free-photo/people-working-team-three-young-perspective-business-partners-sitting-library-discussing-startup-project-details-profits-teamwork-concept_176420-8293.jpg", imageAlt: "Senior secondary class"}, { - imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg?_wi=2", - imageAlt: "Computer lab", - }, + imageSrc: "http://img.b2bpic.net/free-photo/spacious-area-group-young-people-casual-clothes-working-modern-office_146671-16510.jpg", imageAlt: "Computer lab"}, ], }, ]} @@ -124,31 +101,24 @@ export default function AcademicsPage() { tagAnimation="slide-up" bulletPoints={[ { - title: "English Medium", - description: "Complete English medium instruction strengthening language proficiency, communication skills, and global competitiveness for all students.", - icon: Languages, + title: "English Medium", description: "Complete English medium instruction strengthening language proficiency, communication skills, and global competitiveness for all students.", icon: Languages, }, { - title: "Practical Learning", - description: "Lab-based science education, project work, and hands-on activities ensure conceptual understanding beyond rote learning.", - icon: CheckCircle, + title: "Practical Learning", description: "Lab-based science education, project work, and hands-on activities ensure conceptual understanding beyond rote learning.", icon: CheckCircle, }, { - title: "Board Coaching", - description: "Focused board exam preparation with mock tests, targeted coaching, and individual attention ensuring consistent 96.3% pass rate.", - icon: TrendingUp, + title: "Board Coaching", description: "Focused board exam preparation with mock tests, targeted coaching, and individual attention ensuring consistent 96.3% pass rate.", icon: TrendingUp, }, { - title: "Holistic Skills", - description: "Beyond academics, we develop communication, critical thinking, creativity, and leadership through diverse co-curricular programs.", - icon: Lightbulb, + title: "Holistic Skills", description: "Beyond academics, we develop communication, critical thinking, creativity, and leadership through diverse co-curricular programs.", icon: Lightbulb, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/row-multiethnic-elementary-students-reading-book-classroom-vintage-effect-style-pictures_1253-1577.jpg?_wi=4" + imageSrc="http://img.b2bpic.net/free-photo/row-multiethnic-elementary-students-reading-book-classroom-vintage-effect-style-pictures_1253-1577.jpg" imageAlt="Curriculum focus" textboxLayout="default" useInvertedBackground={false} imagePosition="right" + mediaAnimation="slide-up" buttons={[{ text: "Schedule Campus Visit", href: "tel:099299 99122" }]} buttonAnimation="slide-up" /> @@ -176,104 +146,40 @@ export default function AcademicsPage() { ); diff --git a/src/app/facilities/page.tsx b/src/app/facilities/page.tsx index 3fa13bd..3e7db1b 100644 --- a/src/app/facilities/page.tsx +++ b/src/app/facilities/page.tsx @@ -5,6 +5,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import Link from "next/link"; import { Monitor, Beaker, Cpu, Library, Activity, Shield, Award, TrendingUp, Users, Building2, CheckCircle, Lightbulb, Heart } from "lucide-react"; @@ -24,7 +25,7 @@ export default function FacilitiesPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="large" - background="circleGradient" + background="aurora" cardStyle="inset" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -47,93 +48,57 @@ export default function FacilitiesPage() { tagAnimation="slide-up" features={[ { - title: "Smart Classrooms", - description: "Interactive digital learning with projectors, audio systems, and technology-enabled teaching methods for enhanced engagement.", - icon: Monitor, + title: "Smart Classrooms", description: "Interactive digital learning with projectors, audio systems, and technology-enabled teaching methods for enhanced engagement.", icon: Monitor, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-children-sitting-desks_259150-60228.jpg?_wi=2", - imageAlt: "Smart classroom setup", - }, + imageSrc: "http://img.b2bpic.net/free-photo/woman-standing-children-sitting-desks_259150-60228.jpg", imageAlt: "Smart classroom setup"}, { - imageSrc: "http://img.b2bpic.net/free-photo/wireless-technology-could-be-very-useful_329181-14220.jpg?_wi=2", - imageAlt: "Digital learning", - }, + imageSrc: "http://img.b2bpic.net/free-photo/wireless-technology-could-be-very-useful_329181-14220.jpg", imageAlt: "Digital learning"}, ], }, { - title: "Science Laboratory", - description: "Well-equipped science lab with microscopes, experimental apparatus, and materials for hands-on learning in Physics, Chemistry, and Biology.", - icon: Beaker, + title: "Science Laboratory", description: "Well-equipped science lab with microscopes, experimental apparatus, and materials for hands-on learning in Physics, Chemistry, and Biology.", icon: Beaker, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/scientific-healthcare-research-lab_273609-13632.jpg?_wi=2", - imageAlt: "Science lab", - }, + imageSrc: "http://img.b2bpic.net/free-photo/scientific-healthcare-research-lab_273609-13632.jpg", imageAlt: "Science lab"}, { - imageSrc: "http://img.b2bpic.net/free-photo/female-scientist-watching-girls-experimenting-with-chemistry_23-2148571321.jpg?_wi=2", - imageAlt: "Experiment in progress", - }, + imageSrc: "http://img.b2bpic.net/free-photo/female-scientist-watching-girls-experimenting-with-chemistry_23-2148571321.jpg", imageAlt: "Experiment in progress"}, ], }, { - title: "Computer Lab", - description: "Modern computer lab with updated systems for coding, digital literacy, and computer science education with high-speed internet connectivity.", - icon: Cpu, + title: "Computer Lab", description: "Modern computer lab with updated systems for coding, digital literacy, and computer science education with high-speed internet connectivity.", icon: Cpu, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/little-cute-asian-student-girl-using-computer-school-with-blank-screen_658552-171.jpg?_wi=3", - imageAlt: "Computer lab", - }, + imageSrc: "http://img.b2bpic.net/free-photo/little-cute-asian-student-girl-using-computer-school-with-blank-screen_658552-171.jpg", imageAlt: "Computer lab"}, { - imageSrc: "http://img.b2bpic.net/free-photo/am-i-doing-it-right-group-young-people-casual-clothes-working-modern-office_146671-16514.jpg?_wi=2", - imageAlt: "Students coding", - }, + imageSrc: "http://img.b2bpic.net/free-photo/am-i-doing-it-right-group-young-people-casual-clothes-working-modern-office_146671-16514.jpg", imageAlt: "Students coding"}, ], }, { - title: "Library & Resources", - description: "Extensive library with thousands of books, journals, digital resources, and quiet study spaces for research and independent learning.", - icon: Library, + title: "Library & Resources", description: "Extensive library with thousands of books, journals, digital resources, and quiet study spaces for research and independent learning.", icon: Library, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/cafe-frankfurt-germany_1268-20912.jpg", - imageAlt: "Library interior", - }, + imageSrc: "http://img.b2bpic.net/free-photo/cafe-frankfurt-germany_1268-20912.jpg", imageAlt: "Library interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/group-ethnic-multicultural-students-sitting-table-library_496169-1216.jpg", - imageAlt: "Reading area", - }, + imageSrc: "http://img.b2bpic.net/free-photo/group-ethnic-multicultural-students-sitting-table-library_496169-1216.jpg", imageAlt: "Reading area"}, ], }, { - title: "Sports Ground", - description: "Spacious sports facility for cricket, badminton, volleyball, and physical education activities promoting health and team spirit.", - icon: Activity, + title: "Sports Ground", description: "Spacious sports facility for cricket, badminton, volleyball, and physical education activities promoting health and team spirit.", icon: Activity, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/runway-stadium_1417-1664.jpg", - imageAlt: "Sports ground", - }, + imageSrc: "http://img.b2bpic.net/free-photo/runway-stadium_1417-1664.jpg", imageAlt: "Sports ground"}, { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kid-running-with-ball_23-2149457253.jpg", - imageAlt: "Sports activity", - }, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kid-running-with-ball_23-2149457253.jpg", imageAlt: "Sports activity"}, ], }, { - title: "Safe Campus", - description: "Secure, well-maintained campus with proper boundary walls, CCTV surveillance, first aid facility, and disciplined campus culture.", - icon: Shield, + title: "Safe Campus", description: "Secure, well-maintained campus with proper boundary walls, CCTV surveillance, first aid facility, and disciplined campus culture.", icon: Shield, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-walking-outdoors-looking-aside_171337-19433.jpg?_wi=2", - imageAlt: "Campus entrance", - }, + imageSrc: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-walking-outdoors-looking-aside_171337-19433.jpg", imageAlt: "Campus entrance"}, { - imageSrc: "http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings_23-2149661415.jpg?_wi=1", - imageAlt: "Campus view", - }, + imageSrc: "http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings_23-2149661415.jpg", imageAlt: "Campus view"}, ], }, ]} @@ -154,31 +119,24 @@ export default function FacilitiesPage() { tagAnimation="slide-up" bulletPoints={[ { - title: "Technology Integration", - description: "Smart classrooms, computer labs, and digital resources enable modern, interactive learning experiences.", - icon: Monitor, + title: "Technology Integration", description: "Smart classrooms, computer labs, and digital resources enable modern, interactive learning experiences.", icon: Monitor, }, { - title: "Safety First", - description: "CCTV surveillance, secure campus boundaries, first aid facilities, and trained staff ensure student safety.", - icon: Shield, + title: "Safety First", description: "CCTV surveillance, secure campus boundaries, first aid facilities, and trained staff ensure student safety.", icon: Shield, }, { - title: "Regular Maintenance", - description: "All facilities are well-maintained with regular upgrades to provide optimal learning conditions.", - icon: CheckCircle, + title: "Regular Maintenance", description: "All facilities are well-maintained with regular upgrades to provide optimal learning conditions.", icon: CheckCircle, }, { - title: "Student Wellness", - description: "Sports facilities, healthy canteen, and counseling services support holistic student development.", - icon: Lightbulb, + title: "Student Wellness", description: "Sports facilities, healthy canteen, and counseling services support holistic student development.", icon: Lightbulb, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings_23-2149661415.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/analog-city-landscape-with-buildings_23-2149661415.jpg" imageAlt="Campus facilities" textboxLayout="default" useInvertedBackground={true} imagePosition="right" + mediaAnimation="slide-up" buttons={[{ text: "Contact Us", href: "tel:099299 99122" }]} buttonAnimation="slide-up" /> @@ -206,104 +164,40 @@ export default function FacilitiesPage() { ); diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d98322..7e37979 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,8 +7,11 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import ContactFaq from '@/components/sections/contact/ContactFaq'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import Link from "next/link"; -import { Users, TrendingUp, Building2, Zap, Award, Smile, BookMarked, BookCheck, GraduationCap, Monitor, Beaker, Cpu, Library, Activity, Shield, Languages, Lightbulb, CheckCircle, Heart, Star, Phone, Sparkles } from "lucide-react"; +import { Users, TrendingUp, Building2, Zap, Award, Smile, BookMarked, BookCheck, GraduationCap, Monitor, Beaker, Cpu, Library, Activity, Shield, Languages, Lightbulb, CheckCircle, Heart, Star, Phone, Sparkles, HelpCircle } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -34,7 +37,7 @@ export default function HomePage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="large" - background="circleGradient" + background="aurora" cardStyle="inset" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="layered" @@ -50,7 +53,7 @@ export default function HomePage() {
@@ -247,53 +203,17 @@ export default function HomePage() { tagAnimation="slide-up" testimonials={[ { - id: "1", - name: "Rajesh Kumar", - role: "Parent", - testimonial: "Very good institute with hardworking teachers. My child has shown remarkable improvement in academics and confidence since joining Angels' Academy.", - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=1", - imageAlt: "Rajesh Kumar", - }, + id: "1", name: "Rajesh Kumar", role: "Parent", testimonial: "Very good institute with hardworking teachers. My child has shown remarkable improvement in academics and confidence since joining Angels' Academy.", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Rajesh Kumar"}, { - id: "2", - name: "Priya Sharma", - role: "Parent", - testimonial: "Good school nearby with excellent facilities. The 20:1 ratio ensures my child gets personal attention. Highly recommended for Jhotwara families.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1", - imageAlt: "Priya Sharma", - }, + id: "2", name: "Priya Sharma", role: "Parent", testimonial: "Good school nearby with excellent facilities. The 20:1 ratio ensures my child gets personal attention. Highly recommended for Jhotwara families.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Priya Sharma"}, { - id: "3", - name: "Amit Patel", - role: "Parent", - testimonial: "The facilities are impressive and the teaching quality is outstanding. My son's board results exceeded expectations thanks to the focused coaching.", - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=2", - imageAlt: "Amit Patel", - }, + id: "3", name: "Amit Patel", role: "Parent", testimonial: "The facilities are impressive and the teaching quality is outstanding. My son's board results exceeded expectations thanks to the focused coaching.", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Amit Patel"}, { - id: "4", - name: "Sneha Verma", - role: "Parent", - testimonial: "Angels' Academy offers the perfect balance of academics and activities. The safe campus and caring teachers give us complete peace of mind.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", - imageAlt: "Sneha Verma", - }, + id: "4", name: "Sneha Verma", role: "Parent", testimonial: "Angels' Academy offers the perfect balance of academics and activities. The safe campus and caring teachers give us complete peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Sneha Verma"}, { - id: "5", - name: "Vikram Singh", - role: "Parent", - testimonial: "Consistent 96.3% board results speak volumes about the quality of education. Our daughter is confident and well-prepared for her future.", - imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg?_wi=3", - imageAlt: "Vikram Singh", - }, + id: "5", name: "Vikram Singh", role: "Parent", testimonial: "Consistent 96.3% board results speak volumes about the quality of education. Our daughter is confident and well-prepared for her future.", imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5367.jpg", imageAlt: "Vikram Singh"}, { - id: "6", - name: "Neha Gupta", - role: "Parent", - testimonial: "The commitment to discipline and improvement shown by the staff is commendable. Angels' Academy truly cares about each child's development.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=3", - imageAlt: "Neha Gupta", - }, + id: "6", name: "Neha Gupta", role: "Parent", testimonial: "The commitment to discipline and improvement shown by the staff is commendable. Angels' Academy truly cares about each child's development.", imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Neha Gupta"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -303,105 +223,99 @@ export default function HomePage() { />
+
+ +
+ +
+ +
+ );