Rohith Training Academy Website html code

import React from "react"; import { motion } from "framer-motion"; import { Card, CardContent } from "@/components/ui/card"; import { Button } from "@/components/ui/button"; import { BookOpen, Users, Trophy, Phone } from "lucide-react"; export default function RohithTrainingAcademy() { return (
{/* Hero Section */}
Rohith Training Academy

Empowering Students in Mathematics, Science, Programming, Chess, Technology & Engineering

{/* About Section */}

About Us

Rohith Training Academy provides high-quality coaching in Mathematics, Science, Programming, Chess, Technology, and Engineering. We focus on conceptual clarity, problem-solving skills, and real-world application to help students excel academically and professionally.

{/* Courses Section */}

Our Courses

Mathematics

Strong foundation in algebra, geometry, calculus, and competitive exam preparation.

Science

Comprehensive Physics, Chemistry, and Biology coaching with practical examples.

Programming

Learn Python, Java, Web Development, and Data Analytics with real-world projects.

Chess Training

Professional chess coaching covering tactics, strategy, openings, endgames, and tournament preparation for all levels.

Technology

Training in emerging technologies including AI, Data Science, Cybersecurity, and Software Development with hands-on projects.

Engineering

Core engineering concepts, problem-solving techniques, and preparation for competitive and technical examinations.

{/* Why Choose Us */}

Why Choose Us?

Experienced Faculty

Qualified instructors with practical teaching and industry experience.

Personal Attention

Small batch sizes ensuring individual focus and mentorship.

Practical Learning

Hands-on projects, assignments, and real-world problem solving.

Result-Oriented Approach

Focused preparation for exams and career advancement.

{/* Contact Section */}

Contact Us

Have questions? Reach out to us today.

{/* Footer */}

© {new Date().getFullYear()} Rohith Training Academy. All rights reserved.

); }

Comments