This project replicates the Hero section (including Navbar) and Testimonial of Osmo Supply using Next.js and plain CSS. It features a pixel-perfect design with responsive layouts, adhering to the original site’s styling without UI libraries.
- Clone the Repository:
git clone https://github.com/devdignesh/osmo.git
cd osmo- Install Dependencies:
npm i
npm run dev- Uses plain CSS (e.g., navbar.css, testimonial.css) with global variables in globals.css.
- Deployed on Vercel (update with URL after deployment).