Merge version_1 into main #2
@@ -17,7 +17,7 @@ export default function AboutPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="large"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -30,14 +30,12 @@ export default function AboutPage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Academics", id: "academics" },
|
||||
{ name: "Admissions", id: "admissions" },
|
||||
{ name: "Academics", id: "/academics" },
|
||||
{ name: "Admissions", id: "/admissions" },
|
||||
{ name: "Contact", id: "contact-cta" },
|
||||
]}
|
||||
button={{
|
||||
text: "Apply Now",
|
||||
href: "/admissions",
|
||||
}}
|
||||
text: "Apply Now", href: "/admissions"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -51,7 +49,7 @@ export default function AboutPage() {
|
||||
description="Founded on the principles of inclusivity, innovation, and integrity"
|
||||
subdescription="Serving 500+ students with 50+ dedicated educators"
|
||||
icon={Leaf}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/kids-disinfecting-their-hands-classroom_23-2148925450.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/kids-disinfecting-their-hands-classroom_23-2148925450.jpg"
|
||||
imageAlt="Modern classroom with interactive learning environment"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -66,25 +64,13 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "95%",
|
||||
description: "Student satisfaction and parent approval rating",
|
||||
},
|
||||
id: "1", value: "95%", description: "Student satisfaction and parent approval rating"},
|
||||
{
|
||||
id: "2",
|
||||
value: "20+",
|
||||
description: "Years of consistent academic excellence and innovation",
|
||||
},
|
||||
id: "2", value: "20+", description: "Years of consistent academic excellence and innovation"},
|
||||
{
|
||||
id: "3",
|
||||
value: "50+",
|
||||
description: "Qualified, experienced educators and support staff",
|
||||
},
|
||||
id: "3", value: "50+", description: "Qualified, experienced educators and support staff"},
|
||||
{
|
||||
id: "4",
|
||||
value: "500+",
|
||||
description: "Active students enrolled across all academic levels",
|
||||
},
|
||||
id: "4", value: "500+", description: "Active students enrolled across all academic levels"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -101,16 +87,12 @@ export default function AboutPage() {
|
||||
description="Experience our welcoming campus, meet our dedicated educators, and discover why families choose our school. Contact us to arrange a personalized tour and learn more about our admission process."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Visit",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Schedule a Visit", href: "/contact"},
|
||||
{
|
||||
text: "Call: +91-XXX-XXXX",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
text: "Call: +91-XXX-XXXX", href: "tel:+919876543210"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,65 +105,41 @@ export default function AboutPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
{
|
||||
label: "Academics",
|
||||
href: "#academics",
|
||||
},
|
||||
label: "Academics", href: "#academics"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Admissions",
|
||||
href: "#admissions",
|
||||
},
|
||||
label: "Admissions", href: "#admissions"},
|
||||
{
|
||||
label: "Events",
|
||||
href: "#events",
|
||||
},
|
||||
label: "Events", href: "#events"},
|
||||
{
|
||||
label: "News",
|
||||
href: "#news",
|
||||
},
|
||||
label: "News", href: "#news"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact-cta",
|
||||
},
|
||||
label: "Contact", href: "#contact-cta"},
|
||||
{
|
||||
label: "Location",
|
||||
href: "#location",
|
||||
},
|
||||
label: "Location", href: "#location"},
|
||||
{
|
||||
label: "Phone",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
label: "Phone", href: "tel:+919876543210"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#privacy",
|
||||
},
|
||||
label: "Privacy Policy", href: "#privacy"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#terms",
|
||||
},
|
||||
label: "Terms of Service", href: "#terms"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#careers",
|
||||
},
|
||||
label: "Careers", href: "#careers"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -56,7 +56,7 @@ export default function AcademicsPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="large"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -70,9 +70,7 @@ export default function AcademicsPage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Apply Now",
|
||||
href: "/admissions",
|
||||
}}
|
||||
text: "Apply Now", href: "/admissions"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -82,39 +80,21 @@ export default function AcademicsPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Core Subjects",
|
||||
title: "Strong Foundation",
|
||||
subtitle: "English, Mathematics, Science & Social Studies",
|
||||
description:
|
||||
"Our experienced faculty delivers engaging lessons using modern teaching methods and interactive technology. We emphasize conceptual understanding and practical application to prepare students for future success.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/colleagues-studying-university-library_23-2148844692.jpg?_wi=2",
|
||||
imageAlt: "Students engaged in classroom learning",
|
||||
buttons: [],
|
||||
tag: "Core Subjects", title: "Strong Foundation", subtitle: "English, Mathematics, Science & Social Studies", description:
|
||||
"Our experienced faculty delivers engaging lessons using modern teaching methods and interactive technology. We emphasize conceptual understanding and practical application to prepare students for future success.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/colleagues-studying-university-library_23-2148844692.jpg", imageAlt: "Students engaged in classroom learning", buttons: [],
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Enrichment Programs",
|
||||
title: "Beyond The Classroom",
|
||||
subtitle: "Arts, Sports, Technology & Languages",
|
||||
description:
|
||||
"We believe in developing the whole student. Our enrichment programs include visual arts, music, physical education, computer science, and language learning to foster creativity and well-rounded development.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/students-rehashing-theater-class_23-2150960280.jpg?_wi=2",
|
||||
imageAlt: "Students participating in school event",
|
||||
buttons: [],
|
||||
tag: "Enrichment Programs", title: "Beyond The Classroom", subtitle: "Arts, Sports, Technology & Languages", description:
|
||||
"We believe in developing the whole student. Our enrichment programs include visual arts, music, physical education, computer science, and language learning to foster creativity and well-rounded development.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/students-rehashing-theater-class_23-2150960280.jpg", imageAlt: "Students participating in school event", buttons: [],
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Student Support",
|
||||
title: "Personalized Learning",
|
||||
subtitle: "Counseling, Tutoring & Mentoring",
|
||||
description:
|
||||
"Every student receives individualized attention and support. Our guidance counselors, tutors, and mentors work closely with students to address their unique learning needs and help them achieve their full potential.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173716.jpg?_wi=2",
|
||||
imageAlt: "Teacher providing personalized student guidance",
|
||||
buttons: [],
|
||||
tag: "Student Support", title: "Personalized Learning", subtitle: "Counseling, Tutoring & Mentoring", description:
|
||||
"Every student receives individualized attention and support. Our guidance counselors, tutors, and mentors work closely with students to address their unique learning needs and help them achieve their full potential.", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173716.jpg", imageAlt: "Teacher providing personalized student guidance", buttons: [],
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Academic Programs"
|
||||
@@ -134,25 +114,13 @@ export default function AcademicsPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "95%",
|
||||
description: "Student satisfaction and parent approval rating",
|
||||
},
|
||||
id: "1", value: "95%", description: "Student satisfaction and parent approval rating"},
|
||||
{
|
||||
id: "2",
|
||||
value: "20+",
|
||||
description: "Years of consistent academic excellence and innovation",
|
||||
},
|
||||
id: "2", value: "20+", description: "Years of consistent academic excellence and innovation"},
|
||||
{
|
||||
id: "3",
|
||||
value: "50+",
|
||||
description: "Qualified, experienced educators and support staff",
|
||||
},
|
||||
id: "3", value: "50+", description: "Qualified, experienced educators and support staff"},
|
||||
{
|
||||
id: "4",
|
||||
value: "500+",
|
||||
description: "Active students enrolled across all academic levels",
|
||||
},
|
||||
id: "4", value: "500+", description: "Active students enrolled across all academic levels"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -168,18 +136,13 @@ export default function AcademicsPage() {
|
||||
description="Experience our welcoming campus, meet our dedicated educators, and discover why families choose our school. Contact us to arrange a personalized tour and learn more about our admission process."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Visit",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Schedule a Visit", href: "/contact"},
|
||||
{
|
||||
text: "Call: +91-XXX-XXXX",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
text: "Call: +91-XXX-XXXX", href: "tel:+919876543210"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
variant: "noise",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -56,7 +56,7 @@ export default function AdmissionsPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="large"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -70,9 +70,7 @@ export default function AdmissionsPage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Apply Now",
|
||||
href: "/admissions",
|
||||
}}
|
||||
text: "Apply Now", href: "/admissions"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -81,57 +79,29 @@ export default function AdmissionsPage() {
|
||||
<PricingCardThree
|
||||
plans={[
|
||||
{
|
||||
id: "step1",
|
||||
price: "Step 1",
|
||||
name: "Application & Documents",
|
||||
buttons: [
|
||||
id: "step1", price: "Step 1", name: "Application & Documents", buttons: [
|
||||
{
|
||||
text: "Download Form",
|
||||
href: "/admissions",
|
||||
},
|
||||
text: "Download Form", href: "/admissions"},
|
||||
],
|
||||
features: [
|
||||
"Complete admission form",
|
||||
"Previous school records",
|
||||
"Birth certificate copy",
|
||||
"Recent photograph",
|
||||
],
|
||||
"Complete admission form", "Previous school records", "Birth certificate copy", "Recent photograph"],
|
||||
},
|
||||
{
|
||||
id: "step2",
|
||||
badge: "Recommended",
|
||||
badgeIcon: CheckCircle,
|
||||
price: "Step 2",
|
||||
name: "Assessment & Interview",
|
||||
buttons: [
|
||||
id: "step2", badge: "Recommended", badgeIcon: CheckCircle,
|
||||
price: "Step 2", name: "Assessment & Interview", buttons: [
|
||||
{
|
||||
text: "Schedule Now",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Schedule Now", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Academic assessment",
|
||||
"Student interview",
|
||||
"Parent meeting",
|
||||
"Campus tour",
|
||||
],
|
||||
"Academic assessment", "Student interview", "Parent meeting", "Campus tour"],
|
||||
},
|
||||
{
|
||||
id: "step3",
|
||||
price: "Step 3",
|
||||
name: "Admission Decision",
|
||||
buttons: [
|
||||
id: "step3", price: "Step 3", name: "Admission Decision", buttons: [
|
||||
{
|
||||
text: "Contact Office",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Contact Office", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Review of application",
|
||||
"Admission notification",
|
||||
"Enrollment confirmation",
|
||||
"Fee structure details",
|
||||
],
|
||||
"Review of application", "Admission notification", "Enrollment confirmation", "Fee structure details"],
|
||||
},
|
||||
]}
|
||||
title="Simple Admission Process"
|
||||
@@ -151,21 +121,13 @@ export default function AdmissionsPage() {
|
||||
author="Rajesh & Priya Sharma, Parents"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-kid-taking-photos-mother_23-2149160323.jpg",
|
||||
alt: "Parent testimonial",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-kid-taking-photos-mother_23-2149160323.jpg", alt: "Parent testimonial"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-multiracial-business-team_1262-21007.jpg",
|
||||
alt: "Parent testimonial",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-multiracial-business-team_1262-21007.jpg", alt: "Parent testimonial"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg",
|
||||
alt: "Parent testimonial",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg", alt: "Parent testimonial"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-men-boy_23-2149235115.jpg",
|
||||
alt: "Parent testimonial",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-men-boy_23-2149235115.jpg", alt: "Parent testimonial"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -182,18 +144,13 @@ export default function AdmissionsPage() {
|
||||
description="Experience our welcoming campus, meet our dedicated educators, and discover why families choose our school. Contact us to arrange a personalized tour and learn more about our admission process."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Visit",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Schedule a Visit", href: "/contact"},
|
||||
{
|
||||
text: "Call: +91-XXX-XXXX",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
text: "Call: +91-XXX-XXXX", href: "tel:+919876543210"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
variant: "noise",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -54,7 +54,7 @@ export default function ContactPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="large"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -68,9 +68,7 @@ export default function ContactPage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Apply Now",
|
||||
href: "/admissions",
|
||||
}}
|
||||
text: "Apply Now", href: "/admissions"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -84,18 +82,13 @@ export default function ContactPage() {
|
||||
description="Experience our welcoming campus, meet our dedicated educators, and discover why families choose our school. Contact us to arrange a personalized tour and learn more about our admission process."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Visit",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Schedule a Visit", href: "/contact"},
|
||||
{
|
||||
text: "Call: +91-XXX-XXXX",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
text: "Call: +91-XXX-XXXX", href: "tel:+919876543210"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
variant: "noise",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
194
src/app/page.tsx
194
src/app/page.tsx
@@ -21,7 +21,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="large"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -34,14 +34,12 @@ export default function HomePage() {
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Academics", id: "academics" },
|
||||
{ name: "Admissions", id: "admissions" },
|
||||
{ name: "Academics", id: "/academics" },
|
||||
{ name: "Admissions", id: "/admissions" },
|
||||
{ name: "Contact", id: "contact-cta" },
|
||||
]}
|
||||
button={{
|
||||
text: "Apply Now",
|
||||
href: "/admissions",
|
||||
}}
|
||||
text: "Apply Now", href: "/admissions"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -51,16 +49,12 @@ export default function HomePage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="School Name"
|
||||
description="Welcome to our school, where we nurture curious minds and develop confident, compassionate leaders. With over 20 years of excellence in education, we provide a welcoming environment for every student to thrive."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Visit",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Schedule a Visit", href: "/contact"},
|
||||
{
|
||||
text: "Apply Now",
|
||||
href: "/admissions",
|
||||
},
|
||||
text: "Apply Now", href: "/admissions"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
@@ -80,7 +74,7 @@ export default function HomePage() {
|
||||
description="Founded on the principles of inclusivity, innovation, and integrity"
|
||||
subdescription="Serving 500+ students with 50+ dedicated educators"
|
||||
icon={Leaf}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/kids-disinfecting-their-hands-classroom_23-2148925450.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/kids-disinfecting-their-hands-classroom_23-2148925450.jpg"
|
||||
imageAlt="Modern classroom with interactive learning environment"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -95,25 +89,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "95%",
|
||||
description: "Student satisfaction and parent approval rating",
|
||||
},
|
||||
id: "1", value: "95%", description: "Student satisfaction and parent approval rating"},
|
||||
{
|
||||
id: "2",
|
||||
value: "20+",
|
||||
description: "Years of consistent academic excellence and innovation",
|
||||
},
|
||||
id: "2", value: "20+", description: "Years of consistent academic excellence and innovation"},
|
||||
{
|
||||
id: "3",
|
||||
value: "50+",
|
||||
description: "Qualified, experienced educators and support staff",
|
||||
},
|
||||
id: "3", value: "50+", description: "Qualified, experienced educators and support staff"},
|
||||
{
|
||||
id: "4",
|
||||
value: "500+",
|
||||
description: "Active students enrolled across all academic levels",
|
||||
},
|
||||
id: "4", value: "500+", description: "Active students enrolled across all academic levels"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -126,36 +108,18 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
tag: "Core Subjects",
|
||||
title: "Strong Foundation",
|
||||
subtitle: "English, Mathematics, Science & Social Studies",
|
||||
description:
|
||||
"Our experienced faculty delivers engaging lessons using modern teaching methods and interactive technology. We emphasize conceptual understanding and practical application to prepare students for future success.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-university-library_23-2148844692.jpg?_wi=1",
|
||||
imageAlt: "Students engaged in classroom learning",
|
||||
buttons: [],
|
||||
tag: "Core Subjects", title: "Strong Foundation", subtitle: "English, Mathematics, Science & Social Studies", description:
|
||||
"Our experienced faculty delivers engaging lessons using modern teaching methods and interactive technology. We emphasize conceptual understanding and practical application to prepare students for future success.", imageSrc: "http://img.b2bpic.net/free-photo/colleagues-studying-university-library_23-2148844692.jpg", imageAlt: "Students engaged in classroom learning", buttons: [],
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
tag: "Enrichment Programs",
|
||||
title: "Beyond The Classroom",
|
||||
subtitle: "Arts, Sports, Technology & Languages",
|
||||
description:
|
||||
"We believe in developing the whole student. Our enrichment programs include visual arts, music, physical education, computer science, and language learning to foster creativity and well-rounded development.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/students-rehashing-theater-class_23-2150960280.jpg?_wi=1",
|
||||
imageAlt: "Students participating in school event",
|
||||
buttons: [],
|
||||
tag: "Enrichment Programs", title: "Beyond The Classroom", subtitle: "Arts, Sports, Technology & Languages", description:
|
||||
"We believe in developing the whole student. Our enrichment programs include visual arts, music, physical education, computer science, and language learning to foster creativity and well-rounded development.", imageSrc: "http://img.b2bpic.net/free-photo/students-rehashing-theater-class_23-2150960280.jpg", imageAlt: "Students participating in school event", buttons: [],
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
tag: "Student Support",
|
||||
title: "Personalized Learning",
|
||||
subtitle: "Counseling, Tutoring & Mentoring",
|
||||
description:
|
||||
"Every student receives individualized attention and support. Our guidance counselors, tutors, and mentors work closely with students to address their unique learning needs and help them achieve their full potential.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173716.jpg?_wi=1",
|
||||
imageAlt: "Teacher providing personalized student guidance",
|
||||
buttons: [],
|
||||
tag: "Student Support", title: "Personalized Learning", subtitle: "Counseling, Tutoring & Mentoring", description:
|
||||
"Every student receives individualized attention and support. Our guidance counselors, tutors, and mentors work closely with students to address their unique learning needs and help them achieve their full potential.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-office_23-2149173716.jpg", imageAlt: "Teacher providing personalized student guidance", buttons: [],
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Academic Programs"
|
||||
@@ -173,57 +137,29 @@ export default function HomePage() {
|
||||
<PricingCardThree
|
||||
plans={[
|
||||
{
|
||||
id: "step1",
|
||||
price: "Step 1",
|
||||
name: "Application & Documents",
|
||||
buttons: [
|
||||
id: "step1", price: "Step 1", name: "Application & Documents", buttons: [
|
||||
{
|
||||
text: "Download Form",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Download Form", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Complete admission form",
|
||||
"Previous school records",
|
||||
"Birth certificate copy",
|
||||
"Recent photograph",
|
||||
],
|
||||
"Complete admission form", "Previous school records", "Birth certificate copy", "Recent photograph"],
|
||||
},
|
||||
{
|
||||
id: "step2",
|
||||
badge: "Recommended",
|
||||
badgeIcon: CheckCircle,
|
||||
price: "Step 2",
|
||||
name: "Assessment & Interview",
|
||||
buttons: [
|
||||
id: "step2", badge: "Recommended", badgeIcon: CheckCircle,
|
||||
price: "Step 2", name: "Assessment & Interview", buttons: [
|
||||
{
|
||||
text: "Schedule Now",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Schedule Now", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Academic assessment",
|
||||
"Student interview",
|
||||
"Parent meeting",
|
||||
"Campus tour",
|
||||
],
|
||||
"Academic assessment", "Student interview", "Parent meeting", "Campus tour"],
|
||||
},
|
||||
{
|
||||
id: "step3",
|
||||
price: "Step 3",
|
||||
name: "Admission Decision",
|
||||
buttons: [
|
||||
id: "step3", price: "Step 3", name: "Admission Decision", buttons: [
|
||||
{
|
||||
text: "Contact Office",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Contact Office", href: "/contact"},
|
||||
],
|
||||
features: [
|
||||
"Review of application",
|
||||
"Admission notification",
|
||||
"Enrollment confirmation",
|
||||
"Fee structure details",
|
||||
],
|
||||
"Review of application", "Admission notification", "Enrollment confirmation", "Fee structure details"],
|
||||
},
|
||||
]}
|
||||
title="Simple Admission Process"
|
||||
@@ -244,21 +180,13 @@ export default function HomePage() {
|
||||
author="Rajesh & Priya Sharma, Parents"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-kid-taking-photos-mother_23-2149160323.jpg",
|
||||
alt: "Parent testimonial",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-kid-taking-photos-mother_23-2149160323.jpg", alt: "Parent testimonial"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-multiracial-business-team_1262-21007.jpg",
|
||||
alt: "Parent testimonial",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cheerful-multiracial-business-team_1262-21007.jpg", alt: "Parent testimonial"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg",
|
||||
alt: "Parent testimonial",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-successful-middle-aged-business-leader_1262-5690.jpg", alt: "Parent testimonial"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-men-boy_23-2149235115.jpg",
|
||||
alt: "Parent testimonial",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-men-boy_23-2149235115.jpg", alt: "Parent testimonial"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -276,16 +204,12 @@ export default function HomePage() {
|
||||
description="Experience our welcoming campus, meet our dedicated educators, and discover why families choose our school. Contact us to arrange a personalized tour and learn more about our admission process."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule a Visit",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Schedule a Visit", href: "/contact"},
|
||||
{
|
||||
text: "Call: +91-XXX-XXXX",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
text: "Call: +91-XXX-XXXX", href: "tel:+919876543210"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -298,65 +222,41 @@ export default function HomePage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
label: "Home", href: "/"},
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
{
|
||||
label: "Academics",
|
||||
href: "#academics",
|
||||
},
|
||||
label: "Academics", href: "#academics"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Admissions",
|
||||
href: "#admissions",
|
||||
},
|
||||
label: "Admissions", href: "#admissions"},
|
||||
{
|
||||
label: "Events",
|
||||
href: "#events",
|
||||
},
|
||||
label: "Events", href: "#events"},
|
||||
{
|
||||
label: "News",
|
||||
href: "#news",
|
||||
},
|
||||
label: "News", href: "#news"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact-cta",
|
||||
},
|
||||
label: "Contact", href: "#contact-cta"},
|
||||
{
|
||||
label: "Location",
|
||||
href: "#location",
|
||||
},
|
||||
label: "Location", href: "#location"},
|
||||
{
|
||||
label: "Phone",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
label: "Phone", href: "tel:+919876543210"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#privacy",
|
||||
},
|
||||
label: "Privacy Policy", href: "#privacy"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#terms",
|
||||
},
|
||||
label: "Terms of Service", href: "#terms"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#careers",
|
||||
},
|
||||
label: "Careers", href: "#careers"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user