Merge version_1 into main #3

Merged
bender merged 5 commits from version_1 into main 2026-03-06 13:41:01 +00:00
5 changed files with 188 additions and 473 deletions

View File

@@ -1,15 +1,49 @@
"use client";
import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import MediaAbout from "@/components/sections/about/MediaAbout";
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
import ProductCardFour from "@/components/sections/product/ProductCardFour";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Award, Zap, MessageCircle } from "lucide-react";
import Link from "next/link";
import { Award, Zap, Mail } from "lucide-react";
export default function AboutPage() {
const navItems = [
{ name: "About", id: "about" },
{ name: "Admissions", id: "admissions" },
{ name: "Campuses", id: "campuses" },
{ name: "Contact", id: "contact" },
{ name: "Enquire Now", id: "enquiry" },
];
const footerColumns = [
{
title: "Campuses", items: [
{ label: "Patel Nagar", href: "tel:+919848347621" },
{ label: "Amberpet", href: "tel:+919848347616" },
{ label: "Old Patel Nagar", href: "#" },
],
},
{
title: "Quick Links", items: [
{ label: "About Us", href: "#about" },
{ label: "Admissions", href: "#admissions" },
{ label: "Facilities", href: "#facilities" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Contact", items: [
{ label: "Phone: 098483 47621", href: "tel:+919848347621" },
{ label: "Phone: 098483 47616", href: "tel:+919848347616" },
{ label: "Email: info@gandhihighschool.edu", href: "mailto:info@gandhihighschool.edu" },
],
},
];
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
@@ -17,49 +51,34 @@ export default function AboutPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="largeSmall"
background="grid"
cardStyle="gradient-bordered"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="radial-glow"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="semibold"
>
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="Gandhi High School"
navItems={[
{ name: "About", id: "about" },
{ name: "Admissions", id: "admissions" },
{ name: "Campuses", id: "campuses" },
{ name: "Contact", id: "contact" },
{ name: "Enquire Now", id: "enquiry" },
]}
/>
<NavbarStyleApple brandName="Gandhi High School" navItems={navItems} />
</div>
<div id="about" data-section="about">
<MediaAbout
title="Our Mission & Values"
description="At Gandhi High School, we believe in nurturing not just minds, but characters. Our mission is to provide a comprehensive education that develops critical thinking, ethical values, and a passion for lifelong learning. We create an environment where every student can discover their potential and contribute meaningfully to society."
tag="Educational Philosophy"
title="Why Choose Gandhi High School?"
description="We are committed to nurturing well-rounded individuals through a blend of rigorous academics, character building, and holistic development. Our experienced faculty, safe campus environment, and focus on student achievement have made us the trusted choice for families across Hyderabad."
tag="Our Commitment"
tagIcon={Award}
imageSrc="http://img.b2bpic.net/free-photo/long-shot-man-running-outdoors_23-2149033525.jpg?_wi=2"
imageAlt="Gandhi High School mission"
mediaAnimation="slide-up"
buttons={[
{
text: "Explore Campuses",
href: "/",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/long-shot-man-running-outdoors_23-2149033525.jpg"
imageAlt="Gandhi High School campus"
buttons={[{ text: "Visit Our Campus", href: "/campuses" }]}
useInvertedBackground={true}
/>
</div>
<div id="strengths" data-section="strengths">
<div id="features" data-section="features">
<FeatureCardEight
title="What Sets Us Apart"
description="Excellence in education through innovative teaching and student-centered learning"
tag="Our Excellence"
title="Our Strengths"
description="Discover what makes Gandhi High School the preferred choice for quality education"
tag="Educational Excellence"
tagIcon={Zap}
tagAnimation="slide-up"
textboxLayout="default"
@@ -67,154 +86,43 @@ export default function AboutPage() {
features={[
{
id: 1,
title: "Holistic Development",
description: "We focus on developing students academically, emotionally, and socially to create well-rounded individuals prepared for life's challenges.",
imageSrc: "http://img.b2bpic.net/free-photo/profile-woman-girl-looking-each-other_259150-58189.jpg?_wi=3",
},
title: "Experienced Faculty", description: "Highly qualified teachers with expertise in modern pedagogy and dedicated to student success", imageSrc: "http://img.b2bpic.net/free-photo/profile-woman-girl-looking-each-other_259150-58189.jpg", imageAlt: "School library"},
{
id: 2,
title: "Expert Faculty",
description: "Our highly qualified teachers bring years of experience and a passion for education, employing modern pedagogical methods and personalized attention.",
imageSrc: "http://img.b2bpic.net/free-vector/scientists-working_23-2148484251.jpg?_wi=3",
},
title: "Strong Academic Curriculum", description: "Comprehensive curriculum balancing traditional academics with critical thinking and problem-solving skills", imageSrc: "http://img.b2bpic.net/free-vector/scientists-working_23-2148484251.jpg", imageAlt: "Science lab"},
{
id: 3,
title: "Community & Belonging",
description: "We foster a strong sense of community where students feel safe, valued, and encouraged to express their ideas and celebrate their achievements.",
imageSrc: "http://img.b2bpic.net/free-photo/students-using-digital-devices-park_23-2147850718.jpg",
},
title: "Safe & Disciplined Environment", description: "Well-maintained secure campus with clear disciplinary policies and round-the-clock monitoring", imageSrc: "http://img.b2bpic.net/free-photo/floor-with-tree_1127-3561.jpg", imageAlt: "Campus building"},
]}
buttonAnimation="slide-up"
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
title="Why Families Choose Us"
description="Real stories from parents and students who have experienced the Gandhi High School difference"
tag="Success Stories"
tagIcon={MessageCircle}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
animationType="slide-up"
testimonials={[
{
id: "1",
name: "Rajesh Kumar",
handle: "Parent since 2019",
testimonial: "The transformation in my child has been remarkable. Not just academically, but in confidence and character. The school truly cares about each student's growth.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mother-daughter-kitchen_1170-2652.jpg?_wi=3",
imageAlt: "Rajesh Kumar",
},
{
id: "2",
name: "Priya Sharma",
handle: "Parent since 2020",
testimonial: "My daughter loves going to school every day. The teachers are supportive, the facilities are excellent, and most importantly, she's learning and having fun.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept_74855-22937.jpg?_wi=3",
imageAlt: "Priya Sharma",
},
{
id: "3",
name: "Vikram Patel",
handle: "Parent since 2021",
testimonial: "We chose Gandhi High School for its reputation and haven't regretted it. The discipline, academics, and values taught here are exactly what we wanted for our child.",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-senior-woman-standing-white-isolated-background-shouting-with-crazy-expression-doing-rock-symbol-with-hands-up-music-star-heavy-concept_839833-17029.jpg?_wi=3",
imageAlt: "Vikram Patel",
},
{
id: "4",
name: "Anjali Desai",
handle: "Parent since 2018",
testimonial: "The school's holistic approach has helped my child become more confident and well-rounded. I appreciate the balance between academics and extracurricular activities.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-digital-tablet-office_329181-12373.jpg?_wi=2",
imageAlt: "Anjali Desai",
},
{
id: "5",
name: "Suresh Reddy",
handle: "Parent since 2022",
testimonial: "Great transition experience for my child. The support from teachers and staff made the adjustment smooth. My child is thriving academically and socially.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mother-daughter-embracing-each-other-living-r_1170-2680.jpg?_wi=2",
imageAlt: "Suresh Reddy",
},
{
id: "6",
name: "Deepa Nair",
handle: "Parent since 2019",
testimonial: "The facilities are top-notch and the teaching quality is outstanding. My child's interest in learning has grown tremendously since joining Gandhi High School.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-daughter-taking-selfie-with-her-mother-outdoors_23-2148992161.jpg?_wi=2",
imageAlt: "Deepa Nair",
},
]}
speed={40}
<div id="contact" data-section="contact">
<ContactSplit
tag="Get in Touch"
tagIcon={Mail}
title="Enquire About Admissions"
description="Fill out the form below to request information about admissions at Gandhi High School. Our team will contact you within 24 hours."
background={{ variant: "radial-gradient" }}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-vector/registration-form-template-with-flat-design_23-2147977849.jpg"
imageAlt="Admissions enquiry form"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="Enter your email address"
buttonText="Send Enquiry"
termsText="We respect your privacy. Your information will be used only for admissions enquiries."
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
logoText="Gandhi High School"
columns={[
{
title: "Campuses",
items: [
{
label: "Patel Nagar",
href: "tel:+919848347621",
},
{
label: "Amberpet",
href: "tel:+919848347616",
},
{
label: "Old Patel Nagar",
href: "#",
},
],
},
{
title: "Quick Links",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Admissions",
href: "#admissions",
},
{
label: "Facilities",
href: "#facilities",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
title: "Contact",
items: [
{
label: "Phone: 098483 47621",
href: "tel:+919848347621",
},
{
label: "Phone: 098483 47616",
href: "tel:+919848347616",
},
{
label: "Email: info@gandhihighschool.edu",
href: "mailto:info@gandhihighschool.edu",
},
],
},
]}
columns={footerColumns}
copyrightText="© 2025 Gandhi High School. All rights reserved."
/>
</div>
</ThemeProvider>
);
}
}

