13 Commits

Author SHA1 Message Date
83dcc904b0 Update src/app/page.tsx 2026-03-05 11:04:06 +00:00
771cbb7618 Merge version_2 into main
Merge version_2 into main
2026-03-05 11:01:46 +00:00
7bfc016431 Update src/app/page.tsx 2026-03-05 11:01:42 +00:00
6261212ff3 Merge version_2 into main
Merge version_2 into main
2026-03-05 11:00:20 +00:00
b06ec8d007 Update src/app/page.tsx 2026-03-05 11:00:10 +00:00
935c490e37 Merge version_2 into main
Merge version_2 into main
2026-03-05 10:58:54 +00:00
c176e04943 Update src/app/page.tsx 2026-03-05 10:58:44 +00:00
94feee5276 Merge version_2 into main
Merge version_2 into main
2026-03-05 10:57:26 +00:00
09abceb19b Update src/app/page.tsx 2026-03-05 10:57:22 +00:00
e52a2a60a8 Update src/app/layout.tsx 2026-03-05 10:57:21 +00:00
1994d2a96c Merge version_1 into main
Merge version_1 into main
2026-03-05 10:49:30 +00:00
01bc489419 Merge version_1 into main
Merge version_1 into main
2026-03-05 10:45:06 +00:00
4b192ad41e Merge version_1 into main
Merge version_1 into main
2026-03-05 10:43:41 +00:00
2 changed files with 28 additions and 64 deletions

View File

