diff --git a/pages/_app.js b/pages/_app.js
new file mode 100644
index 0000000..3e33d4b
--- /dev/null
+++ b/pages/_app.js
@@ -0,0 +1,7 @@
+import '../src/styles/globals.css';
+
+function MyApp({ Component, pageProps }) {
+ return ;
+}
+
+export default MyApp;
\ No newline at end of file
diff --git a/pages/votePage.tsx b/pages/votePage.tsx
new file mode 100644
index 0000000..0cefe03
--- /dev/null
+++ b/pages/votePage.tsx
@@ -0,0 +1,7 @@
+import VoteContainer from "~/app/NnebuoUkamaka/vote/container/VoteContainer";
+
+const Vote = () => {
+ return
+};
+
+export default Vote;
\ No newline at end of file
diff --git a/public/svgs/imageIcon.svg b/public/svgs/imageIcon.svg
new file mode 100644
index 0000000..b35e8ae
--- /dev/null
+++ b/public/svgs/imageIcon.svg
@@ -0,0 +1,3 @@
+
diff --git a/src/app/NnebuoUkamaka/vote/container/VoteContainer.tsx b/src/app/NnebuoUkamaka/vote/container/VoteContainer.tsx
new file mode 100644
index 0000000..851f153
--- /dev/null
+++ b/src/app/NnebuoUkamaka/vote/container/VoteContainer.tsx
@@ -0,0 +1,74 @@
+import React from "react";
+import Image from "next/image";
+
+const VoteContainer = () => {
+ return (
+
+
+
Vote
+
+ 10 FAO will be deducted when voting is generated (Amount: 9 FAO)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ );
+};
+
+export default VoteContainer;
+
+
+