Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-10 06:24:45 +00:00

View File

@@ -31,26 +31,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "About",
id: "about",
},
{
name: "Faculty",
id: "faculty",
},
{
name: "Rankers",
id: "rankers",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Faculty", id: "faculty" },
{ name: "Rankers", id: "rankers" },
{ name: "Contact", id: "contact" },
]}
brandName="Dechanak Guru Academy"
/>
@@ -59,109 +44,36 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
title="Empowering Students for a Brighter Future"
description="Dechanak Guru Academy provides world-class coaching, personalized guidance, and result-oriented training to help every student achieve their academic dreams."
testimonials={[
{
name: "Aman Kumar",
handle: "@aman_rank1",
testimonial: "The faculty here is incredible. I secured my dream rank because of their guidance!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-holding-clipboard_1139-142.jpg?_wi=1",
},
{
name: "Sneha Singh",
handle: "@sneha_topper",
testimonial: "Personalized coaching and regular tests made all the difference.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-young-woman-glasses-teacher-celebrating-raising-hand-up-cheering-tirumphing-with_1258-197338.jpg?_wi=1",
},
{
name: "Rahul Verma",
handle: "@rahul_study",
testimonial: "Best academy in the region. Truly result-oriented.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/problem-solving-concept-with-rocket_23-2149908694.jpg?_wi=1",
},
{
name: "Priya Sharma",
handle: "@priya_edu",
testimonial: "Excellent environment for focused study. Highly recommended.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-smiling-while-waiting-his-friends_23-2149064541.jpg?_wi=1",
},
{
name: "Vikram Singh",
handle: "@vikram_success",
testimonial: "The performance tracking really helped me improve.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/curly-hair-boy-optique-glasses-holding-his-backpack-is-confident-motivated-front-view_114579-13088.jpg?_wi=1",
},
{ name: "Aman Kumar", handle: "@aman_rank1", testimonial: "The faculty here is incredible. I secured my dream rank because of their guidance!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-holding-clipboard_1139-142.jpg" },
{ name: "Sneha Singh", handle: "@sneha_topper", testimonial: "Personalized coaching and regular tests made all the difference.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-young-woman-glasses-teacher-celebrating-raising-hand-up-cheering-tirumphing-with_1258-197338.jpg" },
{ name: "Rahul Verma", handle: "@rahul_study", testimonial: "Best academy in the region. Truly result-oriented.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/problem-solving-concept-with-rocket_23-2149908694.jpg" },
{ name: "Priya Sharma", handle: "@priya_edu", testimonial: "Excellent environment for focused study. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-adult-smiling-while-waiting-his-friends_23-2149064541.jpg" },
{ name: "Vikram Singh", handle: "@vikram_success", testimonial: "The performance tracking really helped me improve.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/curly-hair-boy-optique-glasses-holding-his-backpack-is-confident-motivated-front-view_114579-13088.jpg" },
]}
buttons={[
{
text: "Enroll Now",
href: "#contact",
},
{
text: "Contact Us",
href: "#contact",
},
{ text: "Enroll Now", href: "#contact" },
{ text: "Contact Us", href: "#contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/instructor-trainee-using-computer-together_74855-2015.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/instructor-trainee-using-computer-together_74855-2015.jpg"
imageAlt="Students studying"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/sporty-woman-holding-clipboard_1139-142.jpg",
alt: "Student 1",
},
{
src: "http://img.b2bpic.net/free-photo/enthusiastic-young-woman-glasses-teacher-celebrating-raising-hand-up-cheering-tirumphing-with_1258-197338.jpg",
alt: "Student 2",
},
{
src: "http://img.b2bpic.net/free-photo/problem-solving-concept-with-rocket_23-2149908694.jpg",
alt: "Student 3",
},
{
src: "http://img.b2bpic.net/free-photo/young-adult-smiling-while-waiting-his-friends_23-2149064541.jpg",
alt: "Student 4",
},
{
src: "http://img.b2bpic.net/free-photo/curly-hair-boy-optique-glasses-holding-his-backpack-is-confident-motivated-front-view_114579-13088.jpg",
alt: "Student 5",
},
{ src: "http://img.b2bpic.net/free-photo/sporty-woman-holding-clipboard_1139-142.jpg", alt: "Student 1" },
{ src: "http://img.b2bpic.net/free-photo/enthusiastic-young-woman-glasses-teacher-celebrating-raising-hand-up-cheering-tirumphing-with_1258-197338.jpg", alt: "Student 2" },
{ src: "http://img.b2bpic.net/free-photo/problem-solving-concept-with-rocket_23-2149908694.jpg", alt: "Student 3" },
{ src: "http://img.b2bpic.net/free-photo/young-adult-smiling-while-waiting-his-friends_23-2149064541.jpg", alt: "Student 4" },
{ src: "http://img.b2bpic.net/free-photo/curly-hair-boy-optique-glasses-holding-his-backpack-is-confident-motivated-front-view_114579-13088.jpg", alt: "Student 5" },
]}
avatarText="Joined by 1000+ successful students"
marqueeItems={[
{
type: "text-icon",
text: "Physics Mastery",
icon: GraduationCap,
},
{
type: "text-icon",
text: "Math Excellence",
icon: BookOpen,
},
{
type: "text-icon",
text: "Chemistry Lab",
icon: Award,
},
{
type: "text-icon",
text: "Result Focused",
icon: Target,
},
{
type: "text-icon",
text: "Expert Mentors",
icon: GraduationCap,
},
{ type: "text-icon", text: "Physics Mastery", icon: GraduationCap },
{ type: "text-icon", text: "Math Excellence", icon: BookOpen },
{ type: "text-icon", text: "Chemistry Lab", icon: Award },
{ type: "text-icon", text: "Result Focused", icon: Target },
{ type: "text-icon", text: "Expert Mentors", icon: GraduationCap },
]}
/>
</div>
@@ -171,7 +83,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="About Dechanak Guru Academy"
description="We are committed to delivering excellence in education. Our mission is to empower students through experienced faculty, result-oriented teaching, and personalized mentorship. We build a roadmap to success for every individual student."
imageSrc="http://img.b2bpic.net/free-photo/thoughtful-people-talking-while-using-laptop-library_74855-1657.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/thoughtful-people-talking-while-using-laptop-library_74855-1657.jpg"
/>
</div>
@@ -181,24 +93,9 @@ export default function LandingPage() {
textboxLayout="inline-image"
useInvertedBackground={false}
team={[
{
id: "t1",
name: "Dr. Rajesh Sharma",
role: "Senior Physics Mentor",
imageSrc: "http://img.b2bpic.net/free-photo/picture-young-handsome-confident-smiling-businessman-writing-notebook-white-modern-office-interior_176420-42472.jpg?_wi=1",
},
{
id: "t2",
name: "Prof. Anita Devi",
role: "Mathematics Specialist",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-tutor-student-home_23-2148524583.jpg",
},
{
id: "t3",
name: "Mr. Suresh Verma",
role: "Chemistry Expert",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-classmates-posing-with-book_23-2147655821.jpg",
},
{ id: "t1", name: "Dr. Rajesh Sharma", role: "Senior Physics Mentor", imageSrc: "http://img.b2bpic.net/free-photo/picture-young-handsome-confident-smiling-businessman-writing-notebook-white-modern-office-interior_176420-42472.jpg" },
{ id: "t2", name: "Prof. Anita Devi", role: "Mathematics Specialist", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-tutor-student-home_23-2148524583.jpg" },
{ id: "t3", name: "Mr. Suresh Verma", role: "Chemistry Expert", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-classmates-posing-with-book_23-2147655821.jpg" },
]}
title="Our Expert Faculty"
description="Meet the minds behind your success. Experienced professionals dedicated to nurturing talent."
@@ -211,51 +108,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
{
title: "Rahul S. - AIR 12",
description: "Physics Genius, scored 99.8% in entrance exams.",
icon: Star,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-holding-clipboard_1139-142.jpg?_wi=2",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-young-woman-glasses-teacher-celebrating-raising-hand-up-cheering-tirumphing-with_1258-197338.jpg?_wi=2",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/instructor-trainee-using-computer-together_74855-2015.jpg?_wi=2",
imageAlt: "student education modern library",
},
{
title: "Anjali K. - AIR 25",
description: "Consistent performer, dedicated to practice.",
icon: Award,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/problem-solving-concept-with-rocket_23-2149908694.jpg?_wi=2",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-smiling-while-waiting-his-friends_23-2149064541.jpg?_wi=2",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-people-talking-while-using-laptop-library_74855-1657.jpg?_wi=2",
imageAlt: "modern classroom interior study",
},
{
title: "Vijay M. - State Rank 5",
description: "Mastered complex chemistry concepts with ease.",
icon: Trophy,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/curly-hair-boy-optique-glasses-holding-his-backpack-is-confident-motivated-front-view_114579-13088.jpg?_wi=2",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-holding-clipboard_1139-142.jpg?_wi=3",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/picture-young-handsome-confident-smiling-businessman-writing-notebook-white-modern-office-interior_176420-42472.jpg?_wi=2",
imageAlt: "professional teacher portrait",
},
{ title: "Rahul S. - AIR 12", description: "Physics Genius, scored 99.8% in entrance exams.", icon: Star, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-holding-clipboard_1139-142.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/enthusiastic-young-woman-glasses-teacher-celebrating-raising-hand-up-cheering-tirumphing-with_1258-197338.jpg" }] },
{ title: "Anjali K. - AIR 25", description: "Consistent performer, dedicated to practice.", icon: Award, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/problem-solving-concept-with-rocket_23-2149908694.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/young-adult-smiling-while-waiting-his-friends_23-2149064541.jpg" }] },
{ title: "Vijay M. - State Rank 5", description: "Mastered complex chemistry concepts with ease.", icon: Trophy, mediaItems: [{ imageSrc: "http://img.b2bpic.net/free-photo/curly-hair-boy-optique-glasses-holding-his-backpack-is-confident-motivated-front-view_114579-13088.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-holding-clipboard_1139-142.jpg" }] },
]}
title="Top Rankers"
description="Celebrating the hard work and dedication of our successful students who aced the exams."
@@ -269,21 +124,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "98%",
description: "Success Rate",
},
{
id: "m2",
value: "85%",
description: "Attendance Improvement",
},
{
id: "m3",
value: "120+",
description: "Weekly Test Results",
},
{ id: "m1", value: "98%", description: "Success Rate" },
{ id: "m2", value: "85%", description: "Attendance Improvement" },
{ id: "m3", value: "120+", description: "Weekly Test Results" },
]}
title="Excellence by Numbers"
description="We track performance to ensure progress and maximize success rates for every single student."
@@ -294,50 +137,15 @@ export default function LandingPage() {
<ProductCardFour
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
animationType="blur-reveal"
useInvertedBackground={true}
products={[
{
id: "g1",
name: "Classroom Session",
price: "",
variant: "Study",
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-people-talking-while-using-laptop-library_74855-1657.jpg?_wi=3",
},
{
id: "g2",
name: "Science Seminar",
price: "",
variant: "Workshop",
imageSrc: "http://img.b2bpic.net/free-photo/instructor-trainee-using-computer-together_74855-2015.jpg?_wi=3",
},
{
id: "g3",
name: "Annual Competition",
price: "",
variant: "Award",
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-people-talking-while-using-laptop-library_74855-1657.jpg?_wi=4",
},
{
id: "g4",
name: "Student Workshop",
price: "",
variant: "Study",
imageSrc: "http://img.b2bpic.net/free-photo/instructor-trainee-using-computer-together_74855-2015.jpg?_wi=4",
},
{
id: "g5",
name: "Q&A Session",
price: "",
variant: "Mentor",
imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-people-talking-while-using-laptop-library_74855-1657.jpg?_wi=5",
},
{
id: "g6",
name: "Top Achievers Event",
price: "",
variant: "Achievement",
imageSrc: "http://img.b2bpic.net/free-photo/instructor-trainee-using-computer-together_74855-2015.jpg?_wi=5",
},
{ id: "g1", name: "Classroom Session", price: "", variant: "Study", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-people-talking-while-using-laptop-library_74855-1657.jpg" },
{ id: "g2", name: "Science Seminar", price: "", variant: "Workshop", imageSrc: "http://img.b2bpic.net/free-photo/instructor-trainee-using-computer-together_74855-2015.jpg" },
{ id: "g3", name: "Annual Competition", price: "", variant: "Award", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-people-talking-while-using-laptop-library_74855-1657.jpg" },
{ id: "g4", name: "Student Workshop", price: "", variant: "Study", imageSrc: "http://img.b2bpic.net/free-photo/instructor-trainee-using-computer-together_74855-2015.jpg" },
{ id: "g5", name: "Q&A Session", price: "", variant: "Mentor", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-people-talking-while-using-laptop-library_74855-1657.jpg" },
{ id: "g6", name: "Top Achievers Event", price: "", variant: "Achievement", imageSrc: "http://img.b2bpic.net/free-photo/instructor-trainee-using-computer-together_74855-2015.jpg" },
]}
title="Academy Gallery"
description="Glimpses of our vibrant learning culture, events, and classroom activities."
@@ -347,21 +155,13 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
background={{ variant: "plain" }}
tag="Get in Touch"
title="Ready to Enroll?"
description="Have questions about our courses? Contact us today to start your journey towards academic excellence."
buttons={[
{
text: "Contact Us",
href: "mailto:info@dechanakguru.edu",
},
{
text: "Call Now",
href: "tel:+919999999999",
},
{ text: "Contact Us", href: "mailto:info@dechanakguru.edu" },
{ text: "Call Now", href: "tel:+919999999999" },
]}
/>
</div>
@@ -369,57 +169,9 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
columns={[
{
title: "Quick Links",
items: [
{
label: "Home",
href: "#hero",
},
{
label: "About Us",
href: "#about",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
title: "Academy",
items: [
{
label: "Courses",
href: "#",
},
{
label: "Admissions",
href: "#",
},
{
label: "Results",
href: "#",
},
],
},
{
title: "Social",
items: [
{
label: "Facebook",
href: "#",
},
{
label: "Instagram",
href: "#",
},
{
label: "LinkedIn",
href: "#",
},
],
},
{ title: "Quick Links", items: [{ label: "Home", href: "#hero" }, { label: "About Us", href: "#about" }, { label: "Contact", href: "#contact" }] },
{ title: "Academy", items: [{ label: "Courses", href: "#" }, { label: "Admissions", href: "#" }, { label: "Results", href: "#" }] },
{ title: "Social", items: [{ label: "Facebook", href: "#" }, { label: "Instagram", href: "#" }, { label: "LinkedIn", href: "#" }] },
]}
logoText="Dechanak Guru Academy"
copyrightText="© 2025 Dechanak Guru Academy. All rights reserved."
@@ -428,4 +180,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}