diff options
Diffstat (limited to '')
| -rw-r--r-- | apps/landing/app/page.tsx (renamed from apps/web/components/landing/LandingPage.tsx) | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/apps/web/components/landing/LandingPage.tsx b/apps/landing/app/page.tsx index cf8e8abd..d87962bb 100644 --- a/apps/web/components/landing/LandingPage.tsx +++ b/apps/landing/app/page.tsx @@ -1,11 +1,10 @@ import Image from "next/image"; import Link from "next/link"; +import { Button, buttonVariants } from "@/components/ui/button"; import { cn } from "@/lib/utils"; -import screenshot from "@/public/landing/screenshot.png"; +import screenshot from "@/public/screenshot.png"; import { ExternalLink, Github, PackageOpen } from "lucide-react"; -import { Button, buttonVariants } from "../ui/button"; - const GITHUB_LINK = "https://github.com/MohamedBassem/hoarder-app"; function NavBar() { |
