Index: xtjs-dashboard/README.md
===================================================================
--- nextjs-dashboard/README.md	(revision e9de80cb20040e156221d2e647687591c8123290)
+++ 	(revision )
@@ -1,5 +1,0 @@
-## Next.js App Router Course - Starter
-
-This is the starter template for the Next.js App Router Course. It contains the starting code for the dashboard application.
-
-For more information, see the [course curriculum](https://nextjs.org/learn) on the Next.js Website.
Index: nextjs-dashboard/app/layout.tsx
===================================================================
--- nextjs-dashboard/app/layout.tsx	(revision e9de80cb20040e156221d2e647687591c8123290)
+++ nextjs-dashboard/app/layout.tsx	(revision fab6a6fa7856aeb912b092cc821bca7d1c4d2ccc)
@@ -5,9 +5,8 @@
 export const metadata: Metadata = {
   title: {
-    template: '%s | Acme Dashboard',
-    default: 'Acme Dashboard',
+    template: '%s | FEiN Dashboard',
+    default: 'FEiN Dashboard',
   },
-  description: 'The official Next.js Course Dashboard, built with App Router.',
-  metadataBase: new URL('https://next-learn-dashboard.vercel.sh'),
+  description: 'Mobile-first web-application for personal finance tracking',
 };
 
Index: nextjs-dashboard/app/page.tsx
===================================================================
--- nextjs-dashboard/app/page.tsx	(revision e9de80cb20040e156221d2e647687591c8123290)
+++ nextjs-dashboard/app/page.tsx	(revision fab6a6fa7856aeb912b092cc821bca7d1c4d2ccc)
@@ -12,9 +12,5 @@
             className={`${firaCode.className} text-xl text-gray-800 md:text-2xl md:leading-normal antialiased`}
           >
-            <strong>Welcome to Acme.</strong> This is the example for the{' '}
-            <a href="https://nextjs.org/learn/" className="text-blue-500">
-              Next.js Learn Course
-            </a>
-            , brought to you by Vercel.
+            <strong>Welcome to FEiN.</strong>
           </p>
           <Link
