From 048b268aaf8bbb908aabacbe56dd832bb1290f42 Mon Sep 17 00:00:00 2001 From: cqlyj Date: Tue, 7 Jan 2025 00:49:43 +0800 Subject: [PATCH] feat: update Home component to display Meme Launcher title --- front-end/src/app/page.js | 98 +-------------------------------------- 1 file changed, 2 insertions(+), 96 deletions(-) diff --git a/front-end/src/app/page.js b/front-end/src/app/page.js index 61edd89..68940cd 100644 --- a/front-end/src/app/page.js +++ b/front-end/src/app/page.js @@ -1,101 +1,7 @@ -import Image from "next/image"; - export default function Home() { return ( -
-
- Next.js logo -
    -
  1. - Get started by editing{" "} - - src/app/page.js - - . -
  2. -
  3. Save and see your changes instantly.
  4. -
- -
- - Vercel logomark - Deploy now - - - Read our docs - -
-
- +
+

Meme Launcher

); }