Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c0e90606fc | |||
| bc6a165135 | |||
| ec93c9855c |
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
import type { Metadata } from "next";
|
import type { Metadata } from "next";
|
||||||
import { Inter } from "next/font/google";
|
import { Inter } from "next/font/google";
|
||||||
import "./globals.css";
|
import "./globals.css";
|
||||||
@@ -6,7 +5,7 @@ import "./globals.css";
|
|||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Focus Point Coaching", description: "Best Coaching for Class 9–12 Science & Maths in Indore"};
|
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({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -125,7 +125,7 @@ export default function HomePage() {
|
|||||||
<div id="courses" data-section="courses">
|
<div id="courses" data-section="courses">
|
||||||
<FeatureCardTwelve
|
<FeatureCardTwelve
|
||||||
title="Our Coaching Programs"
|
title="Our Coaching Programs"
|
||||||
description="Comprehensive courses trusted by 230+ students—designed for board exam success with 95%+ pass rates and conceptual mastery"
|
description="Comprehensive courses designed for board exam success and conceptual mastery"
|
||||||
tag="Academic Excellence"
|
tag="Academic Excellence"
|
||||||
tagIcon={BookOpen}
|
tagIcon={BookOpen}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
@@ -248,7 +248,7 @@ export default function HomePage() {
|
|||||||
<div id="demo" data-section="demo">
|
<div id="demo" data-section="demo">
|
||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
title="Free Demo Class"
|
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"
|
tag="Limited Slots"
|
||||||
tagIcon={Clock}
|
tagIcon={Clock}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user