diff --git a/app/page.tsx b/app/page.tsx
index 3f36f7c..fd45a4d 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -1,65 +1,21 @@
-import Image from "next/image";
-
export default function Home() {
+ const streamUrl = "http://172.17.19.107:5000/video_feed";
+
return (
-
-
-
+ {/* Pastikan tag h1 ini utuh */}
+ Robot FPV Dashboard
+
+
+

-
-
- To get started, edit the page.tsx file.
-
-
- Looking for a starting point or more instructions? Head over to{" "}
-
- Templates
- {" "}
- or the{" "}
-
- Learning
- {" "}
- center.
-
-
-
-
-
+
+
+ {/* Pastikan tag p ini utuh */}
+ Menunggu koneksi Joystick...
+
);
-}
+}
\ No newline at end of file