diff --git a/public/image.png b/public/image.png new file mode 100644 index 0000000..d9dcfbc Binary files /dev/null and b/public/image.png differ diff --git a/src/app/page.tsx b/src/app/page.tsx index 97462a7..5ee2c09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,13 +1,23 @@ import Image from "next/image"; -import Tabbar from "@/tabbar"; +import Navbar from "@/components/tabbar"; export default function Home() { return ( -
- -

-
+
+ +
+
+ Background Image +
+
+
+

Tremor Tracker

+
+
+ +
) + // return ( //
//
diff --git a/src/components/tabbar.tsx b/src/components/tabbar.tsx new file mode 100644 index 0000000..4e5502a --- /dev/null +++ b/src/components/tabbar.tsx @@ -0,0 +1,18 @@ +export default function Navbar(){ + return ( +
+
+

Logo

+
+
+ + + +
+
+
+

User

+
+
+ ) +} \ No newline at end of file diff --git a/src/tabbar.tsx b/src/tabbar.tsx deleted file mode 100644 index c7df555..0000000 --- a/src/tabbar.tsx +++ /dev/null @@ -1,9 +0,0 @@ -export default function Tabbar(){ - return ( -
- Earthquake - Wherehouse - Shop -
- ) -} \ No newline at end of file