Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a9c92182b5 | |||
| c0e90606fc | |||
| bc6a165135 | |||
| ec93c9855c |
@@ -1,4 +1,3 @@
|
||||
|
||||
import type { Metadata } from "next";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
@@ -6,7 +5,7 @@ import "./globals.css";
|
||||
const inter = Inter({ subsets: ["latin"] });
|
||||
|
||||
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({
|
||||
children,
|
||||
|
||||
@@ -125,7 +125,7 @@ export default function HomePage() {
|
||||
<div id="courses" data-section="courses">
|
||||
<FeatureCardTwelve
|
||||
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"
|
||||
tagIcon={BookOpen}
|
||||
tagAnimation="slide-up"
|
||||
@@ -248,7 +248,7 @@ 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"
|
||||
|
||||
Reference in New Issue
Block a user