Merge version_1 into main #2
@@ -24,6 +24,9 @@ import {
|
||||
Lightbulb,
|
||||
Phone,
|
||||
ClipboardList,
|
||||
Users,
|
||||
BookOpen,
|
||||
Shield,
|
||||
} from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -34,7 +37,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -59,7 +62,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
title="Trusted English Medium School in Nava Vadaj, Ahmedabad"
|
||||
description="Quality education, caring teachers, and a safe environment for your child's bright future. Established with excellence in academic standards and holistic development."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "Expert", label: "Experienced Teachers" },
|
||||
{ value: "Safe", label: "Secure Campus" },
|
||||
@@ -95,14 +98,14 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
title: "👩🏫 Experienced Teachers", description:
|
||||
"Qualified and dedicated educators with passion for teaching", bentoComponent: "reveal-icon", icon: Heart,
|
||||
"Qualified and dedicated educators with passion for teaching", bentoComponent: "reveal-icon", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "🎓 English Medium Curriculum", description:
|
||||
"Strong focus on English communication and international standards", bentoComponent: "reveal-icon", icon: Sparkles,
|
||||
"Strong focus on English communication and international standards", bentoComponent: "reveal-icon", icon: BookOpen,
|
||||
},
|
||||
{
|
||||
title: "🏫 Safe Campus", description: "Secure, well-maintained facilities with trained staff", bentoComponent: "reveal-icon", icon: Lock,
|
||||
title: "🏫 Safe Campus", description: "Secure, well-maintained facilities with trained staff", bentoComponent: "reveal-icon", icon: Shield,
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -202,11 +205,11 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "1", name: "Priya Patel", handle: "@priya_patel", testimonial:
|
||||
"Angel School has transformed my son's confidence. The teachers are genuinely caring and my child looks forward to school every day. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=1", imageAlt: "Priya Patel"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Priya Patel"},
|
||||
{
|
||||
id: "2", name: "Rajesh Kumar", handle: "@rajesh_k", testimonial:
|
||||
"Excellent teaching methods and wonderful infrastructure. Our daughter has shown remarkable improvement in English and academics. Great value for money!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=2", imageAlt: "Rajesh Kumar"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Rajesh Kumar"},
|
||||
{
|
||||
id: "3", name: "Meera Sharma", handle: "@meera_s", testimonial:
|
||||
"The safe environment and discipline-focused approach give us peace of mind. Teachers maintain excellent communication with parents about student progress.", rating: 5,
|
||||
@@ -215,7 +218,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "4", name: "Vikas Desai", handle: "@vikas_d", testimonial:
|
||||
"Our child has developed strong foundational skills in English and academics. The extra-curricular activities are also very engaging and well-organized.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=3", imageAlt: "Vikas Desai"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Vikas Desai"},
|
||||
{
|
||||
id: "5", name: "Anjali Verma", handle: "@anjali_v", testimonial:
|
||||
"I appreciate the holistic approach to education. My child is not just learning academics but also developing character and confidence.", rating: 5,
|
||||
@@ -223,7 +226,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "6", name: "Amit Singh", handle: "@amit_singh", testimonial:
|
||||
"Fantastic support from the admin team. Very responsive to queries and concerns. The school values parent involvement and maintains transparency.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg?_wi=4", imageAlt: "Amit Singh"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-professional_1098-12931.jpg", imageAlt: "Amit Singh"},
|
||||
]}
|
||||
showRating={true}
|
||||
animationType="slide-up"
|
||||
@@ -273,7 +276,7 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
title="Start Your Child's Educational Journey"
|
||||
description="Contact Angel School today to schedule a campus visit or submit an admission inquiry. Our team is ready to help you make the best choice for your child's future."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
useInvertedBackground={false}
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Get Admission Info"
|
||||
|
||||
Reference in New Issue
Block a user