From bf023d6846a0ed5cea5f8b27ac8759435ee5ea2f Mon Sep 17 00:00:00 2001 From: "mihailo.vojinovic" Date: Wed, 4 Feb 2026 14:27:36 +0100 Subject: Remove boilerplate --- src/app/page.tsx | 62 ++------------------------------------------------------ 1 file changed, 2 insertions(+), 60 deletions(-) (limited to 'src/app/page.tsx') diff --git a/src/app/page.tsx b/src/app/page.tsx index 295f8fd..75f3c42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,65 +1,7 @@ -import Image from "next/image"; - export default function Home() { return ( -
-
- Next.js logo -
-

- To get started, edit the page.tsx file. -

-

- Looking for a starting point or more instructions? Head over to{" "} - - Templates - {" "} - or the{" "} - - Learning - {" "} - center. -

-
-
- - Vercel logomark - Deploy Now - - - Documentation - -
-
+
+

Free Invoice Generator

); } -- cgit v1.3.1