A modern SaaS-style marketing website for Digital Loop Int'l Limited, an African AI education and consulting company. Features 7 pages, conversion-focused design, integrations with Tally, Paystack, Stripe, Calendly, Tidio, and MailerLite, plus SEO optimization and mobile-first responsiveness. Β· Built with Manus
# Digital Loop Int'l Limited - Marketing Website
A production-quality marketing website for Digital Loop, an African AI education and consulting company. Built with React 19, TypeScript, Tailwind CSS 4, and Express.js.
## π Quick Start
### Development
```bash
pnpm install
pnpm dev
```
The dev server runs on `
localhost`
### Build & Deploy
```bash
pnpm build
pnpm start
```
---
## π Project Structure
```
client/
βββ src/
β βββ pages/ # 7 main pages (Home, Academy, Business, Projects, Masterclass, About, Contact)
β βββ components/ # Reusable components (Navigation, Footer, CTAs, Forms, etc.)
β βββ contexts/ # React contexts
β βββ lib/ # tRPC client setup
β βββ App.tsx # Main app with routing
β βββ index.css # Global styles with brand colors
βββ public/ # Static assets (favicon, robots.txt)
βββ index.html # HTML template with Plausible analytics
server/
βββ routers.ts # tRPC procedures
βββ db.ts # Database queries
βββ _core/ # Framework plumbing (OAuth, context, etc.)
shared/
βββ constants.ts # Brand colors, navigation links, content
βββ integrations.ts # Third-party service credentials
drizzle/
βββ schema.ts # Database schema
---
## π¨ Design System
### Brand Colors
- **Primary**: #F15A29 (Orange)
- **Secondary**: #1C8ACB (Blue)
- **Accent/Dark**: #0B2545 (Dark Blue)
- **Background**: #FFFFFF & #F5F7FA (Light Gray)
### Typography
- **Headings**: Space Grotesk
- **Body**: Inter
### Components
- Rounded corners: 8β12px
- Soft shadows throughout
- Generous white space
- Subtle scroll animations (Framer Motion)
---
## π Pages Overview
### 1. Home (`/`)
- Hero section with primary CTA
- Trust bar with client logos
- "The Shift" market opportunity section
- Three paths (Academy, Business, Projects)
- Featured program card
- Projects grid preview (6 cards)
- How it works (4-step process)
- Testimonials β¦