@@ -1,61 +1,20 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Manrope } from "next/font/google";
import { DM_Sans } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import "@/styles/globals.css";
const halant = Halant({
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const manrope = Manrope({
variable: "--font-manrope", subsets: ["latin"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Krishna School of Excellence | Best Preschool in Mangolpuri, Delhi", description: "Trusted preschool in Mangolpuri offering play-way learning, safe environment, and experienced teachers for ages 2-7. Admissions open now.", keywords: "preschool in mangolpuri, best preschool mangolpuri, play school near me, kindergarten mangolpuri, nursery school delhi, early childhood education", metadataBase: new URL("https://krishnaschool.com"),
openGraph: {
title: "Krishna School of Excellence - Trusted Preschool in Mangolpuri", description: "Give your child the best start with our nurturing preschool. Safe, caring, experienced teachers. Admissions open!", url: "https://krishnaschool.com", siteName: "Krishna School of Excellence", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/happy-kids-elementary-school_53876-46933.jpg", alt: "Krishna School Classroom"
}
]
},
twitter: {
card: "summary_large_image", title: "Krishna School of Excellence - Preschool in Mangolpuri", description: "Trusted preschool with experienced teachers and safe learning environment for ages 2-7.", images: ["http://img.b2bpic.net/free-photo/happy-kids-elementary-school_53876-46933.jpg"]
},
robots: {
index: true,
follow: true
}
};
title: "Krishna School of Excellence | Preschool in Mangolpuri, Delhi", description: "A nurturing preschool in Mangolpuri, Delhi for children aged 2-7. Safe learning environment, experienced teachers, and play-based curriculum."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${manrope.variable} ${dmSans.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1423,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -53,20 +53,20 @@ export default function LandingPage() {
testimonials={[
{
name: "Sunny Vaid", handle: "Parent", testimonial: "Our experience has been wonderful. My child feels safe and supported here.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/self-portrait-cheerful-modern-couple-love_1262-12888.jpg", imageAlt: "parent happy satisfied portrait"
imageSrc: "http://img.b2bpic.net/free-photo/self-portrait-cheerful-modern-couple-love_1262-12888.jpg?_wi=1", imageAlt: "parent happy satisfied portrait"
},
{
name: "Deepu Mahour", handle: "Parent", testimonial: "I'm very satisfied with this school. My child is learning many new things.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-people-having-meeting-cafe_1262-1956.jpg", imageAlt: "parent smiling portrait professional"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-people-having-meeting-cafe_1262-1956.jpg?_wi=1", imageAlt: "parent smiling portrait professional"
},
{
name: "Nargis Raja", handle: "Parent", testimonial: "Teachers are skilled and the environment is very safe. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/father-son-taking-selfie_23-2148404176.jpg", imageAlt: "parent portrait professional friendly"
imageSrc: "http://img.b2bpic.net/free-photo/father-son-taking-selfie_23-2148404176.jpg?_wi=1", imageAlt: "parent portrait professional friendly"
}
]}
testimonialRotationInterval={5000}
buttons={[
{ text: "Call Now", href: "tel:08744905134" },
{ text: "Book Your Free Visit", href: "contact" },
{ text: "Book a School Visit", href: "contact" }
]}
buttonAnimation="slide-up"
@@ -89,10 +89,10 @@ export default function LandingPage() {
id: "experienced-teachers", title: "Experienced & Patient Teachers", description: "Our highly trained and certified teachers bring years of expertise in early childhood development.", imageSrc: "http://img.b2bpic.net/free-photo/happy-kids-stroking-cute-dog_329181-17068.jpg", imageAlt: "Teacher with children"
},
{
id: "playway-method", title: "Play-Way Learning Method", description: "We believe children learn best through play. Our curriculum combines fun with foundational learning.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg", imageAlt: "Children engaged in play-based learning"
id: "playway-method", title: "Play-Way Learning Method", description: "We believe children learn best through play. Our curriculum combines fun with foundational learning.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg?_wi=1", imageAlt: "Children engaged in play-based learning"
},
{
id: "english-environment", title: "English Speaking Environment", description: "Immersive English language exposure from day one, with multilingual support when needed.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg", imageAlt: "Classroom with English signage"
id: "english-environment", title: "English Speaking Environment", description: "Immersive English language exposure from day one, with multilingual support when needed.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg?_wi=2", imageAlt: "Classroom with English signage"
}
]}
gridVariant="four-items-2x2-equal-grid"
@@ -160,7 +160,7 @@ export default function LandingPage() {
useInvertedBackground={false}
imagePosition="right"
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg"
imageSrc="http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-children_23-2149110284.jpg?_wi=3"
imageAlt="Children in a nurturing classroom environment"
bulletPoints={[
{
@@ -192,22 +192,28 @@ export default function LandingPage() {
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Sunny Vaid", role: "Parent", company: "Mangolpuri Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/self-portrait-cheerful-modern-couple-love_1262-12888.jpg", imageAlt: "parent happy satisfied portrait"
id: "1", name: "Sunny Vaid", role: "Parent", company: "Mangolpuri Community", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/self-portrait-cheerful-modern-couple-love_1262-12888.jpg?_wi=2", imageAlt: "parent happy satisfied portrait"
},
{
id: "2", name: "Deepu Mahour", role: "Parent", company: "Satisfied Guardian", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-people-having-meeting-cafe_1262-1956.jpg", imageAlt: "parent smiling portrait professional"
id: "2", name: "Deepu Mahour", role: "Parent", company: "Satisfied Guardian", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-people-having-meeting-cafe_1262-1956.jpg?_wi=2", imageAlt: "parent smiling portrait professional"
},
{
id: "3", name: "Nargis Raja", role: "Parent", company: "Delhi Parent", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/father-son-taking-selfie_23-2148404176.jpg", imageAlt: "parent portrait professional friendly"
id: "3", name: "Nargis Raja", role: "Parent", company: "Delhi Parent", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/father-son-taking-selfie_23-2148404176.jpg?_wi=2", imageAlt: "parent portrait professional friendly"
},
{
id: "4", name: "Rajesh Kumar", role: "Parent", company: "Local Resident", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "parent portrait happy professional"
id: "4", name: "Rajesh Kumar", role: "Parent", company: "Local Resident", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "parent portrait happy professional"
},
{
id: "5", name: "Priya Sharma", role: "Parent", company: "Mangolpuri", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-black-haired-mom-holding-sweet-baby-daughter-arms-cute-curly-haired-little-girl-looking-away-medium-shot-parenthood-childhood-concept_74855-12823.jpg", imageAlt: "parent portrait professional kind"
id: "5", name: "Priya Sharma", role: "Parent", company: "Mangolpuri", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-black-haired-mom-holding-sweet-baby-daughter-arms-cute-curly-haired-little-girl-looking-away-medium-shot-parenthood-childhood-concept_74855-12823.jpg", imageAlt: "parent portrait professional kind"
},
{
id: "6", name: "Anjali Singh", role: "Parent", company: "Trusted Parent", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-family_1328-3786.jpg", imageAlt: "parent portrait professional warm"
id: "6", name: "Anjali Singh", role: "Parent", company: "Trusted Parent", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-family_1328-3786.jpg", imageAlt: "parent portrait professional warm"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -266,8 +272,8 @@ export default function LandingPage() {
}
]}
useInvertedBackground={true}
animationType="slide-up"
faqsAnimation="smooth"
faqsAnimation="slide-up"
animationType="instant"
/>
</div>