Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7bfc016431 | |||
| b06ec8d007 | |||
| c176e04943 | |||
| 09abceb19b | |||
| e52a2a60a8 | |||
| 1994d2a96c | |||
| 01bc489419 | |||
| 4b192ad41e |
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -66,7 +66,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
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"
|
||||
@@ -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", 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", 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", 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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user