Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9323c6b3f1 | |||
| 3b521a7dd9 | |||
| 898c28f900 |
181
src/app/page.tsx
181
src/app/page.tsx
@@ -2,13 +2,13 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { ShieldCheck } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Facilities",
|
||||
id: "facilities",
|
||||
},
|
||||
name: "Facilities", id: "facilities"},
|
||||
{
|
||||
name: "Admission",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Admission", id: "contact"},
|
||||
]}
|
||||
brandName="Sai Vidya Mandir"
|
||||
/>
|
||||
@@ -53,19 +45,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Sai Vidya Mandir School"
|
||||
description="Building Strong Foundations for a Bright Future. State Syllabus School (Nursery to 10th Standard) | Recognised by Government of Karnataka"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now",
|
||||
href: "tel:+910000000000",
|
||||
},
|
||||
text: "Call Now", href: "tel:+910000000000"},
|
||||
{
|
||||
text: "Enquire Admission",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Enquire Admission", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-students-library_23-2149127092.jpg?_wi=1"
|
||||
imageAlt="Sai Vidya Mandir School campus"
|
||||
@@ -92,35 +79,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Big Playground",
|
||||
description: "Spacious outdoor area for physical activity.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-playing-soccer_23-2150338683.jpg?_wi=1",
|
||||
imageAlt: "Playground",
|
||||
},
|
||||
title: "Big Playground", description: "Spacious outdoor area for physical activity.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-playing-soccer_23-2150338683.jpg?_wi=1", imageAlt: "Playground"},
|
||||
{
|
||||
title: "Sports Excellence",
|
||||
description: "Facilities for Volleyball, Throwball, and Badminton.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-playing-soccer_23-2150338683.jpg?_wi=2",
|
||||
imageAlt: "Sports equipment",
|
||||
},
|
||||
title: "Sports Excellence", description: "Facilities for Volleyball, Throwball, and Badminton.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-playing-soccer_23-2150338683.jpg?_wi=2", imageAlt: "Sports equipment"},
|
||||
{
|
||||
title: "Spacious Classrooms",
|
||||
description: "Well-ventilated and tech-enabled learning spaces.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/children-drawing-together-classroom_23-2148925452.jpg?_wi=2",
|
||||
imageAlt: "Classrooms",
|
||||
},
|
||||
title: "Spacious Classrooms", description: "Well-ventilated and tech-enabled learning spaces.", imageSrc: "http://img.b2bpic.net/free-photo/children-drawing-together-classroom_23-2148925452.jpg?_wi=2", imageAlt: "Classrooms"},
|
||||
{
|
||||
title: "Modern Library",
|
||||
description: "A quiet space filled with diverse books for curious minds.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-students-library_23-2149127092.jpg?_wi=2",
|
||||
imageAlt: "Library facility",
|
||||
},
|
||||
title: "Modern Library", description: "A quiet space filled with diverse books for curious minds.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-students-library_23-2149127092.jpg?_wi=2", imageAlt: "Library facility"},
|
||||
{
|
||||
title: "Safety & Security",
|
||||
description: "CCTV surveillance and round-the-clock security for peace of mind.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/children-drawing-together-classroom_23-2148925452.jpg?_wi=3",
|
||||
imageAlt: "Safety monitoring",
|
||||
},
|
||||
title: "Safety & Security", description: "CCTV surveillance and round-the-clock security for peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/children-drawing-together-classroom_23-2148925452.jpg?_wi=3", imageAlt: "Safety monitoring"},
|
||||
]}
|
||||
title="World-Class Facilities"
|
||||
description="We provide a comprehensive environment for academic and physical growth."
|
||||
@@ -128,122 +95,54 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
<TestimonialCardTwelve
|
||||
cardTitle="Parent Testimonials"
|
||||
cardTag="Community"
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Kumar",
|
||||
date: "Oct 2023",
|
||||
title: "Happy Parent",
|
||||
quote: "Excellent school and management, very supportive.",
|
||||
tag: "Parent",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-girl-adopted-by-couple_23-2149574089.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-students-library_23-2149127092.jpg?_wi=3",
|
||||
imageAlt: "happy children learning classroom",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sunita Devi",
|
||||
date: "Sep 2023",
|
||||
title: "Parent",
|
||||
quote: "My child enjoys school every single day.",
|
||||
tag: "Parent",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-casual-male-student-studying-with-book-conspectus-while-dreamily-looking-camera-library-university_574295-1555.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-friends-playing-soccer_23-2150338683.jpg?_wi=3",
|
||||
imageAlt: "large playground for school children",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Arjun Rao",
|
||||
date: "Aug 2023",
|
||||
title: "Proud Parent",
|
||||
quote: "Great academic results and sports facilities.",
|
||||
tag: "Parent",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-teacher-sitting-her-desk_23-2148668556.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/children-drawing-together-classroom_23-2148925452.jpg?_wi=4",
|
||||
imageAlt: "bright spacious modern classroom",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Meera Patel",
|
||||
date: "Jul 2023",
|
||||
title: "Parent",
|
||||
quote: "A safe and caring environment for my daughter.",
|
||||
tag: "Parent",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/mother-cute-daughter-kissing-father-park_23-2148201615.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-adopted-by-couple_23-2149574089.jpg",
|
||||
imageAlt: "portrait parent smiling happy",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vijay Singh",
|
||||
date: "Jun 2023",
|
||||
title: "Parent",
|
||||
quote: "Excellent education, highly recommended.",
|
||||
tag: "Parent",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/mother-daughter-using-laptop-kitchen_1301-6558.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-casual-male-student-studying-with-book-conspectus-while-dreamily-looking-camera-library-university_574295-1555.jpg",
|
||||
imageAlt: "portrait happy father school",
|
||||
},
|
||||
{ id: "1", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-adopted-by-couple_23-2149574089.jpg" },
|
||||
{ id: "2", name: "Sunita Devi", imageSrc: "http://img.b2bpic.net/free-photo/young-casual-male-student-studying-with-book-conspectus-while-dreamily-looking-camera-library-university_574295-1555.jpg" },
|
||||
{ id: "3", name: "Arjun Rao", imageSrc: "http://img.b2bpic.net/free-photo/happy-teacher-sitting-her-desk_23-2148668556.jpg" }
|
||||
]}
|
||||
title="What Parents Say"
|
||||
description="Hear from our happy parent community about their experience at Sai Vidya Mandir."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
<ContactSplit
|
||||
tag="Join Us"
|
||||
title="Start Your Child's Journey"
|
||||
description="Secure your child's future today. Admission applications are open for the upcoming academic session. Connect with our counselors."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/children-drawing-together-classroom_23-2148925452.jpg?_wi=3"
|
||||
mediaPosition="right"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Contact Us"
|
||||
title="Enquire Admission Now"
|
||||
description="Located near Bettahalsoor, Bengaluru. Opens at 9 AM. Apply today for a bright future."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
<FooterMedia
|
||||
logoText="Sai Vidya Mandir"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/children-drawing-together-classroom_23-2148925452.jpg?_wi=4"
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Facilities",
|
||||
href: "#facilities",
|
||||
},
|
||||
title: "Navigation", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Facilities", href: "#facilities" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Bettahalsoor, Bengaluru",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "+91 00000 00000",
|
||||
href: "tel:+910000000000",
|
||||
},
|
||||
title: "Connect", items: [
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "Visit Us", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Sai Vidya Mandir School."
|
||||
copyrightText="© 2025 Sai Vidya Mandir School. All Rights Reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user