Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-07 05:34:32 +00:00
2 changed files with 9 additions and 41 deletions

View File

@@ -1,51 +1,20 @@
import type { Metadata } from "next";
import { DM_Sans } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const dmSans = DM_Sans({
variable: "--font-dm-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "German Online Classes for CBSE Success | Renu Rawat", description: "Expert German language tuition for Classes 6-12. Master grammar, ace board exams, and build speaking confidence with 15 years of teaching experience.", keywords: "German classes online, CBSE German tuition, German language learning India, board exam preparation, online German tutor", metadataBase: new URL("https://renurawatgerman.com"),
alternates: {
canonical: "https://renurawatgerman.com"},
openGraph: {
title: "Learn German Online with Expert Educator Renu Rawat", description: "Professional CBSE-aligned German classes for school students. Personalized instruction, exam strategies, and free resources.", url: "https://renurawatgerman.com", siteName: "Renu Rawat German Classes", type: "website", images: [
{
url: "http://img.b2bpic.net/free-photo/student-online-cute-guy-checked-shirt-with-glasses-studying-computer-crossing-fingers_140725-164260.jpg", alt: "German online classes hero"},
],
},
twitter: {
card: "summary_large_image", title: "Learn German Online with Renu Rawat", description: "Expert CBSE German tuition with 15+ years teaching experience. Free consultation available.", images: ["http://img.b2bpic.net/free-photo/student-online-cute-guy-checked-shirt-with-glasses-studying-computer-crossing-fingers_140725-164260.jpg"],
},
robots: {
index: true,
follow: true,
},
};
title: "Renu Rawat - Expert German Online Classes for CBSE Success", description: "Learn German from an experienced educator with 15 years teaching expertise. Master grammar, ace board exams, and build speaking confidence through structured, personalized online instruction."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${dmSans.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1413,7 +1382,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -100,17 +100,17 @@ export default function LandingPage() {
animationType="slide-up"
plans={[
{
id: "foundation", tag: "Class 6-8 Foundation Program", price: "Customized", period: "/month", description: "Build strong fundamentals in grammar, vocabulary, and basic conversation skills aligned with CBSE curriculum.", button: { text: "Inquire Now", href: "#contact" }, featuresTitle: "Program Includes:", features: [
id: "foundation", tag: "Class 6-8 Foundation Program", price: "Starting from ₹2,999", period: "/month", description: "Build strong fundamentals in grammar, vocabulary, and basic conversation skills aligned with CBSE curriculum.", button: { text: "Inquire Now", href: "#contact" }, featuresTitle: "Program Includes:", features: [
"Grammar fundamentals and verb conjugations", "Vocabulary building and pronunciation", "Interactive speaking practice", "Regular worksheets and practice materials", "Monthly progress assessments"
]
},
{
id: "boardprep", tag: "Class 9-10 Board Preparation", price: "Customized", period: "/month", description: "Focused exam strategy, advanced grammar, and reading/writing skills to ace your CBSE board exams.", button: { text: "Inquire Now", href: "#contact" }, featuresTitle: "Program Includes:", features: [
id: "boardprep", tag: "Class 9-10 Board Preparation", price: "Starting from ₹3,999", period: "/month", description: "Focused exam strategy, advanced grammar, and reading/writing skills to ace your CBSE board exams.", button: { text: "Inquire Now", href: "#contact" }, featuresTitle: "Program Includes:", features: [
"CBSE exam pattern and question types", "Advanced grammar and complex structures", "Essay writing and composition skills", "Reading comprehension techniques", "Mock tests and exam simulations", "Personalized doubt-clearing sessions"
]
},
{
id: "advanced", tag: "Class 11-12 Advanced Program", price: "Customized", period: "/month", description: "Master fluency, literature analysis, and prepare for competitive exams with in-depth German studies.", button: { text: "Inquire Now", href: "#contact" }, featuresTitle: "Program Includes:", features: [
id: "advanced", tag: "Class 11-12 Advanced Program", price: "Starting from ₹4,999", period: "/month", description: "Master fluency, literature analysis, and prepare for competitive exams with in-depth German studies.", button: { text: "Inquire Now", href: "#contact" }, featuresTitle: "Program Includes:", features: [
"Literature and cultural analysis", "Business and formal German", "Advanced conversation and debate", "Competitive exam strategies", "University preparation materials", "Personalized learning pathways", "Certification exam guidance"
]
}