Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c0e90606fc | |||
| bc6a165135 | |||
| ec93c9855c | |||
| 98896b17f2 | |||
| a501b9909c | |||
| fb6fb401a4 |
@@ -1,75 +1,20 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Poppins } 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 poppins = Poppins({
|
||||
variable: "--font-poppins",
|
||||
subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Best Maths & Science Coaching in Indore | Focus Point",
|
||||
description: "Join Focus Point for expert Class 9-12 PCM coaching in Indore. 95%+ board success rate, small batches, personalized attention. Book free demo class now!",
|
||||
keywords: "best coaching for class 11 in Indore, PCM coaching Indore, Maths coaching Indore, Science coaching class 9-12, board exam coaching",
|
||||
metadataBase: new URL("https://focuspointcoaching.com"),
|
||||
alternates: {
|
||||
canonical: "https://focuspointcoaching.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Focus Point - Best Coaching for Class 9-12 Science & Maths in Indore",
|
||||
description: "Expert PCM coaching with 95%+ board success rate. Small batches, personalized attention, free demo class.",
|
||||
url: "https://focuspointcoaching.com",
|
||||
siteName: "Focus Point Coaching Institute",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/classmates-reading-learning-from-notes-laptop_23-2149265732.jpg",
|
||||
alt: "Focus Point - Best Coaching Institute in Indore",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Best Maths & Science Coaching in Indore | Focus Point",
|
||||
description: "95%+ board success rate. Expert faculty. Small batches. Book free demo!",
|
||||
images: ["http://img.b2bpic.net/free-photo/classmates-reading-learning-from-notes-laptop_23-2149265732.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
title: "Focus Point - Best Coaching for Class 9-12 Science & Maths in Indore", description: "Expert coaching for Class 9-12 Science & Maths. Join 230+ students achieving 95%+ board scores. Free demo class available."};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
}: {
|
||||
children: React.ReactNode;
|
||||
}>) {
|
||||
}) {
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${poppins.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
<html lang="en">
|
||||
<body className={inter.className}>{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
@@ -1437,7 +1382,6 @@ export default function RootLayout({
|
||||
}}
|
||||
/>
|
||||
</body>
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -91,24 +91,30 @@ export default function HomePage() {
|
||||
stats: [
|
||||
{
|
||||
title: "Success Rate", values: [85, 90, 95],
|
||||
description: "Board exam pass rate"},
|
||||
description: "Board exam pass rate"
|
||||
},
|
||||
{
|
||||
title: "Active Students", values: [150, 180, 230],
|
||||
description: "Enrolled and thriving"},
|
||||
description: "Enrolled and thriving"
|
||||
},
|
||||
{
|
||||
title: "Top Scores", values: [90, 92, 95],
|
||||
valuePrefix: "", description: "Average board marks"},
|
||||
valuePrefix: "", description: "Average board marks"
|
||||
},
|
||||
],
|
||||
listTitle: "This Month's Achievements", listItems: [
|
||||
{
|
||||
icon: Award,
|
||||
title: "5 Rankers", status: "90+ Marks"},
|
||||
title: "5 Rankers", status: "90+ Marks"
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "45 Students", status: "85+ Marks"},
|
||||
title: "45 Students", status: "85+ Marks"
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "100% Improvement", status: "Concept Clarity"},
|
||||
title: "100% Improvement", status: "Concept Clarity"
|
||||
},
|
||||
],
|
||||
}}
|
||||
ariaLabel="Focus Point Coaching Hero Section"
|
||||
@@ -126,22 +132,26 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: "class9", label: "Class 9", title: "Science Foundation Building", items: [
|
||||
"Physics, Chemistry, Biology", "Board syllabus coverage", "Weekly tests & assessments", "Personal attention in batches"],
|
||||
"Physics, Chemistry, Biology", "Board syllabus coverage", "Weekly tests & assessments", "Personal attention in batches"
|
||||
],
|
||||
buttons: [{ text: "View Details", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: "class10", label: "Class 10", title: "Board Preparation Excellence", items: [
|
||||
"Complete PCB/PCM coverage", "Mock board exams", "Chapter-wise revision", "Doubt clearing sessions"],
|
||||
"Complete PCB/PCM coverage", "Mock board exams", "Chapter-wise revision", "Doubt clearing sessions"
|
||||
],
|
||||
buttons: [{ text: "View Details", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: "class11", label: "Class 11", title: "Advanced PCM Concepts", items: [
|
||||
"Physics, Chemistry, Mathematics", "Foundation for JEE/NEET", "Advanced problem solving", "Regular performance tracking"],
|
||||
"Physics, Chemistry, Mathematics", "Foundation for JEE/NEET", "Advanced problem solving", "Regular performance tracking"
|
||||
],
|
||||
buttons: [{ text: "View Details", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: "class12", label: "Class 12", title: "Board & Competitive Prep", items: [
|
||||
"PCM core + competitive exams", "Previous year questions", "Speed & accuracy training", "One-on-one mentoring"],
|
||||
"PCM core + competitive exams", "Previous year questions", "Speed & accuracy training", "One-on-one mentoring"
|
||||
],
|
||||
buttons: [{ text: "View Details", href: "#" }],
|
||||
},
|
||||
]}
|
||||
@@ -179,16 +189,20 @@ export default function HomePage() {
|
||||
metrics={[
|
||||
{
|
||||
id: "1", icon: TrendingUp,
|
||||
title: "Board Toppers", value: "48+"},
|
||||
title: "Board Toppers", value: "48+"
|
||||
},
|
||||
{
|
||||
id: "2", icon: BookOpen,
|
||||
title: "95%+ Scorers", value: "230+"},
|
||||
title: "95%+ Scorers", value: "230+"
|
||||
},
|
||||
{
|
||||
id: "3", icon: Award,
|
||||
title: "Avg Score", value: "91%"},
|
||||
title: "Avg Score", value: "91%"
|
||||
},
|
||||
{
|
||||
id: "4", icon: Users,
|
||||
title: "Active Students", value: "230+"},
|
||||
title: "Active Students", value: "230+"
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -205,17 +219,23 @@ export default function HomePage() {
|
||||
author="Aisha Sharma, Class 12 PCM Student"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-student-girl-glasses-with-pigtails-white-shirt-clenching-fists-happy-excited-rejoicing-her-success-standing-orange-background_141793-54481.jpg", alt: "Student 1"},
|
||||
src: "http://img.b2bpic.net/free-photo/young-student-girl-glasses-with-pigtails-white-shirt-clenching-fists-happy-excited-rejoicing-her-success-standing-orange-background_141793-54481.jpg", alt: "Student 1"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-young-blonde-guy-wearing-green-t-shirt-showing-yes-gesture_141793-89107.jpg", alt: "Student 2"},
|
||||
src: "http://img.b2bpic.net/free-photo/joyful-young-blonde-guy-wearing-green-t-shirt-showing-yes-gesture_141793-89107.jpg", alt: "Student 2"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-casual-peach-sweater-isolated-green-olive-color-wall_343596-5292.jpg", alt: "Student 3"},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-casual-peach-sweater-isolated-green-olive-color-wall_343596-5292.jpg", alt: "Student 3"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/hardworking-excited-african-american-student-feeling-happy_273609-7515.jpg", alt: "Student 4"},
|
||||
src: "http://img.b2bpic.net/free-photo/hardworking-excited-african-american-student-feeling-happy_273609-7515.jpg", alt: "Student 4"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/teenage-student-glasses-sitting-table-reading-book_23-2148166294.jpg", alt: "Student 5"},
|
||||
src: "http://img.b2bpic.net/free-photo/teenage-student-glasses-sitting-table-reading-book_23-2148166294.jpg", alt: "Student 5"
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/modern-man-using-tablet-urban-environment_23-2147961399.jpg", alt: "Student 6"},
|
||||
src: "http://img.b2bpic.net/free-photo/modern-man-using-tablet-urban-environment_23-2147961399.jpg", alt: "Student 6"
|
||||
},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -228,17 +248,20 @@ export default function HomePage() {
|
||||
<div id="demo" data-section="demo">
|
||||
<ProductCardOne
|
||||
title="Free Demo Class"
|
||||
description="Experience our teaching methodology with a free demo class. No commitment, just an opportunity to see the difference."
|
||||
description="Try our proven teaching methodology free—see why 230+ students achieve 95%+ scores. No commitment, just real results."
|
||||
tag="Limited Slots"
|
||||
tagIcon={Clock}
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "demo-maths", name: "Free Maths Demo Class", price: "Book Now", imageSrc: "http://img.b2bpic.net/free-photo/young-man-doing-videocall-laptop_23-2148205628.jpg", imageAlt: "Free Maths Demo Class"},
|
||||
id: "demo-maths", name: "Free Maths Demo Class", price: "Book Now", imageSrc: "http://img.b2bpic.net/free-photo/young-man-doing-videocall-laptop_23-2148205628.jpg", imageAlt: "Free Maths Demo Class"
|
||||
},
|
||||
{
|
||||
id: "demo-physics", name: "Free Physics Demo Class", price: "Book Now", imageSrc: "http://img.b2bpic.net/free-photo/lively-little-girls-sitting-library-desk_23-2147854120.jpg", imageAlt: "Free Physics Demo Class"},
|
||||
id: "demo-physics", name: "Free Physics Demo Class", price: "Book Now", imageSrc: "http://img.b2bpic.net/free-photo/lively-little-girls-sitting-library-desk_23-2147854120.jpg", imageAlt: "Free Physics Demo Class"
|
||||
},
|
||||
{
|
||||
id: "demo-chemistry", name: "Free Chemistry Demo Class", price: "Book Now", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-chemist-medical-suit-checking-smell-solution-white-background-chemistry-pandemic-health-covid_140725-88584.jpg", imageAlt: "Free Chemistry Demo Class"},
|
||||
id: "demo-chemistry", name: "Free Chemistry Demo Class", price: "Book Now", imageSrc: "http://img.b2bpic.net/free-photo/front-view-female-chemist-medical-suit-checking-smell-solution-white-background-chemistry-pandemic-health-covid_140725-88584.jpg", imageAlt: "Free Chemistry Demo Class"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -259,7 +282,8 @@ export default function HomePage() {
|
||||
tagIcon={Shield}
|
||||
tagAnimation="slide-up"
|
||||
names={[
|
||||
"Ministry of Education Approved", "CBSE Board Affiliated", "Student Success Certified", "Quality Assured Institute", "Parent Recommended", "Award Winning Coaching", "Board Exam Specialists"]}
|
||||
"Ministry of Education Approved", "CBSE Board Affiliated", "Student Success Certified", "Quality Assured Institute", "Parent Recommended", "Award Winning Coaching", "Board Exam Specialists"
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -302,4 +326,4 @@ export default function HomePage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user