diff --git a/src/app/curriculum/page.tsx b/src/app/curriculum/page.tsx
new file mode 100644
index 0000000..a0446aa
--- /dev/null
+++ b/src/app/curriculum/page.tsx
@@ -0,0 +1,216 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
+import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
+import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
+import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
+import ContactCenter from '@/components/sections/contact/ContactCenter';
+import FooterBase from '@/components/sections/footer/FooterBase';
+import { BookOpen, Video, Calendar, Gamepad2, TrendingUp, Clock, Lightbulb, Trophy } from 'lucide-react';
+
+export default function CurriculumPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/daily-lessons/page.tsx b/src/app/daily-lessons/page.tsx
new file mode 100644
index 0000000..c5767a7
--- /dev/null
+++ b/src/app/daily-lessons/page.tsx
@@ -0,0 +1,198 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
+import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
+import SplitAbout from '@/components/sections/about/SplitAbout';
+import BlogCardThree from '@/components/sections/blog/BlogCardThree';
+import ContactCenter from '@/components/sections/contact/ContactCenter';
+import FooterBase from '@/components/sections/footer/FooterBase';
+import { BookOpen, Video, Calendar, Gamepad2, TrendingUp, Clock, Lightbulb, Trophy } from 'lucide-react';
+
+export default function DailyLessonsPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 1c96d46..60cffb7 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -7,41 +7,26 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
- variable: "--font-halant",
- subsets: ["latin"],
+ variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
- variable: "--font-inter",
- subsets: ["latin"],
+ variable: "--font-inter", subsets: ["latin"],
});
const nunitoSans = Nunito_Sans({
- variable: "--font-nunito-sans",
- subsets: ["latin"],
+ variable: "--font-nunito-sans", subsets: ["latin"],
});
export const metadata: Metadata = {
- title: "Future Coach - UEFA Football Coaching Course",
- description: "Master professional football coaching with UEFA-standard curriculum. Learn tactics, strategy, player evaluation, and practice with our tactical simulator.",
- keywords: "football coaching, coaching courses, tactical training, football tactics, coaching simulator, UEFA coaching, sports education",
- metadataBase: new URL("https://futurecoach.com"),
+ title: "Future Coach - UEFA Football Coaching Course", description: "Master professional football coaching with UEFA-standard curriculum. Learn tactics, strategy, player evaluation, and practice with our tactical simulator.", keywords: "football coaching, coaching courses, tactical training, football tactics, coaching simulator, UEFA coaching, sports education", metadataBase: new URL("https://futurecoach.com"),
alternates: {
- canonical: "https://futurecoach.com",
- },
+ canonical: "https://futurecoach.com"},
openGraph: {
- title: "Future Coach - Become a Professional Football Coach",
- description: "Complete coaching education platform with daily lessons, video tutorials, and interactive tactical simulator. Learn everything professional coaches need.",
- type: "website",
- siteName: "Future Coach",
- url: "https://futurecoach.com",
- },
+ title: "Future Coach - Become a Professional Football Coach", description: "Complete coaching education platform with daily lessons, video tutorials, and interactive tactical simulator. Learn everything professional coaches need.", type: "website", siteName: "Future Coach", url: "https://futurecoach.com"},
twitter: {
- card: "summary_large_image",
- title: "Future Coach - UEFA Football Coaching Course",
- description: "Master professional football coaching with UEFA-standard curriculum.",
- },
+ card: "summary_large_image", title: "Future Coach - UEFA Football Coaching Course", description: "Master professional football coaching with UEFA-standard curriculum."},
robots: {
index: true,
follow: true,
@@ -1432,4 +1417,4 @@ export default function RootLayout({