diff --git a/src/app/feed/page.tsx b/src/app/feed/page.tsx index f2d8b50..39f3112 100644 --- a/src/app/feed/page.tsx +++ b/src/app/feed/page.tsx @@ -7,17 +7,21 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; export default function FeedPage() { return ( - + - +

Feed & Timeline

This is your main social feed. Stay connected with the latest updates from your network.

- +
); diff --git a/src/app/messaging/page.tsx b/src/app/messaging/page.tsx index c1dedaa..b19623a 100644 --- a/src/app/messaging/page.tsx +++ b/src/app/messaging/page.tsx @@ -7,17 +7,21 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; export default function MessagingPage() { return ( - + - +

Messaging & Chat

Securely connect with others through encrypted, high-speed private messaging.

- +
); diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx index 2073b27..b813944 100644 --- a/src/app/profile/page.tsx +++ b/src/app/profile/page.tsx @@ -7,17 +7,21 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; export default function ProfilePage() { return ( - + - +

User Profile

Manage your personal identity, settings, and showcase your creative works.

- +
); diff --git a/src/app/search/page.tsx b/src/app/search/page.tsx index 9ed098b..65f0f10 100644 --- a/src/app/search/page.tsx +++ b/src/app/search/page.tsx @@ -21,16 +21,19 @@ export default function SearchPage() { headingFontWeight="bold" > - +

Explore & Discover

- - +
+ +
+
);