diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
new file mode 100644
index 0000000..6516e9c
--- /dev/null
+++ b/src/app/about/page.tsx
@@ -0,0 +1,27 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
+import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
+import FooterSimple from '@/components/sections/footer/FooterSimple';
+import { Award, Rocket, Smile } from "lucide-react";
+
+export default function AboutPage() {
+ return (
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index f20f737..079153c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -58,7 +58,7 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-colourful-low-poly-plexus-design-with-shallow-depth-field_1048-12757.jpg", imageAlt: "digital agency office modern" },
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-modern-workspace-with-advanced-technology-enhance-efficiency_482257-125614.jpg", imageAlt: "digital agency office modern" },
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-designers_23-2149443520.jpg", imageAlt: "digital agency office modern" },
- { imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29668.jpg", imageAlt: "digital agency office modern" },
+ { imageSrc: "http://img.b2bpic.net/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29668.jpg", imageAlt: "digital agency office modern" },
]}
buttons={[{ text: "Get Started", href: "#contact" }]}
avatars={[
@@ -70,10 +70,10 @@ export default function LandingPage() {
]}
marqueeItems={[
{ type: "image", src: "http://img.b2bpic.net/free-photo/3d-render-abstract-low-poly-background-network-communications_1048-15475.jpg", alt: "Abstract low poly" },
- { type: "image", src: "http://img.b2bpic.net/free-photo/neon-purple-lights-with-bokeh-effect_1017-2671.jpg", alt: "Neon purple lights" },
- { type: "image", src: "http://img.b2bpic.net/free-photo/composition-balloons-with-light-dark_23-2148987128.jpg", alt: "Balloons composition" },
- { type: "image", src: "http://img.b2bpic.net/free-photo/innovation-technology-be-creative-futuristic-concept_53876-133718.jpg", alt: "Innovation technology" },
- { type: "image", src: "http://img.b2bpic.net/free-photo/3d-render-modern-background-with-low-poly-plexus-design_1048-13423.jpg", alt: "Modern plexus design" },
+ { type: "image", src: "http://img.b2bpic.net/neon-purple-lights-with-bokeh-effect_1017-2671.jpg", alt: "Neon purple lights" },
+ { type: "image", src: "http://img.b2bpic.net/composition-balloons-with-light-dark_23-2148987128.jpg", alt: "Balloons composition" },
+ { type: "image", src: "http://img.b2bpic.net/innovation-technology-be-creative-futuristic-concept_53876-133718.jpg", alt: "Innovation technology" },
+ { type: "image", src: "http://img.b2bpic.net/3d-render-modern-background-with-low-poly-plexus-design_1048-13423.jpg", alt: "Modern plexus design" },
]}
/>
@@ -167,14 +167,17 @@ export default function LandingPage() {
@@ -182,9 +185,17 @@ export default function LandingPage() {
);
-}
+}
\ 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..5618f79
--- /dev/null
+++ b/src/app/services/page.tsx
@@ -0,0 +1,31 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
+import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree';
+import FooterSimple from '@/components/sections/footer/FooterSimple';
+
+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 b7afc67..686e252 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #f5f4ef;
- --card: #dad6cd;
- --foreground: #2a2928;
- --primary-cta: #2a2928;
+ --background: #010912;
+ --card: #152840;
+ --foreground: #e6f0ff;
+ --primary-cta: #cee7ff;
--primary-cta-text: #f5f4ef;
- --secondary-cta: #ecebea;
+ --secondary-cta: #0e1a29;
--secondary-cta-text: #2a2928;
- --accent: #ffffff;
- --background-accent: #c6b180;
+ --accent: #3f5c79;
+ --background-accent: #004a93;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);