diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
new file mode 100644
index 0000000..7066363
--- /dev/null
+++ b/src/app/about/page.tsx
@@ -0,0 +1,46 @@
+"use client";
+
+import ReactLenis from "lenis/react";
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
+import AboutMetric from "@/components/sections/about/AboutMetric";
+import FooterBase from "@/components/sections/footer/FooterBase";
+import { Award, Users, TrendingUp } from "lucide-react";
+
+export default function AboutPage() {
+ return (
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
new file mode 100644
index 0000000..9f02a10
--- /dev/null
+++ b/src/app/contact/page.tsx
@@ -0,0 +1,81 @@
+"use client";
+
+import ReactLenis from "lenis/react";
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
+import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
+import FooterBase from "@/components/sections/footer/FooterBase";
+
+export default function ContactPage() {
+ return (
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0165d48..2485147 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -36,9 +36,9 @@ export default function WebAgency2Page() {
{ name: "Work", id: "work" },
{ name: "Services", id: "services" },
{ name: "About", id: "about" },
- { name: "Contact", id: "contact" },
+ { name: "Contact", id: "/contact" },
]}
- button={{ text: "Get Started", href: "#contact" }}
+ button={{ text: "Get Started", href: "/contact" }}
/>
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
new file mode 100644
index 0000000..78e4816
--- /dev/null
+++ b/src/app/services/page.tsx
@@ -0,0 +1,48 @@
+"use client";
+
+import ReactLenis from "lenis/react";
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
+import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
+import FooterBase from "@/components/sections/footer/FooterBase";
+import { Zap, Search, Layout, Palette } from "lucide-react";
+
+export default function ServicesPage() {
+ return (
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 858b8d0..ecc32c4 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #0a0a0a;
- --card: #161616;
- --foreground: #f0f0f0;
- --primary-cta: #ffffff;
+ --background: #fdfdf0;
+ --card: #fdfdf0;
+ --foreground: #4a0404;
+ --primary-cta: #dc2626;
--primary-cta-text: #0a0a0a;
- --secondary-cta: #1e1e1e;
+ --secondary-cta: #facc15;
--secondary-cta-text: #e0e0e0;
- --accent: #d0d0d0;
- --background-accent: #9a9a9a;
+ --accent: #facc15;
+ --background-accent: #fdfdf0;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);