diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 9830cbf..b38e19b 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -1,52 +1,28 @@
import type { Metadata } from "next";
-import { Halant } from "next/font/google";
-import { Inter } from "next/font/google";
+import { Geist, Geist_Mono } 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 geist = Geist({
+ variable: "--font-geist-sans", subsets: ["latin"],
});
-const inter = Inter({
- variable: "--font-inter", subsets: ["latin"],
+const geistMono = Geist_Mono({
+ variable: "--font-geist-mono", subsets: ["latin"],
});
export const metadata: Metadata = {
- title: "D.A.V. Inter College Mau - Best School for Class 6-12", description: "Trusted inter college in Mau offering quality education for Class 6-12 under UP Board. Affordable fees, modern facilities, experienced faculty. 4.1★ rating. Admissions open.", keywords: "school in Mau, best college Mau, UP board school, class 6-12 admission, education Mau, affordable school fees, inter college", metadataBase: new URL("https://www.davcollege-mau.edu.in"),
- alternates: {
- canonical: "https://www.davcollege-mau.edu.in"},
- openGraph: {
- title: "D.A.V. Inter College Mau - Quality Education for Your Future", description: "Enroll in Mau's most trusted inter college. Expert faculty, modern facilities, affordable fees. Join hundreds of successful students.", url: "https://www.davcollege-mau.edu.in", siteName: "D.A.V. Inter College Mau", type: "website", images: [
- {
- url: "https://www.davcollege-mau.edu.in/og-hero.jpg", alt: "D.A.V. Inter College Building"},
- ],
- },
- twitter: {
- card: "summary_large_image", title: "D.A.V. Inter College Mau - Quality Education", description: "Trusted school for Class 6-12 in Mau with affordable fees and modern facilities. Admissions open.", images: ["https://www.davcollege-mau.edu.in/twitter-hero.jpg"],
- },
- robots: {
- index: true,
- follow: true,
- },
-};
+ title: "D.A.V. Inter College", description: "Quality education for Class 6-12 in Mau"};
export default function RootLayout({
children,
-}: Readonly<{
+}: {
children: React.ReactNode;
-}>) {
+}) {
return (
-
-
-
-
- {children}
-
+
+
+ {children}
+
-
);
}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 73caad9..7d02250 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -52,13 +52,16 @@ export default function LandingPage() {
testimonials={[
{
name: "Priya Singh", handle: "Student, Class 11", testimonial: "A good and genuine place for boys and girls education. The teachers are very supportive and caring.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-casual-wearing-pink-background_185193-110335.jpg"},
+ imageSrc: "http://img.b2bpic.net/free-photo/young-woman-casual-wearing-pink-background_185193-110335.jpg"
+ },
{
name: "Rajesh Kumar", handle: "Parent", testimonial: "One of the best colleges in Mau. My son's performance has improved significantly since joining.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-student-girl-against-blurred-city-street_1163-2524.jpg"},
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-attractive-student-girl-against-blurred-city-street_1163-2524.jpg"
+ },
{
name: "Ankita Verma", handle: "Student, Class 12", testimonial: "Excellent discipline, great facilities, and affordable fees. Highly recommended for serious students.", rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-stylish-student-girl-denim-jacket-thoughtfully-looking-away-outdoor_574295-1373.jpg"},
+ imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-stylish-student-girl-denim-jacket-thoughtfully-looking-away-outdoor_574295-1373.jpg"
+ },
]}
buttons={[
{ text: "📞 Call for Admission", href: "tel:+919876543210" },
@@ -74,7 +77,8 @@ export default function LandingPage() {
@@ -207,9 +230,9 @@ export default function LandingPage() {
description="Reach out to us for admission inquiries, campus tours, or any questions about D.A.V. Inter College. Our team is ready to help you on your educational journey."
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
- inputPlaceholder="Enter your email address"
- buttonText="Subscribe for Updates"
- termsText="By subscribing, you agree to receive admission updates and educational content. We respect your privacy."
+ inputPlaceholder="Enter your email for admission info"
+ buttonText="Request Admission Info"
+ termsText="By submitting your information, you agree to receive admission updates and educational content. We respect your privacy."
/>