diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 24b2d4b..1e3ac8b 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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 (
-
+
-
- +
); -} \ No newline at end of file +} diff --git a/src/app/admissions/page.tsx b/src/app/admissions/page.tsx index 167a0d1..4701feb 100644 --- a/src/app/admissions/page.tsx +++ b/src/app/admissions/page.tsx @@ -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" > ); -} \ No newline at end of file +} diff --git a/src/app/campuses/page.tsx b/src/app/campuses/page.tsx index 753e17b..80f90f9 100644 --- a/src/app/campuses/page.tsx +++ b/src/app/campuses/page.tsx @@ -139,4 +139,4 @@ export default function CampusesPage() {
); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 0767f59..9106ecd 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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 ( - - - - - {children} - + + {children}