diff --git a/src/app/page.tsx b/src/app/page.tsx index 3eee014..97462a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,101 +1,108 @@ import Image from "next/image"; +import Tabbar from "@/tabbar"; export default function Home() { - return ( -
-
- Next.js logo -
    -
  1. - Get started by editing{" "} - - src/app/page.tsx - - . -
  2. -
  3. Save and see your changes instantly.
  4. -
- -
- - Vercel logomark - Deploy now - - - Read our docs - -
-
- +return ( +
+ +

- ); +) +// return ( +//
+//
+// Next.js logo +//
    +//
  1. +// Get started by editing{" "} +// +// src/app/page.tsx +// +// . +//
  2. +//
  3. Save and see your changes instantly.
  4. +//
+ +//
+// +// Vercel logomark +// Deploy now +// +// +// Read our docs +// +//
+//
+// +//
+// ); } diff --git a/src/tabbar.tsx b/src/tabbar.tsx new file mode 100644 index 0000000..c7df555 --- /dev/null +++ b/src/tabbar.tsx @@ -0,0 +1,9 @@ +export default function Tabbar(){ + return ( +
+ Earthquake + Wherehouse + Shop +
+ ) +} \ No newline at end of file