Logo Lanfrica

shileodebode/digitalloop-manus-website

Domain:

digital infrastructureeducation

Record type:

software
Creator:
shi
Host:
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 …