A conversion-focused landing page demo for selling website services to small business owners in Nigeria. Customers browse products and order via WhatsApp in one tap.
- HTML5
- Tailwind CSS (CDN)
- Vanilla JavaScript (
src/js/app.js) - Custom styles (
src/css/styles.css)
No build step required.
- Open the project folder.
- Double-click
src/index.html, or open it in your browser.
For live reload during edits (optional):
npm install
npx live-server srcEdit src/js/config.js (one place updates every button and link):
window.WHATSAPP_CONFIG = {
phone: '2348012345678', // no + or spaces
display: '+234 801 234 5678' // shown on the page
};Then redeploy to Vercel (npx vercel deploy --prod from phone-email-demo).
- Go to netlify.com and sign in (or create a free account).
- Drag and drop the
srcfolder onto the Netlify deploy area.- Netlify will serve
index.htmlas the site entry.
- Netlify will serve
- Copy your live URL (e.g.
https://your-site-name.netlify.app).
Tip: Set the publish directory to src if you connect a Git repository instead of drag-and-drop.
From the phone-email-demo folder (linked to project whats-order-ng):
npx vercel deploy --prodProduction URL: https://whats-order-ng.vercel.app
phone-email-demo/
├── README.md
├── src/
│ ├── index.html
│ ├── css/styles.css
│ ├── js/app.js
│ ├── logo.svg
│ ├── favicon.svg
│ └── assets/images/ # Product SVG placeholders
Eight sample products with Naira prices and WhatsApp order links:
| Product | Price |
|---|---|
| Chicken Shawarma | ₦2,500 |
| Sneakers | ₦18,000 |
| Hoodie | ₦15,000 |
| Wristwatch | ₦7,500 |
| Phone Case | ₦3,000 |
| Bag | ₦12,000 |
| Perfume | ₦10,000 |
| Cap | ₦5,000 |
MIT — use freely for client demos and portfolios.