diff --git a/app/page.tsx b/app/page.tsx index b5060d6..532c224 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,22 +1,43 @@ +import Image from 'next/image'; import Link from 'next/link'; +import { buttonVariants } from '@/components/ui/button'; + export default function Home() { return ( -
- +
+
+ Fixit + + Sign in + +
+ +
+
+

+ Transform Your Task + Management +

+

+ Organize, prioritize, and achieve your goals more efficiently. + Simplify your workflow and focus on what matters most. +

+ + Get Started + +
+ +
+ hero +
+
); } diff --git a/public/hero.svg b/public/hero.svg new file mode 100644 index 0000000..1d49dac --- /dev/null +++ b/public/hero.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/hero_icon.svg b/public/hero_icon.svg new file mode 100644 index 0000000..28a497f --- /dev/null +++ b/public/hero_icon.svg @@ -0,0 +1,334 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file