diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index a7572e7..4b539c9 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import AboutMetric from '@/components/sections/about/AboutMetric';
import FooterMedia from '@/components/sections/footer/FooterMedia';
-import { Brain, Heart, Users } from "lucide-react";
+import { Brain, Heart, Users, MessageSquareText } from "lucide-react";
export default function AboutPage() {
return (
@@ -20,6 +20,11 @@ export default function AboutPage() {
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
+
+
+
);
-}
\ No newline at end of file
+}
diff --git a/src/app/focus-mode/page.tsx b/src/app/focus-mode/page.tsx
index faf4d80..ded041b 100644
--- a/src/app/focus-mode/page.tsx
+++ b/src/app/focus-mode/page.tsx
@@ -2,6 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
+import { MessageSquareText } from "lucide-react";
export default function FocusModePage() {
return (
@@ -17,6 +18,11 @@ export default function FocusModePage() {
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
+
+
+
);
-}
\ No newline at end of file
+}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2483cb6..b302258 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
-import { Activity, Calendar, CheckCircle, Clock, Lightbulb, Music, ShieldCheck, TrendingUp, Users, Zap } from "lucide-react";
+import { Activity, Calendar, CheckCircle, Clock, Lightbulb, Music, ShieldCheck, TrendingUp, Users, Zap, MessageSquareText } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,154 +29,150 @@ export default function LandingPage() {
headingFontWeight="semibold"
>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
);
-}
\ No newline at end of file
+}
diff --git a/src/app/planner/page.tsx b/src/app/planner/page.tsx
index 7eb140d..79f8a18 100644
--- a/src/app/planner/page.tsx
+++ b/src/app/planner/page.tsx
@@ -3,6 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import FooterMedia from '@/components/sections/footer/FooterMedia';
+import { MessageSquareText } from "lucide-react";
export default function PlannerPage() {
return (
@@ -18,6 +19,11 @@ export default function PlannerPage() {
secondaryButtonStyle="glass"
headingFontWeight="semibold"
>
+
+
+
);
-}
\ No newline at end of file
+}
diff --git a/src/app/study-ai/page.tsx b/src/app/study-ai/page.tsx
index 3e17131..d1b2cec 100644
--- a/src/app/study-ai/page.tsx
+++ b/src/app/study-ai/page.tsx
@@ -3,6 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import FooterMedia from '@/components/sections/footer/FooterMedia';
+import { MessageSquareText } from "lucide-react";
export default function StudyAIPage() {
return (
@@ -18,6 +19,11 @@ export default function StudyAIPage() {
secondaryButtonStyle="glass"
headingFontWeight="semibold"
>
+
+
+
);
-}
\ No newline at end of file
+}
diff --git a/src/app/therapy-ai/page.tsx b/src/app/therapy-ai/page.tsx
index d7103ad..983eedd 100644
--- a/src/app/therapy-ai/page.tsx
+++ b/src/app/therapy-ai/page.tsx
@@ -4,6 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine';
import FooterMedia from '@/components/sections/footer/FooterMedia';
+import { MessageSquareText } from "lucide-react";
export default function TherapyAIPage() {
return (
@@ -19,6 +20,11 @@ export default function TherapyAIPage() {
secondaryButtonStyle="glass"
headingFontWeight="normal"
>
+
+
+
);
-}
\ No newline at end of file
+}