diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
new file mode 100644
index 0000000..17d8ee4
--- /dev/null
+++ b/src/app/about/page.tsx
@@ -0,0 +1,47 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
+import SplitAbout from '@/components/sections/about/SplitAbout';
+import FooterCard from '@/components/sections/footer/FooterCard';
+import { Github, Linkedin, Twitter } from "lucide-react";
+
+export default function AboutPage() {
+ return (
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/ai-design/page.tsx b/src/app/ai-design/page.tsx
new file mode 100644
index 0000000..03b9c7c
--- /dev/null
+++ b/src/app/ai-design/page.tsx
@@ -0,0 +1,52 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
+import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
+import FooterCard from '@/components/sections/footer/FooterCard';
+import { Zap, Shield, Sparkles, Star } from "lucide-react";
+
+export default function AIDesignPage() {
+ return (
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 727867f..440a5e4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,10 +32,11 @@ export default function LandingPage() {
);
-}
\ No newline at end of file
+}
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 2aa6b57..77f467b 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #050505;
- --card: #121215;
- --foreground: #f8f9ff;
- --primary-cta: #ffa500;
+ --background: #0a0a0a;
+ --card: #171717;
+ --foreground: #f5f5f5;
+ --primary-cta: #d4af37;
--primary-cta-text: #0a0a0a;
- --secondary-cta: #1c1c20;
+ --secondary-cta: #c0a030;
--secondary-cta-text: #f0f8ffe6;
- --accent: #00c8ff;
- --background-accent: #c040ff;
+ --accent: #d4af37;
+ --background-accent: #1a1a1a;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);