Files
bf72bb67-d9f5-457f-91e8-411…/src/app/page.tsx
2026-03-10 06:11:39 +00:00

313 lines
16 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel";
import MediaAbout from "@/components/sections/about/MediaAbout";
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
import MetricCardThree from "@/components/sections/metrics/MetricCardThree";
import PricingCardNine from "@/components/sections/pricing/PricingCardNine";
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
import ContactText from "@/components/sections/contact/ContactText";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import {
Award,
Beaker,
BookOpen,
Calculator,
Clock,
DollarSign,
MessageCircle,
Sparkles,
Star,
TrendingUp,
Users,
Zap,
} from "lucide-react";
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="mediumSmall"
sizing="medium"
background="circleGradient"
cardStyle="inset"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="glass"
headingFontWeight="semibold"
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Pathmadev Academy"
navItems={[
{ name: "Home", id: "home" },
{ name: "About", id: "about" },
{ name: "Subjects", id: "subjects" },
{ name: "Pricing", id: "pricing" },
{ name: "Testimonials", id: "testimonials" },
{ name: "Contact", id: "contact" },
]}
button={{
text: "Enquire Now", href: "contact"
}}
className="fixed top-4 left-4 right-4 z-50"
buttonClassName="bg-[#ff6207] hover:bg-[#e55206] text-white"
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
title="Expert Tuition for Classes 912 in Choolaimedu"
description="Pathmadev Academy offers personalized coaching in Maths, Physics, Chemistry, and Accounts with experienced teachers, clear concept explanation, and strong exam preparation in a calm, focused environment."
tag="CBSE & Matriculation"
tagIcon={BookOpen}
tagAnimation="slide-up"
background={{ variant: "plain" }}
buttons={[
{ text: "Call Now", href: "tel:+919876543210" },
{
text: "Enquire on WhatsApp", href: "https://wa.me/919876543210?text=Hello%20Pathmadev%20Academy%2C%20I%20would%20like%20to%20know%20more%20about%20your%20tuition%20services"
},
]}
buttonAnimation="slide-up"
mediaItems={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/side-view-students-chatting-library_23-2149647047.jpg", imageAlt: "Modern classroom with engaged students"
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/people-library-reading-club-learning-from-books_23-2150293573.jpg", imageAlt: "Experienced tutor teaching students"
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/aged-professor-standing-near-chalkboard-classroom_23-2148201085.jpg", imageAlt: "Mathematics concept explanation"
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/filling-test-tubes_1098-16779.jpg", imageAlt: "Physics learning environment"
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/front-view-young-male-chemist-white-suit-front-table-with-colored-solutions-writing-down-notes-light-table-science-work-lab-chemistry_140725-37983.jpg", imageAlt: "Chemistry tuition teaching"
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/young-teacher-telling-two-students-about-corporate-budgeting_1262-15357.jpg", imageAlt: "Accounts and commerce learning"
},
]}
ariaLabel="Pathmadev Academy - Expert Tuition Services"
containerClassName="w-full"
/>
</div>
<div id="about" data-section="about">
<MediaAbout
title="Why Pathmadev Academy?"
description="At Pathmadev Academy, we believe in nurturing young minds with clear concepts, personalized attention, and expert guidance. Our experienced teachers focus on understanding each student's learning style, ensuring strong foundations in Maths, Physics, Chemistry, and Accounts for Classes 9-12."
tag="About Us"
tagIcon={Award}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/people-library-reading-club-learning-from-books_23-2150293573.jpg"
imageAlt="Pathmadev Academy learning environment"
buttons={[{ text: "Learn More", href: "about" }]}
useInvertedBackground={false}
ariaLabel="About Pathmadev Academy"
/>
</div>
<div id="subjects" data-section="subjects">
<FeatureBorderGlow
title="Our Core Subjects"
description="Comprehensive coaching in all major subjects for Classes 9-12, designed to build strong conceptual understanding and exam readiness."
tag="Subjects Offered"
tagIcon={Sparkles}
tagAnimation="slide-up"
features={[
{
icon: Calculator,
title: "Mathematics", description:
"Clear concept explanation, problem-solving strategies, and exam preparation techniques to master algebra, geometry, trigonometry, and calculus."
},
{
icon: Zap,
title: "Physics", description:
"Interactive explanations of mechanics, thermodynamics, electromagnetism, and optics with practical examples and exam-focused learning."
},
{
icon: Beaker,
title: "Chemistry", description:
"In-depth coverage of organic, inorganic, and physical chemistry with conceptual clarity and periodic table mastery."
},
{
icon: BookOpen,
title: "Accounts", description:
"Commerce stream specialization covering bookkeeping, ledger, trial balance, and financial statement preparation with practical application."
},
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
buttons={[{ text: "Explore Programs", href: "contact" }]}
buttonAnimation="slide-up"
ariaLabel="Core Subjects Offered"
/>
</div>
<div id="benefits" data-section="benefits">
<MetricCardThree
title="Why Parents & Students Trust Us"
description="Proven results through personalized attention, expert guidance, and a commitment to academic excellence."
tag="Our Impact"
tagIcon={TrendingUp}
tagAnimation="slide-up"
metrics={[
{ id: "1", icon: Users, title: "Active Students", value: "200+" },
{ id: "2", icon: Award, title: "Pass Rate", value: "95%+" },
{ id: "3", icon: Star, title: "Avg. Grade", value: "A/A+" },
{ id: "4", icon: Clock, title: "Years in Service", value: "10+" },
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "Join Us Today", href: "contact" }]}
buttonAnimation="slide-up"
ariaLabel="Academy Impact Metrics"
/>
</div>
<div id="pricing" data-section="pricing">
<PricingCardNine
title="Simple, Transparent Pricing"
description="Flexible coaching plans designed to fit your academic goals and budget. All plans include personal attention, concept clarity, and exam preparation."
tag="Affordable Learning"
tagIcon={DollarSign}
tagAnimation="slide-up"
plans={[
{
id: "individual", title: "Individual Coaching", price: "₹2,000", period: "/month", imageSrc:
"http://img.b2bpic.net/free-photo/aged-professor-standing-near-chalkboard-classroom_23-2148201085.jpg", imageAlt: "Individual coaching plan", button: { text: "Get in Touch", href: "tel:+919876543210" },
features: [
"One-on-one personalized sessions", "Customized learning plan", "Flexible scheduling", "Doubt clearing support", "Monthly progress report"
],
},
{
id: "small-batch", title: "Small Batch (3-5 Students)", price: "₹1,200", period: "/month", imageSrc:
"http://img.b2bpic.net/free-photo/filling-test-tubes_1098-16779.jpg", imageAlt: "Small batch learning plan", button: { text: "Get in Touch", href: "tel:+919876543210" },
features: [
"Personalized attention in small groups", "Interactive learning sessions", "Peer collaboration benefits", "Regular assessments", "Parent-teacher communication"
],
},
{
id: "subject-specific", title: "Subject-Specific Focus", price: "₹1,500", period: "/month", imageSrc:
"http://img.b2bpic.net/free-photo/front-view-young-male-chemist-white-suit-front-table-with-colored-solutions-writing-down-notes-light-table-science-work-lab-chemistry_140725-37983.jpg", imageAlt: "Subject-specific coaching plan", button: { text: "Get in Touch", href: "tel:+919876543210" },
features: [
"Deep dive into single subject", "Expert-led sessions", "Concept mastery approach", "Exam strategy training", "Revision support"
],
},
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
buttons={[{ text: "Schedule a Demo Class", href: "contact" }]}
buttonAnimation="slide-up"
ariaLabel="Pricing Plans"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTen
title="Student & Parent Success Stories"
description="Real voices from students and parents who experienced transformation through Pathmadev Academy's expert coaching."
tag="Testimonials"
tagIcon={MessageCircle}
tagAnimation="slide-up"
testimonials={[
{
id: "1", title: "Improved from 65% to 88% in Maths", quote:
"I was struggling with calculus and algebra concepts. The clear explanations and patient guidance at Pathmadev Academy completely changed my approach to mathematics. My confidence increased significantly and my board exam score exceeded my expectations!", name: "Arjun Kumar", role: "Class 12 Student", imageSrc:
"http://img.b2bpic.net/free-photo/nice-student-working-with-pencil-touchpad_1098-329.jpg", imageAlt: "Arjun Kumar, class 12 student"
},
{
id: "2", title: "My son gained confidence and clarity", quote:
"As a parent, I was concerned about my son's physics performance. The experienced tutors at Pathmadev Academy not only improved his marks but also built his confidence. The personalized attention is remarkable. I highly recommend this tuition center to other parents.", name: "Mrs. Priya Sharma", role: "Parent, Class 11 Student", imageSrc:
"http://img.b2bpic.net/free-photo/lgtbiq-family-enjoying-life-together_23-2149173418.jpg", imageAlt: "Mrs. Priya Sharma, parent"
},
{
id: "3", title: "Chemistry finally makes sense", quote:
"I used to fear chemistry and thought I wasn't cut out for science. But the tutors here broke down complex concepts into simple, understandable parts. Now I actually enjoy studying chemistry, and my grades have improved dramatically. Thank you Pathmadev Academy!", name: "Anjali Desai", role: "Class 12 Student", imageSrc:
"http://img.b2bpic.net/free-photo/happy-students-sitting-studying-outdoors-while-talking_171337-13401.jpg", imageAlt: "Anjali Desai, class 12 student"
},
{
id: "4", title: "Accounts coaching that actually works", quote:
"Commerce subjects require clarity and practice. The structured approach at Pathmadev Academy, combined with regular practice sessions and doubt-clearing classes, helped me achieve 94% in accountancy. The teachers are knowledgeable and genuinely invested in student success.", name: "Rohit Nair", role: "Class 12 Commerce Student", imageSrc:
"http://img.b2bpic.net/free-photo/indoor-shot-focused-handsome-stylish-black-european-university-student-having-serious-concentrated-face-expression-while-learning-lesson-cafe-morning-solving-mathematical-problems_273609-7423.jpg", imageAlt: "Rohit Nair, commerce student"
},
]}
textboxLayout="default"
useInvertedBackground={false}
buttons={[{ text: "Start Your Journey", href: "contact" }]}
buttonAnimation="slide-up"
ariaLabel="Student and Parent Testimonials"
/>
</div>
<div id="contact" data-section="contact">
<ContactText
text="Ready to transform your academic journey? Get in touch with Pathmadev Academy today for a personalized consultation or schedule a free demo class."
animationType="reveal-blur"
background={{ variant: "radial-gradient" }}
useInvertedBackground={true}
buttons={[
{ text: "Call Now: +91 98765 43210", href: "tel:+919876543210" },
{
text: "WhatsApp Us", href: "https://wa.me/919876543210?text=Hello%20Pathmadev%20Academy%2C%20I%20would%20like%20to%20know%20more%20about%20your%20tuition%20services"
},
]}
ariaLabel="Contact Section"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
columns={[
{
title: "Academy", items: [
{ label: "About Us", href: "#about" },
{ label: "Our Programs", href: "#subjects" },
{ label: "Pricing", href: "#pricing" },
{ label: "Testimonials", href: "#testimonials" },
],
},
{
title: "Contact", items: [
{ label: "Phone: +91 98765 43210", href: "tel:+919876543210" },
{
label: "Email: info@pathmadev.com", href: "mailto:info@pathmadev.com"
},
{ label: "Location: Choolaimedu, Chennai", href: "#" },
{
label: "WhatsApp Support", href: "https://wa.me/919876543210"
},
],
},
{
title: "Subjects", items: [
{ label: "Mathematics", href: "#subjects" },
{ label: "Physics", href: "#subjects" },
{ label: "Chemistry", href: "#subjects" },
{ label: "Accounts", href: "#subjects" },
],
},
]}
copyrightText="© 2025 Pathmadev Academy | Expert Tuition for Classes 9-12 in Choolaimedu, Chennai"
ariaLabel="Footer"
/>
</div>
</ThemeProvider>
);
}