View File

@@ -3,11 +3,12 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import MediaAbout from "@/components/sections/about/MediaAbout";
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
import ProductCardFour from "@/components/sections/product/ProductCardFour";
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterBase from "@/components/sections/footer/FooterBase";
import Link from "next/link";
import { Award, Zap, Mail } from "lucide-react";
import { Award, MessageCircle, Mail } from "lucide-react";
export default function AdmissionsPage() {
const navItems = [
@@ -20,16 +21,14 @@ export default function AdmissionsPage() {
const footerColumns = [
{
title: "Campuses",
items: [
title: "Campuses", items: [
{ label: "Patel Nagar", href: "tel:+919848347621" },
{ label: "Amberpet", href: "tel:+919848347616" },
{ label: "Old Patel Nagar", href: "#" },
],
},
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "About Us", href: "#about" },
{ label: "Admissions", href: "#admissions" },
{ label: "Facilities", href: "#facilities" },
@@ -37,8 +36,7 @@ export default function AdmissionsPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Phone: 098483 47621", href: "tel:+919848347621" },
{ label: "Phone: 098483 47616", href: "tel:+919848347616" },
{ label: "Email: info@gandhihighschool.edu", href: "mailto:info@gandhihighschool.edu" },
@@ -53,10 +51,10 @@ export default function AdmissionsPage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="largeSmall"
background="grid"
cardStyle="gradient-bordered"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="radial-glow"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="semibold"
>
<div id="nav" data-section="nav">
@@ -65,48 +63,42 @@ export default function AdmissionsPage() {
<div id="admissions" data-section="admissions">
<MediaAbout
title="Admissions Process at Gandhi High School"
description="We believe in transparent, merit-based admissions that identify talented students eager to excel. Our comprehensive admissions process ensures the right fit for both students and our school community."
tag="How to Apply"
title="Admissions Information"
description="We welcome applications from students seeking quality education in a nurturing environment. Our admissions process is transparent and merit-based, focusing on academic potential and personality development."
tag="Join Our Community"
tagIcon={Award}
imageSrc="http://img.b2bpic.net/free-photo/long-shot-man-running-outdoors_23-2149033525.jpg?_wi=3"
imageAlt="Gandhi High School Patel Nagar campus"
mediaAnimation="slide-up"
buttons={[{ text: "Apply Online", href: "#enquiry" }]}
imageSrc="http://img.b2bpic.net/free-photo/long-shot-man-running-outdoors_23-2149033525.jpg"
imageAlt="Gandhi High School campus"
buttons={[{ text: "Apply Now", href: "#enquiry" }]}
useInvertedBackground={true}
/>
</div>
<div id="admissions-process" data-section="admissions-process">
<FeatureCardEight
features={[
{
id: 1,
title: "Submit Application",
description: "Fill out the online application form with your child's academic details and personal information. Required documents include previous school transcripts and identification proof.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-kids-spending-time-school_23-2150401345.jpg?_wi=3",
},
{
id: 2,
title: "Written Test & Interview",
description: "Eligible candidates appear for our entrance assessment covering academics and reasoning. Parents attend a separate counseling session to understand our educational philosophy.",
imageSrc: "http://img.b2bpic.net/free-photo/profile-woman-girl-looking-each-other_259150-58189.jpg?_wi=4",
},
{
id: 3,
title: "Merit Review & Selection",
description: "Our admissions committee reviews all application materials, test scores, and interview feedback. Final selection is based on merit and school values alignment.",
imageSrc: "http://img.b2bpic.net/free-vector/scientists-working_23-2148484251.jpg?_wi=4",
},
]}
title="Admissions Steps"
description="A straightforward process designed to identify the right students for our school"
tag="Transparent Selection"
tagIcon={Zap}
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
title="Parent Testimonials"
description="Hear from families who trust us with their children's education"
tag="Parent Voices"
tagIcon={MessageCircle}
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
buttonAnimation="slide-up"
animationType="slide-up"
testimonials={[
{
id: "1", name: "Rajesh Kumar", handle: "Class VIII Parent", testimonial: "Exceptional teachers and a disciplined environment. My child's academic performance has improved remarkably. Highly satisfied with the holistic development approach.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mother-daughter-kitchen_1170-2652.jpg", imageAlt: "Rajesh Kumar"},
{
id: "2", name: "Priya Sharma", handle: "Class X Parent", testimonial: "Outstanding facilities and faculty. The co-curricular activities have boosted my daughter's confidence and overall personality.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept_74855-22937.jpg", imageAlt: "Priya Sharma"},
{
id: "3", name: "Vikram Patel", handle: "Class VI Parent", testimonial: "Safe, nurturing environment with highly qualified faculty. My son has truly flourished here. Couldn't have made a better choice.", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-senior-woman-standing-white-isolated-background-shouting-with-crazy-expression-doing-rock-symbol-with-hands-up-music-star-heavy-concept_839833-17029.jpg", imageAlt: "Vikram Patel"},
{
id: "4", name: "Anjali Desai", handle: "Class IX Parent", testimonial: "Excellent academic standards combined with character building. The teachers genuinely care about each student's progress and well-being.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-digital-tablet-office_329181-12373.jpg", imageAlt: "Anjali Desai"},
{
id: "5", name: "Suresh Reddy", handle: "Class VII Parent", testimonial: "Great campus facilities and strong focus on academics. My child has made wonderful friends and developed excellent study habits.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mother-daughter-embracing-each-other-living-r_1170-2680.jpg", imageAlt: "Suresh Reddy"},
{
id: "6", name: "Deepa Nair", handle: "Class VIII Parent", testimonial: "Professional management and caring staff. The balance between academics and extracurricular activities is perfect for holistic development.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-daughter-taking-selfie-with-her-mother-outdoors_23-2148992161.jpg", imageAlt: "Deepa Nair"},
]}
speed={40}
/>
</div>
@@ -115,10 +107,10 @@ export default function AdmissionsPage() {
tag="Get in Touch"
tagIcon={Mail}
title="Enquire About Admissions"
description="Fill out the form below to request information about admissions at Gandhi High School. Our team will contact you within 24 hours with program details and next steps."
description="Fill out the form below to request information about admissions at Gandhi High School. Our team will contact you within 24 hours."
background={{ variant: "radial-gradient" }}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-vector/registration-form-template-with-flat-design_23-2147977849.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-vector/registration-form-template-with-flat-design_23-2147977849.jpg"
imageAlt="Admissions enquiry form"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -137,4 +129,4 @@ export default function AdmissionsPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -139,4 +139,4 @@ export default function CampusesPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -1,74 +1,17 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Public_Sans } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const publicSans = Public_Sans({
variable: "--font-public-sans",
subsets: ["latin"],
});
import "./styles/globals.css";
export const metadata: Metadata = {
title: "Gandhi High School - Quality Education for Bright Futures",
description: "Trusted school in Patel Nagar & Amberpet. Admissions open. Expert faculty, safe campus, strong academics. Enrol today!",
keywords: "school near me, high school admissions, English medium school, quality education Hyderabad, school in Patel Nagar, school in Amberpet",
metadataBase: new URL("https://www.gandhihighschool.edu"),
alternates: {
canonical: "https://www.gandhihighschool.edu",
},
openGraph: {
title: "Gandhi High School - Quality Education & Safe Learning Environment",
description: "Discover excellence in education. Admissions open. Expert faculty, modern facilities, holistic student development.",
url: "https://www.gandhihighschool.edu",
siteName: "Gandhi High School",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/medium-shot-kids-spending-time-school_23-2150401345.jpg",
alt: "Gandhi High School - Classroom Learning",
},
],
},
twitter: {
card: "summary_large_image",
title: "Gandhi High School - Quality Education for Your Child",
description: "Admissions open! Expert faculty, safe campus, proven academics. Enrol at Gandhi High School.",
images: ["http://img.b2bpic.net/free-photo/medium-shot-kids-spending-time-school_23-2150401345.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "Gandhi High School - Quality Education for a Bright Future", description: "Trusted by families in Patel Nagar and Amberpet for academic excellence, student development, and a safe learning environment. Transform your child's potential into achievement with Gandhi High School.", keywords: "school, education, admissions, academics, Hyderabad"};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${publicSans.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1436,7 +1379,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}
}

View File

@@ -1,6 +1,5 @@
"use client";
import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple";
import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial";
@@ -10,9 +9,43 @@ import ProductCardFour from "@/components/sections/product/ProductCardFour";
import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterBase from "@/components/sections/footer/FooterBase";
import Link from "next/link";
import { Sparkles, Award, Zap, MessageCircle, Mail } from "lucide-react";
export default function HomePage() {
const navItems = [
{ name: "About", id: "about" },
{ name: "Admissions", id: "admissions" },
{ name: "Campuses", id: "campuses" },
{ name: "Contact", id: "contact" },
{ name: "Enquire Now", id: "enquiry" },
];
const footerColumns = [
{
title: "Campuses", items: [
{ label: "Patel Nagar", href: "tel:+919848347621" },
{ label: "Amberpet", href: "tel:+919848347616" },
{ label: "Old Patel Nagar", href: "#" },
],
},
{
title: "Quick Links", items: [
{ label: "About Us", href: "#about" },
{ label: "Admissions", href: "#admissions" },
{ label: "Facilities", href: "#facilities" },
{ label: "Contact", href: "#contact" },
],
},
{
title: "Contact", items: [
{ label: "Phone: 098483 47621", href: "tel:+919848347621" },
{ label: "Phone: 098483 47616", href: "tel:+919848347616" },
{ label: "Email: info@gandhihighschool.edu", href: "mailto:info@gandhihighschool.edu" },
],
},
];
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
@@ -20,23 +53,14 @@ export default function HomePage() {
borderRadius="soft"
contentWidth="mediumLarge"
sizing="largeSmall"
background="grid"
cardStyle="gradient-bordered"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="radial-glow"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="semibold"
>
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="Gandhi High School"
navItems={[
{ name: "About", id: "about" },
{ name: "Admissions", id: "admissions" },
{ name: "Campuses", id: "campuses" },
{ name: "Contact", id: "contact" },
{ name: "Enquire Now", id: "enquiry" },
]}
/>
<NavbarStyleApple brandName="Gandhi High School" navItems={navItems} />
</div>
<div id="hero" data-section="hero">
@@ -45,44 +69,24 @@ export default function HomePage() {
description="Trusted by families in Patel Nagar and Amberpet for academic excellence, student development, and a safe learning environment. Transform your child's potential into achievement with Gandhi High School."
tag="Excellence in Education"
tagIcon={Sparkles}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-kids-spending-time-school_23-2150401345.jpg?_wi=1"
background={{ variant: "glowing-orb" }}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-kids-spending-time-school_23-2150401345.jpg"
imageAlt="Students engaged in quality classroom learning"
mediaAnimation="slide-up"
testimonials={[
{
name: "Rajesh Kumar",
handle: "Parent of Class VIII student",
testimonial: "Exceptional teachers and a disciplined environment. My child's academic performance has improved remarkably.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mother-daughter-kitchen_1170-2652.jpg?_wi=1",
imageAlt: "Parent testimonial",
},
name: "Rajesh Kumar", handle: "Parent of Class VIII student", testimonial: "Exceptional teachers and a disciplined environment. My child's academic performance has improved remarkably.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mother-daughter-kitchen_1170-2652.jpg", imageAlt: "Parent testimonial"},
{
name: "Priya Sharma",
handle: "Parent of Class X student",
testimonial: "Outstanding holistic development approach. The co-curricular activities have boosted my daughter's confidence.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept_74855-22937.jpg?_wi=1",
imageAlt: "Parent testimonial",
},
name: "Priya Sharma", handle: "Parent of Class X student", testimonial: "Outstanding holistic development approach. The co-curricular activities have boosted my daughter's confidence.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept_74855-22937.jpg", imageAlt: "Parent testimonial"},
{
name: "Vikram Patel",
handle: "Parent of Class VI student",
testimonial: "Safe, nurturing campus environment with highly qualified faculty. Couldn't have made a better choice.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-senior-woman-standing-white-isolated-background-shouting-with-crazy-expression-doing-rock-symbol-with-hands-up-music-star-heavy-concept_839833-17029.jpg?_wi=1",
imageAlt: "Parent testimonial",
},
name: "Vikram Patel", handle: "Parent of Class VI student", testimonial: "Safe, nurturing campus environment with highly qualified faculty. Couldn't have made a better choice.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-senior-woman-standing-white-isolated-background-shouting-with-crazy-expression-doing-rock-symbol-with-hands-up-music-star-heavy-concept_839833-17029.jpg", imageAlt: "Parent testimonial"},
]}
buttons={[
{
text: "Call Now",
href: "tel:+919848347621",
},
{
text: "Enquire About Admissions",
href: "#enquiry",
},
{ text: "Call Now", href: "tel:+919848347621" },
{ text: "Enquire About Admissions", href: "#enquiry" },
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
@@ -95,15 +99,9 @@ export default function HomePage() {
description="We are committed to nurturing well-rounded individuals through a blend of rigorous academics, character building, and holistic development. Our experienced faculty, safe campus environment, and focus on student achievement have made us the trusted choice for families across Hyderabad."
tag="Our Commitment"
tagIcon={Award}
imageSrc="http://img.b2bpic.net/free-photo/long-shot-man-running-outdoors_23-2149033525.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/long-shot-man-running-outdoors_23-2149033525.jpg"
imageAlt="Gandhi High School campus"
mediaAnimation="slide-up"
buttons={[
{
text: "Visit Our Campus",
href: "/about",
},
]}
buttons={[{ text: "Visit Our Campus", href: "/campuses" }]}
useInvertedBackground={true}
/>
</div>
@@ -120,22 +118,13 @@ export default function HomePage() {
features={[
{
id: 1,
title: "Experienced Faculty",
description: "Highly qualified teachers with expertise in modern pedagogy and dedicated to student success",
imageSrc: "http://img.b2bpic.net/free-photo/profile-woman-girl-looking-each-other_259150-58189.jpg?_wi=1",
},
title: "Experienced Faculty", description: "Highly qualified teachers with expertise in modern pedagogy and dedicated to student success", imageSrc: "http://img.b2bpic.net/free-photo/profile-woman-girl-looking-each-other_259150-58189.jpg", imageAlt: "School library"},
{
id: 2,
title: "Strong Academic Curriculum",
description: "Comprehensive curriculum balancing traditional academics with critical thinking and problem-solving skills",
imageSrc: "http://img.b2bpic.net/free-vector/scientists-working_23-2148484251.jpg?_wi=1",
},
title: "Strong Academic Curriculum", description: "Comprehensive curriculum balancing traditional academics with critical thinking and problem-solving skills", imageSrc: "http://img.b2bpic.net/free-vector/scientists-working_23-2148484251.jpg", imageAlt: "Science lab"},
{
id: 3,
title: "Safe & Disciplined Environment",
description: "Well-maintained secure campus with clear disciplinary policies and round-the-clock monitoring",
imageSrc: "http://img.b2bpic.net/free-photo/floor-with-tree_1127-3561.jpg?_wi=1",
},
title: "Safe & Disciplined Environment", description: "Well-maintained secure campus with clear disciplinary policies and round-the-clock monitoring", imageSrc: "http://img.b2bpic.net/free-photo/floor-with-tree_1127-3561.jpg", imageAlt: "Campus building"},
]}
buttonAnimation="slide-up"
/>
@@ -153,37 +142,13 @@ export default function HomePage() {
animationType="slide-up"
products={[
{
id: "1",
name: "Spacious Classrooms",
price: "Interactive Learning",
variant: "Well-lit & equipped",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-kids-spending-time-school_23-2150401345.jpg?_wi=2",
imageAlt: "Modern spacious classroom",
},
id: "1", name: "Spacious Classrooms", price: "Interactive Learning", variant: "Well-lit & equipped", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-kids-spending-time-school_23-2150401345.jpg", imageAlt: "Modern spacious classroom"},
{
id: "2",
name: "Science Labs",
price: "Hands-on Learning",
variant: "Fully equipped",
imageSrc: "http://img.b2bpic.net/free-vector/scientists-working_23-2148484251.jpg?_wi=2",
imageAlt: "Science laboratory",
},
id: "2", name: "Science Labs", price: "Hands-on Learning", variant: "Fully equipped", imageSrc: "http://img.b2bpic.net/free-vector/scientists-working_23-2148484251.jpg", imageAlt: "Science laboratory"},
{
id: "3",
name: "Digital Library",
price: "Resource Center",
variant: "Books & e-resources",
imageSrc: "http://img.b2bpic.net/free-photo/profile-woman-girl-looking-each-other_259150-58189.jpg?_wi=2",
imageAlt: "School library",
},
id: "3", name: "Digital Library", price: "Resource Center", variant: "Books & e-resources", imageSrc: "http://img.b2bpic.net/free-photo/profile-woman-girl-looking-each-other_259150-58189.jpg", imageAlt: "School library"},
{
id: "4",
name: "Playground",
price: "Sports & Recreation",
variant: "Multiple sports",
imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-passing-soccer-ball_23-2148355365.jpg?_wi=1",
imageAlt: "School playground",
},
id: "4", name: "Playground", price: "Sports & Recreation", variant: "Multiple sports", imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-passing-soccer-ball_23-2148355365.jpg", imageAlt: "School playground"},
]}
buttonAnimation="slide-up"
/>
@@ -201,53 +166,17 @@ export default function HomePage() {
animationType="slide-up"
testimonials={[
{
id: "1",
name: "Rajesh Kumar",
handle: "Class VIII Parent",
testimonial: "Exceptional teachers and a disciplined environment. My child's academic performance has improved remarkably. Highly satisfied with the holistic development approach.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mother-daughter-kitchen_1170-2652.jpg?_wi=2",
imageAlt: "Rajesh Kumar",
},
id: "1", name: "Rajesh Kumar", handle: "Class VIII Parent", testimonial: "Exceptional teachers and a disciplined environment. My child's academic performance has improved remarkably. Highly satisfied with the holistic development approach.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mother-daughter-kitchen_1170-2652.jpg", imageAlt: "Rajesh Kumar"},
{
id: "2",
name: "Priya Sharma",
handle: "Class X Parent",
testimonial: "Outstanding facilities and faculty. The co-curricular activities have boosted my daughter's confidence and overall personality.",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept_74855-22937.jpg?_wi=2",
imageAlt: "Priya Sharma",
},
id: "2", name: "Priya Sharma", handle: "Class X Parent", testimonial: "Outstanding facilities and faculty. The co-curricular activities have boosted my daughter's confidence and overall personality.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-gay-official-suit-looking-camera-front-view-bearded-caucasian-man-smiling-camera-getting-dressed-wedding-ceremony-with-lover-lgbt-love-marriage-concept_74855-22937.jpg", imageAlt: "Priya Sharma"},
{
id: "3",
name: "Vikram Patel",
handle: "Class VI Parent",
testimonial: "Safe, nurturing environment with highly qualified faculty. My son has truly flourished here. Couldn't have made a better choice.",
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-senior-woman-standing-white-isolated-background-shouting-with-crazy-expression-doing-rock-symbol-with-hands-up-music-star-heavy-concept_839833-17029.jpg?_wi=2",
imageAlt: "Vikram Patel",
},
id: "3", name: "Vikram Patel", handle: "Class VI Parent", testimonial: "Safe, nurturing environment with highly qualified faculty. My son has truly flourished here. Couldn't have made a better choice.", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-senior-woman-standing-white-isolated-background-shouting-with-crazy-expression-doing-rock-symbol-with-hands-up-music-star-heavy-concept_839833-17029.jpg", imageAlt: "Vikram Patel"},
{
id: "4",
name: "Anjali Desai",
handle: "Class IX Parent",
testimonial: "Excellent academic standards combined with character building. The teachers genuinely care about each student's progress and well-being.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-digital-tablet-office_329181-12373.jpg?_wi=1",
imageAlt: "Anjali Desai",
},
id: "4", name: "Anjali Desai", handle: "Class IX Parent", testimonial: "Excellent academic standards combined with character building. The teachers genuinely care about each student's progress and well-being.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-digital-tablet-office_329181-12373.jpg", imageAlt: "Anjali Desai"},
{
id: "5",
name: "Suresh Reddy",
handle: "Class VII Parent",
testimonial: "Great campus facilities and strong focus on academics. My child has made wonderful friends and developed excellent study habits.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-mother-daughter-embracing-each-other-living-r_1170-2680.jpg?_wi=1",
imageAlt: "Suresh Reddy",
},
id: "5", name: "Suresh Reddy", handle: "Class VII Parent", testimonial: "Great campus facilities and strong focus on academics. My child has made wonderful friends and developed excellent study habits.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-mother-daughter-embracing-each-other-living-r_1170-2680.jpg", imageAlt: "Suresh Reddy"},
{
id: "6",
name: "Deepa Nair",
handle: "Class VIII Parent",
testimonial: "Professional management and caring staff. The balance between academics and extracurricular activities is perfect for holistic development.",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-daughter-taking-selfie-with-her-mother-outdoors_23-2148992161.jpg?_wi=1",
imageAlt: "Deepa Nair",
},
id: "6", name: "Deepa Nair", handle: "Class VIII Parent", testimonial: "Professional management and caring staff. The balance between academics and extracurricular activities is perfect for holistic development.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-daughter-taking-selfie-with-her-mother-outdoors_23-2148992161.jpg", imageAlt: "Deepa Nair"},
]}
speed={40}
/>
@@ -261,7 +190,7 @@ export default function HomePage() {
description="Fill out the form below to request information about admissions at Gandhi High School. Our team will contact you within 24 hours."
background={{ variant: "radial-gradient" }}
useInvertedBackground={true}
imageSrc="http://img.b2bpic.net/free-vector/registration-form-template-with-flat-design_23-2147977849.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-vector/registration-form-template-with-flat-design_23-2147977849.jpg"
imageAlt="Admissions enquiry form"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -274,66 +203,10 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterBase
logoText="Gandhi High School"
columns={[
{
title: "Campuses",
items: [
{
label: "Patel Nagar",
href: "tel:+919848347621",
},
{
label: "Amberpet",
href: "tel:+919848347616",
},
{
label: "Old Patel Nagar",
href: "#",
},
],
},
{
title: "Quick Links",
items: [
{
label: "About Us",
href: "#about",
},
{
label: "Admissions",
href: "#admissions",
},
{
label: "Facilities",
href: "#facilities",
},
{
label: "Contact",
href: "#contact",
},
],
},
{
title: "Contact",
items: [
{
label: "Phone: 098483 47621",
href: "tel:+919848347621",
},
{
label: "Phone: 098483 47616",
href: "tel:+919848347616",
},
{
label: "Email: info@gandhihighschool.edu",
href: "mailto:info@gandhihighschool.edu",
},
],
},
]}
columns={footerColumns}
copyrightText="© 2025 Gandhi High School. All rights reserved."
/>
</div>
</ThemeProvider>
);
}
}