diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
new file mode 100644
index 0000000..b6cfe3c
--- /dev/null
+++ b/src/app/about/page.tsx
@@ -0,0 +1,211 @@
+"use client";
+
+import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+import MediaAbout from '@/components/sections/about/MediaAbout';
+import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
+import TeamCardTen from '@/components/sections/team/TeamCardTen';
+import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
+import FooterCard from '@/components/sections/footer/FooterCard';
+import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
+import { Target, Zap, Award, MessageSquare, Twitter, Linkedin, Github, Shield } from 'lucide-react';
+
+export default function AboutPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
diff --git a/src/app/analysis/page.tsx b/src/app/analysis/page.tsx
new file mode 100644
index 0000000..9c3098e
--- /dev/null
+++ b/src/app/analysis/page.tsx
@@ -0,0 +1,177 @@
+"use client";
+
+import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
+import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
+import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
+import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
+import FooterCard from '@/components/sections/footer/FooterCard';
+import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
+import { Zap, Target, Award, MessageSquare, Twitter, Linkedin, Github, BarChart3 } from 'lucide-react';
+
+export default function AnalysisPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx
new file mode 100644
index 0000000..8146b94
--- /dev/null
+++ b/src/app/login/page.tsx
@@ -0,0 +1,83 @@
+"use client";
+
+import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
+import FooterCard from '@/components/sections/footer/FooterCard';
+import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
+import { Shield, Twitter, Linkedin, Github } from 'lucide-react';
+
+export default function LoginPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index e66be91..9d81c13 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -15,23 +15,23 @@ import { Sparkles, Zap, Target, Award, MessageSquare, Twitter, Linkedin, Github,
export default function LandingPage() {
return (
);
-}
\ No newline at end of file
+}
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index b925f2a..50d762f 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #f7f6f7;
- --card: #ffffff;
- --foreground: #25190c;
- --primary-cta: #ff6207;
+ --background: #0a0a0a;
+ --card: #1a1a1a;
+ --foreground: #ffffffe6;
+ --primary-cta: #cee7ff;
--primary-cta-text: #f7f6f7;
- --secondary-cta: #ffffff;
+ --secondary-cta: #1a1a1a;
--secondary-cta-text: #25190c;
- --accent: #ffce93;
- --background-accent: #e8cfa8;
+ --accent: #2d30f3;
+ --background-accent: #1d4ed8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
diff --git a/src/app/upload/page.tsx b/src/app/upload/page.tsx
new file mode 100644
index 0000000..5aa1689
--- /dev/null
+++ b/src/app/upload/page.tsx
@@ -0,0 +1,116 @@
+"use client";
+
+import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
+import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
+import FooterCard from '@/components/sections/footer/FooterCard';
+import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
+import { Upload, Zap, Shield, Twitter, Linkedin, Github } from 'lucide-react';
+
+export default function UploadPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/verify/page.tsx b/src/app/verify/page.tsx
new file mode 100644
index 0000000..7384f0b
--- /dev/null
+++ b/src/app/verify/page.tsx
@@ -0,0 +1,177 @@
+"use client";
+
+import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
+import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
+import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
+import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
+import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
+import FooterCard from '@/components/sections/footer/FooterCard';
+import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider';
+import { Shield, Zap, Award, MessageSquare, Twitter, Linkedin, Github, CheckCircle } from 'lucide-react';
+
+export default function VerifyPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file