diff --git a/src/app/coding-sprint/page.tsx b/src/app/coding-sprint/page.tsx
new file mode 100644
index 0000000..b77b70c
--- /dev/null
+++ b/src/app/coding-sprint/page.tsx
@@ -0,0 +1,172 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
+import HeroOverlay from "@/components/sections/hero/HeroOverlay";
+import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
+import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
+import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
+import FooterSimple from "@/components/sections/footer/FooterSimple";
+import { Code, Trophy, Users, Zap } from "lucide-react";
+
+export default function CodingSprintPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/graphic-design/page.tsx b/src/app/graphic-design/page.tsx
new file mode 100644
index 0000000..344f128
--- /dev/null
+++ b/src/app/graphic-design/page.tsx
@@ -0,0 +1,172 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
+import HeroOverlay from "@/components/sections/hero/HeroOverlay";
+import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
+import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
+import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
+import FooterSimple from "@/components/sections/footer/FooterSimple";
+import { Palette, Trophy, Users, Clock } from "lucide-react";
+
+export default function GraphicDesignPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index f955560..2f280f2 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,7 +29,9 @@ export default function LandingPage() {