diff --git a/src/app/daily-suggestions/page.tsx b/src/app/daily-suggestions/page.tsx
new file mode 100644
index 0000000..9ecf64b
--- /dev/null
+++ b/src/app/daily-suggestions/page.tsx
@@ -0,0 +1,297 @@
+"use client"
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
+import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
+import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
+import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
+import MediaAbout from '@/components/sections/about/MediaAbout';
+import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
+import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
+import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
+import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
+import FooterSimple from '@/components/sections/footer/FooterSimple';
+import { Calendar, Sparkles, Cloud, Zap, TrendingUp, Heart, HelpCircle } from "lucide-react";
+
+export default function DailySuggestionsPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx
new file mode 100644
index 0000000..faa8df7
--- /dev/null
+++ b/src/app/dashboard/page.tsx
@@ -0,0 +1,247 @@
+"use client"
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
+import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
+import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
+import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
+import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
+import FooterSimple from '@/components/sections/footer/FooterSimple';
+import { BarChart3, TrendingUp, Clock, Award } from "lucide-react";
+
+export default function DashboardPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/onboarding/preferences/page.tsx b/src/app/onboarding/preferences/page.tsx
new file mode 100644
index 0000000..d8d23fc
--- /dev/null
+++ b/src/app/onboarding/preferences/page.tsx
@@ -0,0 +1,113 @@
+"use client"
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
+import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
+import FooterSimple from '@/components/sections/footer/FooterSimple';
+import { TrendingUp } from "lucide-react";
+
+export default function PreferencesPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/onboarding/style-quiz/page.tsx b/src/app/onboarding/style-quiz/page.tsx
new file mode 100644
index 0000000..36e0cd1
--- /dev/null
+++ b/src/app/onboarding/style-quiz/page.tsx
@@ -0,0 +1,121 @@
+"use client"
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
+import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
+import FooterSimple from '@/components/sections/footer/FooterSimple';
+import { Sparkles } from "lucide-react";
+
+export default function StyleQuizPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/onboarding/welcome/page.tsx b/src/app/onboarding/welcome/page.tsx
new file mode 100644
index 0000000..6c34f01
--- /dev/null
+++ b/src/app/onboarding/welcome/page.tsx
@@ -0,0 +1,100 @@
+"use client"
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
+import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
+import FooterSimple from '@/components/sections/footer/FooterSimple';
+import { Sparkles } from "lucide-react";
+
+export default function WelcomePage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/outfit-generator/page.tsx b/src/app/outfit-generator/page.tsx
new file mode 100644
index 0000000..ae69556
--- /dev/null
+++ b/src/app/outfit-generator/page.tsx
@@ -0,0 +1,284 @@
+"use client"
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
+import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
+import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
+import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
+import MediaAbout from '@/components/sections/about/MediaAbout';
+import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
+import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
+import FooterSimple from '@/components/sections/footer/FooterSimple';
+import { Sparkles, Zap, Brain, Heart, HelpCircle } from "lucide-react";
+
+export default function OutfitGeneratorPage() {
+ return (
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 29f3825..dca84ae 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,7 +31,7 @@ export default function LandingPage() {
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file