A modern, visually appealing landing page for Roll 'n' Go Sharwama, built with React, Vite, and Tailwind CSS.
- Hero section with rotating shawarma background images
- February special: 50% OFF promo highlighted
- Menu showcase with pricing and order links
- WhatsApp order integration
- Responsive, mobile-friendly design
- Custom local images for authenticity
- Node.js (v18 or newer recommended)
- npm or yarn
npm installnpm run devnpm run buildnpm run previewrollngo/
├── src/
│ ├── App.tsx # Main React component
│ ├── main.tsx # Entry point
│ ├── index.css # Tailwind and custom styles
│ └── assets/ # Local shawarma images
├── public/
├── package.json
├── tailwind.config.js
├── vite.config.ts
└── ...
- To update images, replace files in
src/assets/. - Edit
src/App.tsxfor content or layout changes.
MIT