5 Commits

Author SHA1 Message Date
e040191105 Merge version_3 into main
Merge version_3 into main
2026-05-18 10:52:46 +00:00
d4242324b2 Update src/app/page.tsx 2026-05-18 10:52:43 +00:00
5facc3a6b9 Merge version_2 into main
Merge version_2 into main
2026-05-18 10:49:22 +00:00
b5d5dad059 Update src/app/page.tsx 2026-05-18 10:49:16 +00:00
f93efcf677 Merge version_1 into main
Merge version_1 into main
2026-05-18 10:48:48 +00:00

View File

@@ -12,7 +12,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TeamCardFive from '@/components/sections/team/TeamCardFive';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Award, BookOpen, CheckCircle, Star, Trophy, Users } from "lucide-react"; import { Award, BookOpen, CheckCircle, Star, Trophy, Users, MapPin } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -33,31 +33,19 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Academics", name: "Academics", id: "features"},
id: "features",
},
{ {
name: "Team", name: "Team", id: "team"},
id: "team",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Lord Buddha International School" brandName="Lord Buddha International School"
button={{ button={{
text: "Admissions", text: "Admissions", href: "#contact"}}
href: "#contact",
}}
/> />
</div> </div>
@@ -67,35 +55,13 @@ export default function LandingPage() {
description="Nurturing excellence, wisdom, and character at Lord Buddha International School." description="Nurturing excellence, wisdom, and character at Lord Buddha International School."
buttons={[ buttons={[
{ {
text: "Explore Admissions", text: "Explore Admissions", href: "#contact"},
href: "#contact",
},
]} ]}
slides={[ slides={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-walking-outdoors-looking-aside_171337-19431.jpg", imageSrc: "http://img.b2bpic.net/free-photo/serious-young-blonde-lady-walking-outdoors-looking-aside_171337-19431.jpg", imageAlt: "Campus"},
imageAlt: "Campus",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/view-young-students-attending-school_23-2150911491.jpg", imageSrc: "http://img.b2bpic.net/free-photo/view-young-students-attending-school_23-2150911491.jpg", imageAlt: "Classroom"},
imageAlt: "Classroom",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-taking-selfie-work_23-2149366490.jpg",
imageAlt: "Library",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-kids-playing-tag-game_23-2149073591.jpg",
imageAlt: "Playground",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-kids-elementary-school_53876-138146.jpg",
imageAlt: "Science Lab",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/female-artist-painting-indoors_23-2147989700.jpg",
imageAlt: "Art Room",
},
]} ]}
/> />
</div> </div>
@@ -107,19 +73,13 @@ export default function LandingPage() {
metrics={[ metrics={[
{ {
icon: Users, icon: Users,
label: "Students Enrolled", label: "Students Enrolled", value: "1200+"},
value: "1200+",
},
{ {
icon: Award, icon: Award,
label: "Years Experience", label: "Years Experience", value: "15+"},
value: "15+",
},
{ {
icon: BookOpen, icon: MapPin,
label: "Qualified Faculty", label: "Located in", value: "Gurua"},
value: "85+",
},
]} ]}
metricsAnimation="slide-up" metricsAnimation="slide-up"
/> />
@@ -132,26 +92,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
id: "1", id: "1", title: "Advanced Science Labs", subtitle: "Hands-on learning", category: "Science", value: "STEM Focus"},
title: "Advanced Science Labs",
subtitle: "Hands-on learning",
category: "Science",
value: "STEM Focus",
},
{ {
id: "2", id: "2", title: "Modern Library", subtitle: "Rich collection", category: "Academics", value: "Research"},
title: "Modern Library",
subtitle: "Rich collection",
category: "Academics",
value: "Research",
},
{ {
id: "3", id: "3", title: "Sports Complex", subtitle: "Physical growth", category: "Athletics", value: "Active"},
title: "Sports Complex",
subtitle: "Physical growth",
category: "Athletics",
value: "Active",
},
]} ]}
title="Holistic Academic Programs" title="Holistic Academic Programs"
description="Comprehensive development through state-of-the-art facilities and curriculum." description="Comprehensive development through state-of-the-art facilities and curriculum."
@@ -166,25 +111,13 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "98%", title: "Pass Rate", description: "Consistently high results.", icon: CheckCircle,
value: "98%",
title: "Pass Rate",
description: "Consistently high results.",
icon: CheckCircle,
}, },
{ {
id: "2", id: "2", value: "20", title: "Activities", description: "Diverse talent growth.", icon: Star,
value: "20",
title: "Activities",
description: "Diverse talent growth.",
icon: Star,
}, },
{ {
id: "3", id: "3", value: "5+", title: "Awards", description: "Excellence in schooling.", icon: Trophy,
value: "5+",
title: "Awards",
description: "Excellence in schooling.",
icon: Trophy,
}, },
]} ]}
title="Excellence in Numbers" title="Excellence in Numbers"
@@ -199,23 +132,9 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
team={[ team={[
{ {
id: "1", id: "1", name: "Dr. Anjali Sharma", role: "Principal", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-woman_23-2149178449.jpg"},
name: "Dr. Anjali Sharma",
role: "Principal",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-senior-woman_23-2149178449.jpg",
},
{ {
id: "2", id: "2", name: "Dr. Anand Kumar", role: "Principal", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-man-having-creativity-office_23-2149384351.jpg"},
name: "Mr. Vikram Singh",
role: "Science Head",
imageSrc: "http://img.b2bpic.net/free-photo/girls-learning-about-chemistry-class_23-2148571351.jpg",
},
{
id: "3",
name: "Ms. Priya Devi",
role: "Athletic Director",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fit-friends-outdoors_23-2150828898.jpg",
},
]} ]}
title="Our Dedicated Educators" title="Our Dedicated Educators"
description="Empowering minds through compassion and expertise." description="Empowering minds through compassion and expertise."
@@ -229,62 +148,16 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Rahul Kumar", role: "Parent", company: "Local Business Owner", rating: 5,
name: "Rahul Kumar", imageSrc: "http://img.b2bpic.net/free-photo/teenagers-friends-having-fun-together_23-2149280914.jpg"},
role: "Parent",
company: "Local Business Owner",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/teenagers-friends-having-fun-together_23-2149280914.jpg",
},
{
id: "2",
name: "Sita Devi",
role: "Parent",
company: "Social Worker",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adolescent-girl-practices-drawing-help-with-behavioral-therapy_482257-124854.jpg",
},
{
id: "3",
name: "Amit Singh",
role: "Parent",
company: "Corporate Employee",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mother-daughter-embracing-each-other-living-r_1170-2680.jpg",
},
{
id: "4",
name: "Jyoti Mishra",
role: "Parent",
company: "Doctor",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-with-teenager-looking-map_1398-2783.jpg",
},
{
id: "5",
name: "Vijay Pandey",
role: "Parent",
company: "Banker",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/nomad-family-traveling-nature_23-2149651504.jpg",
},
]} ]}
kpiItems={[ kpiItems={[
{ { value: "4.9/5", label: "Parent Rating" },
value: "4.9/5", { value: "95%", label: "Recommendation" },
label: "Parent Rating", { value: "100%", label: "Safety" },
},
{
value: "95%",
label: "Recommendation Rate",
},
{
value: "100%",
label: "Safety Standard",
},
]} ]}
title="Voices of Our Community" title="Voices of Our Community"
description="What our proud parents and students say about the LBIS difference." description="What our proud parents say about the LBIS difference."
/> />
</div> </div>
@@ -293,20 +166,9 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "Where are you located?", content: "We are located in Gurua. You can find our exact location here: https://maps.app.goo.gl/YourMapLink"},
title: "How to apply?",
content: "Admissions are open year-round via our portal.",
},
{ {
id: "2", id: "2", title: "How to apply?", content: "Admissions are open year-round via our portal."},
title: "What is the student ratio?",
content: "We maintain a 25:1 student-teacher ratio.",
},
{
id: "3",
title: "Do you offer transport?",
content: "Yes, extensive bus coverage across Gurua.",
},
]} ]}
sideTitle="Frequently Asked Questions" sideTitle="Frequently Asked Questions"
sideDescription="Need more information? We're here to help." sideDescription="Need more information? We're here to help."
@@ -317,42 +179,18 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{ variant: "plain" }}
variant: "plain",
}}
tag="Contact Us" tag="Contact Us"
title="Start Your Child's Journey" title="Start Your Child's Journey"
description="Get in touch today to schedule a campus tour or learn more about admissions." description="Get in touch today to schedule a campus tour or learn more about our Gurua campus."
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterLogoEmphasis
columns={[ columns={[
{ { items: [{ label: "Admissions", href: "#contact" }, { label: "Academics", href: "#features" }] },
items: [ { items: [{ label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] },
{
label: "Admissions",
href: "#contact",
},
{
label: "Academics",
href: "#features",
},
],
},
{
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Contact",
href: "#contact",
},
],
},
]} ]}
logoText="LBIS Gurua" logoText="LBIS Gurua"
/> />
@@ -360,4 +198,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }