Update src/app/page.tsx
This commit is contained in:
220
src/app/page.tsx
220
src/app/page.tsx
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
|
import { Zap, Book, Palette, Trophy } from "lucide-react";
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
@@ -31,21 +32,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
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: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="RK Birla School"
|
brandName="RK Birla School"
|
||||||
/>
|
/>
|
||||||
@@ -54,90 +47,50 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardTestimonial
|
<HeroBillboardTestimonial
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background="gradient-bars"
|
background={{ variant: "gradient-bars" }}
|
||||||
title="Empowering Future Generations"
|
title="Empowering Future Generations"
|
||||||
description="At RK Birla School, we nurture excellence through holistic education, innovative technology, and a dedicated team of educators."
|
description="At RK Birla School, we nurture excellence through holistic education, innovative technology, and a dedicated team of educators."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Rahul Verma",
|
name: "Rahul Verma", handle: "@parent", testimonial: "The best decision we made for our daughter's future. Truly transformative.", rating: 5,
|
||||||
handle: "@parent",
|
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-young-girl-smiling_23-2148464500.jpg"},
|
||||||
testimonial: "The best decision we made for our daughter's future. Truly transformative.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-young-girl-smiling_23-2148464500.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Anita Singh",
|
name: "Anita Singh", handle: "@alumni", testimonial: "RK Birla School gave me the confidence to pursue my dreams.", rating: 5,
|
||||||
handle: "@alumni",
|
imageSrc: "http://img.b2bpic.net/free-photo/embracing-man-woman-with-diplomas_23-2147745815.jpg"},
|
||||||
testimonial: "RK Birla School gave me the confidence to pursue my dreams.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/embracing-man-woman-with-diplomas_23-2147745815.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Sanjay Kapoor",
|
name: "Sanjay Kapoor", handle: "@parent", testimonial: "Excellent infrastructure and highly supportive faculty.", rating: 5,
|
||||||
handle: "@parent",
|
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professor-work-educational-system_23-2151737278.jpg"},
|
||||||
testimonial: "Excellent infrastructure and highly supportive faculty.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-professor-work-educational-system_23-2151737278.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Meera Iyer",
|
name: "Meera Iyer", handle: "@student", testimonial: "Learning here is an absolute joy every single day.", rating: 5,
|
||||||
handle: "@student",
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-student-white-t-shirt-with-copybook-bag-posing-with-cute-expression-pink-background-lesson-university-college-study-book_140725-35088.jpg"},
|
||||||
testimonial: "Learning here is an absolute joy every single day.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-student-white-t-shirt-with-copybook-bag-posing-with-cute-expression-pink-background-lesson-university-college-study-book_140725-35088.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Vikram Seth",
|
name: "Vikram Seth", handle: "@parent", testimonial: "A holistic approach that values character as much as grades.", rating: 5,
|
||||||
handle: "@parent",
|
imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-reading-book-home-girl-is-preparing-lessons-school_169016-64735.jpg"},
|
||||||
testimonial: "A holistic approach that values character as much as grades.",
|
|
||||||
rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-reading-book-home-girl-is-preparing-lessons-school_169016-64735.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/girl-sitting-table-with-notebooks_23-2147657354.jpg?_wi=1"
|
imageSrc="http://img.b2bpic.net/free-photo/girl-sitting-table-with-notebooks_23-2147657354.jpg"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/hipster-afro-american-guy-with-book-copybook-listening-music-headphones-drinking-coffee-while-sitting-cozy-restaurant-education-concept_273609-7453.jpg",
|
src: "http://img.b2bpic.net/free-photo/hipster-afro-american-guy-with-book-copybook-listening-music-headphones-drinking-coffee-while-sitting-cozy-restaurant-education-concept_273609-7453.jpg", alt: "Parent"},
|
||||||
alt: "Parent",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/college-students-cramming-outdoor_23-2149649379.jpg",
|
src: "http://img.b2bpic.net/free-photo/college-students-cramming-outdoor_23-2149649379.jpg", alt: "Student"},
|
||||||
alt: "Student",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/two-female-coworkers-working-together-cafe_273609-16202.jpg",
|
src: "http://img.b2bpic.net/free-photo/two-female-coworkers-working-together-cafe_273609-16202.jpg", alt: "Alumni"},
|
||||||
alt: "Alumni",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/man-woman-sitting-cafe-studying_273609-13270.jpg",
|
src: "http://img.b2bpic.net/free-photo/man-woman-sitting-cafe-studying_273609-13270.jpg", alt: "Faculty"},
|
||||||
alt: "Faculty",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-mother-daughter-smiling-happy-hugging-standing-with-smile-face-standing-city_839833-9121.jpg",
|
src: "http://img.b2bpic.net/free-photo/beautiful-african-american-mother-daughter-smiling-happy-hugging-standing-with-smile-face-standing-city_839833-9121.jpg", alt: "Parent"},
|
||||||
alt: "Parent",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Innovation"},
|
||||||
text: "Innovation",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Academic Excellence"},
|
||||||
text: "Academic Excellence",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Holistic Growth"},
|
||||||
text: "Holistic Growth",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Global Mindset"},
|
||||||
text: "Global Mindset",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Integrity"},
|
||||||
text: "Integrity",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -148,9 +101,7 @@ export default function LandingPage() {
|
|||||||
title="A Legacy of Excellence"
|
title="A Legacy of Excellence"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Learn More",
|
text: "Learn More", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -161,28 +112,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
title: "Modern Labs",
|
title: "Modern Labs", description: "Cutting edge computer and science laboratories.", imageSrc: "http://img.b2bpic.net/free-photo/professional-medical-cabinet-awaiting-patient-check-up-visit_482257-119767.jpg", buttonIcon: Zap,
|
||||||
description: "Cutting edge computer and science laboratories.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-medical-cabinet-awaiting-patient-check-up-visit_482257-119767.jpg?_wi=1",
|
|
||||||
buttonIcon: "Zap",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Resource Center",
|
title: "Resource Center", description: "Extensive library with digital access.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-good-looking-student-girl-with-short-blonde-hair-casual-stylish-clothes-sitting-foor-modern-library-near-shelfs-reading-favourite-books-spending-weekend-cosy-atmosphere_176420-8349.jpg", buttonIcon: Book,
|
||||||
description: "Extensive library with digital access.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-good-looking-student-girl-with-short-blonde-hair-casual-stylish-clothes-sitting-foor-modern-library-near-shelfs-reading-favourite-books-spending-weekend-cosy-atmosphere_176420-8349.jpg",
|
|
||||||
buttonIcon: "Book",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Creative Studio",
|
title: "Creative Studio", description: "Spaces to foster art and design.", imageSrc: "http://img.b2bpic.net/free-photo/artist-workspace_23-2147781645.jpg", buttonIcon: Palette,
|
||||||
description: "Spaces to foster art and design.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/artist-workspace_23-2147781645.jpg",
|
|
||||||
buttonIcon: "Palette",
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Sports Complex",
|
title: "Sports Complex", description: "Professional training for athletes.", imageSrc: "http://img.b2bpic.net/free-photo/little-girls-school-children-with-backpacks-stadium-watching-boys-play-football_169016-13710.jpg", buttonIcon: Trophy,
|
||||||
description: "Professional training for athletes.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/little-girls-school-children-with-backpacks-stadium-watching-boys-play-football_169016-13710.jpg",
|
|
||||||
buttonIcon: "Trophy",
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="World Class Facilities"
|
title="World Class Facilities"
|
||||||
@@ -197,20 +136,11 @@ export default function LandingPage() {
|
|||||||
tag="Milestones"
|
tag="Milestones"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "1500+", description: "Students Enrolled"},
|
||||||
value: "1500+",
|
|
||||||
description: "Students Enrolled",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "120+", description: "Expert Faculty"},
|
||||||
value: "120+",
|
|
||||||
description: "Expert Faculty",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "25+", description: "Years of Legacy"},
|
||||||
value: "25+",
|
|
||||||
description: "Years of Legacy",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -224,29 +154,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
members={[
|
members={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
id: "t1", name: "Dr. Anjali Sharma", role: "Principal", description: "Educationist with 20+ years of experience.", imageSrc: "http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg", imageAlt: "educational excellence professional school"},
|
||||||
name: "Dr. Anjali Sharma",
|
|
||||||
role: "Principal",
|
|
||||||
description: "Educationist with 20+ years of experience.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-amphitheater-usa_1268-14358.jpg",
|
|
||||||
imageAlt: "educational excellence professional school",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t2",
|
id: "t2", name: "Mr. Rajesh Khanna", role: "Headmaster", description: "Focused on holistic development.", imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-with-notebooks_23-2147657354.jpg", imageAlt: "educational excellence professional school"},
|
||||||
name: "Mr. Rajesh Khanna",
|
|
||||||
role: "Headmaster",
|
|
||||||
description: "Focused on holistic development.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-with-notebooks_23-2147657354.jpg?_wi=2",
|
|
||||||
imageAlt: "educational excellence professional school",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "t3",
|
id: "t3", name: "Ms. Priya Desai", role: "Director of Sports", description: "Driving physical fitness excellence.", imageSrc: "http://img.b2bpic.net/free-photo/professional-medical-cabinet-awaiting-patient-check-up-visit_482257-119767.jpg", imageAlt: "educational excellence professional school"},
|
||||||
name: "Ms. Priya Desai",
|
|
||||||
role: "Director of Sports",
|
|
||||||
description: "Driving physical fitness excellence.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-medical-cabinet-awaiting-patient-check-up-visit_482257-119767.jpg?_wi=2",
|
|
||||||
imageAlt: "educational excellence professional school",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Our Dedicated Educators"
|
title="Our Dedicated Educators"
|
||||||
description="Meet the passionate team guiding our students towards excellence."
|
description="Meet the passionate team guiding our students towards excellence."
|
||||||
@@ -261,25 +173,15 @@ export default function LandingPage() {
|
|||||||
author="Priyanka S., Parent"
|
author="Priyanka S., Parent"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-with-book_329181-1214.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-with-book_329181-1214.jpg", alt: "Parent"},
|
||||||
alt: "Parent",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/fathers-day-concept-with-happy-father-daughter_23-2147805476.jpg",
|
src: "http://img.b2bpic.net/free-photo/fathers-day-concept-with-happy-father-daughter_23-2147805476.jpg", alt: "Father"},
|
||||||
alt: "Father",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/teacher-young-student-having-good-time_23-2148511043.jpg",
|
src: "http://img.b2bpic.net/free-photo/teacher-young-student-having-good-time_23-2148511043.jpg", alt: "Teacher"},
|
||||||
alt: "Teacher",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-smiling-father-his-daughter-home_624325-3627.jpg",
|
src: "http://img.b2bpic.net/free-photo/happy-smiling-father-his-daughter-home_624325-3627.jpg", alt: "Father"},
|
||||||
alt: "Father",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/mother-helping-daughter-study_23-2148893812.jpg",
|
src: "http://img.b2bpic.net/free-photo/mother-helping-daughter-study_23-2148893812.jpg", alt: "Mother"},
|
||||||
alt: "Mother",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="blur-reveal"
|
avatarsAnimation="blur-reveal"
|
||||||
@@ -293,22 +195,14 @@ export default function LandingPage() {
|
|||||||
description="Have questions? We're here to assist with admissions and inquiries."
|
description="Have questions? We're here to assist with admissions and inquiries."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Full Name", required: true,
|
||||||
type: "text",
|
|
||||||
placeholder: "Full Name",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||||
type: "email",
|
|
||||||
placeholder: "Email Address",
|
|
||||||
required: true,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "Your message", required: true,
|
||||||
placeholder: "Your message",
|
|
||||||
required: true,
|
|
||||||
}}
|
}}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/classmates-looking-each-other_1098-2826.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/classmates-looking-each-other_1098-2826.jpg"
|
||||||
/>
|
/>
|
||||||
@@ -318,29 +212,19 @@ export default function LandingPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Quick Links",
|
title: "Quick Links", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Admissions",
|
label: "Admissions", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Gallery",
|
label: "Gallery", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Resources",
|
title: "Resources", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Policies",
|
label: "Policies", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Support",
|
label: "Support", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user