A modern, responsive landing page for PoolSave — Community Rotating Savings With Collective Yield Allocation.
- Modern Design: Matches the mobile app's dark theme with cyan and orange accents
- Fully Responsive: Works beautifully on desktop, tablet, and mobile devices
- Smooth Animations: Scroll-triggered navigation effects
- Comprehensive Content: Detailed sections covering features, how it works, and benefits
- Next.js 14: Built with the latest Next.js for optimal performance
- Node.js 18+
- npm, yarn, or pnpm
# Install dependencies
npm install
# or
yarn install
# or
pnpm installnpm run dev
# or
yarn dev
# or
pnpm devOpen http://localhost:3000 in your browser to see the landing page.
npm run build
npm startThe landing page uses the same color palette as the mobile app:
- Primary:
#1A1A1A- Main background - Secondary:
#00D4D4- Cyan accent (buttons, highlights) - Accent:
#FF8C42- Orange accent (alternate highlights) - Text:
#FFFFFF99- Semi-transparent white for secondary text - Background:
#252525- Section backgrounds - BG:
#303030- Card backgrounds - Highlight:
#5A5A5A- Borders and dividers
- Hero: Main value proposition with CTA buttons
- Problem Statement: Challenges with traditional savings circles
- Solution: What PoolSave offers
- How It Works: Step-by-step explanation
- Benefits: Why choose PoolSave
- Technology: Blockchain and smart contract details
- Vision: Future goals
- CTA: Final call to action
- Footer: Links and information
The landing page can be deployed to:
- Vercel (recommended for Next.js)
- Netlify
- Any static hosting service
For Vercel:
npm install -g vercel
vercelPrivate project for PoolSave.