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.