diff --git a/frontend/src/components/Layout.jsx b/frontend/src/components/Layout.jsx index fa65cc0..854a78c 100644 --- a/frontend/src/components/Layout.jsx +++ b/frontend/src/components/Layout.jsx @@ -90,21 +90,22 @@ const Layout = ({ setIsAuthenticated }) => { {/* Theme Toggle */} {/* Logout Button */} - {/* Stats */}
{stats.map((stat, index) => ( -
-
+
+
{stat.number}
-
+
{stat.label}
@@ -231,16 +233,17 @@ const HomePage = () => { {features.map((feature, index) => (
{feature.icon}
-

+

{feature.title}

@@ -265,40 +268,40 @@ const HomePage = () => {

-
-
+
+

1. Connect Repository

-

+

Connect your GitHub repository with one click. We support both public and private repos.

-
-
+
+

2. Configure & Build

-

+

We automatically detect your framework and configure the optimal build settings.

-
-
+
+

3. Deploy & Go Live

-

+

Your app is deployed globally with SSL, CDN, and monitoring included automatically.

diff --git a/frontend/src/pages/Profile.jsx b/frontend/src/pages/Profile.jsx index 05b9b48..9febf4c 100644 --- a/frontend/src/pages/Profile.jsx +++ b/frontend/src/pages/Profile.jsx @@ -389,7 +389,7 @@ function Profile() {
{user.isGithubConnected ? ( <> -
+
Connected @@ -409,7 +409,7 @@ function Profile() { Profile
-
+
Complete @@ -456,7 +456,7 @@ function Profile() { {!isEditing ? (