import Link from "next/link"; import React from "react"; import Image from "next/image"; const Layout = ({ children }: { children : React.ReactNode }) => { return (

OpenStock

{children}
“For me, OpenStock isn’t just another stock app. It’s about giving people clarity and control in the market, without barriers or subscriptions.”
- Ravi Pratap Singh (@ravixalgorithm)

Founder @opendevsociety

{[1,2,3,4,5].map((star) => ( star ))}
Dashboard Preview
) } export default Layout