+
+
\ No newline at end of file
diff --git a/app/(root)/layout.tsx b/app/(root)/layout.tsx
new file mode 100644
index 0000000..1d16cd7
--- /dev/null
+++ b/app/(root)/layout.tsx
@@ -0,0 +1,15 @@
+import React from 'react'
+import Header from "../../components/Header";
+
+const Layout = ({ children }: { children : React.ReactNode }) => {
+ return (
+
+
+
+
+ {children}
+
+
+ )
+}
+export default Layout
diff --git a/app/(root)/page.tsx b/app/(root)/page.tsx
new file mode 100644
index 0000000..7bfb095
--- /dev/null
+++ b/app/(root)/page.tsx
@@ -0,0 +1,18 @@
+import React from 'react'
+import {Button} from "../../components/ui/button";
+
+const Home = () => {
+ return (
+
+
+
Welcome to OpenStock
+
+ OpenStock is an open-source alternative to expensive market platforms.
+ Track real-time prices, set personalized alerts, and explore detailed company insights.
+