A sleek, responsive landing page for modern furniture brands built with React.js and Material UI.
- ✅ Fully responsive across devices
- 🎨 Beautiful UI with Material UI components
- ⚛️ Built with functional React components
- 🚀 Deployed on Vercel for blazing-fast performance
- 🧩 Clean, modular folder structure
🛠️ This landing page screen was designed and developed in just one day.
| Technology | Description |
|---|---|
| React.js | Frontend library for UI |
| Material UI | Component library for styling |
| Vercel | Deployment platform |
src/
├── assets/
├── layouts/
├── components/ # Navbar, Hero, ProductSection, Footer, etc.
├── pages/ # Home page layout
├── App.js # Main app wrapper
├── index.js # Entry point
└── theme.js # (Optional) Custom MUI theme config
# Clone the repository
git clone https://github.com/your-username/furniture-landing-page.git
cd furniture-landing-page
# Install dependencies
npm install
# Start the local development server
npm start
Then open http://localhost:3000 to view it in the browser.