diff --git a/app/page.tsx b/app/page.tsx deleted file mode 100644 index 4be1156..0000000 --- a/app/page.tsx +++ /dev/null @@ -1,91 +0,0 @@ -"use client"; - -import Link from "next/link"; -import { Button } from "@/components/ui/button"; -import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"; - -export default function HomePage() { - return ( -
-
- {/* Logo */} -
- Vib'n -
- - {/* Welcome Card */} - - - - Welcome to Vib'n - - - Your AI-powered development platform - - - -
-

- Track, manage, and deploy your AI-coded projects with ease. -

- -
- - -
🚀
-

Fast Deployment

-

- Deploy to Coolify with one click -

-
-
- - - -
🤖
-

AI-Powered

-

- Track AI coding sessions -

-
-
- - - -
📊
-

Analytics

-

- Monitor project progress -

-
-
-
- -
- - -
-
-
-
- - {/* Features */} -
-

✅ Self-hosted • ✅ Open source • ✅ Powered by Coolify

-
-
-
- ); -}