diff --git a/src/app/page.tsx b/src/app/page.tsx index 405c261..b1fa401 100755 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,23 +1,83 @@ import Link from "next/link"; -import { Button } from "@/components/ui/button"; -import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"; +import { IconArrowRight, IconBrandGithub } from "@tabler/icons-react"; export default function Home() { return ( -
- - - Compass - - Work-in-progress development preview - - - - - - +
+ + +
+
+

+ Construction Project Management +

+

+ Build With +
+ + Clarity + +

+

+ Project scheduling, file management, and team coordination + — purpose-built for construction professionals. +

+
+ + Enter Dashboard + + + + + View on GitHub + +
+
+
+ +
+ + © 2025 High Performance Structures + + + Open Source (MIT) + +
+ +
+
+
); }