diff --git a/src/app/page.tsx b/src/app/page.tsx
index b430edd..36b2539 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -20,9 +20,7 @@ export default function Home() {
}
if (data && data.length > 0) {
- const hasLinkedIn = data.some(
- (provider) => provider.provider.toLowerCase() === "linkedin"
- );
+ const hasLinkedIn = data.some((provider) => provider.provider.toLowerCase() === "linkedin");
if (!hasLinkedIn) {
return true;
}
@@ -34,37 +32,27 @@ export default function Home() {
const isConnected = !actionNeeded();
return (
-
+
{/* Welcome Section */}
-
-
- {isConnected ? "Welcome Back to Post0" : "Welcome to Post0"}
-
-
- {isConnected
- ? "Your LinkedIn account is connected. Ready to automate your social media!"
- : "Let's get you set up with automated social media posting."}
-
+
+
{isConnected ? "Welcome Back to Post0" : "Welcome to Post0"}
+
{isConnected ? "Your LinkedIn account is connected. Ready to automate your social media!" : "Let's get you set up with automated social media posting."}
{/* Status & Action Card */}
-
+
{isConnected ? (
<>
-
-
- Account Connected
-
+
+ Account Connected
>
) : (
<>
-
-
- Setup Required
-
+
+ Setup Required
>
)}
@@ -72,17 +60,12 @@ export default function Home() {
{actionNeeded() ? (
-
}
- >
+
}>
Connect LinkedIn Account
) : (
-
+
Create Schedule
@@ -100,47 +83,30 @@ export default function Home() {
-
-
- How Post0 Works
-
+
+ How Post0 Works
-
- 1
-
+
1
Create Schedules
-
- Set up your posting schedule with custom time slots and
- frequency.
-
+
Set up your posting schedule with custom time slots and frequency.
-
- 2
-
+
2
Get Smart Drafts
-
- Post0 suggests captions and ideas tailored to your brand and
- audience — ready to polish.
-
+
Post0 suggests captions and ideas tailored to your brand and audience — ready to polish.
-
- 3
-
+
3
Auto-Publish
-
- Posts are published automatically to your connected
- platforms with your gallery images.
-
+
Posts are published automatically to your connected platforms with your gallery images.