A modern, professional website for Loop Technologies, an IT consulting startup based in Buea, Cameroon.
- Modern Design - Purple gradient theme with glassmorphism effects
- Responsive - Fully responsive design for all devices
- 5 Pages - Home, About, Services, Projects, Contact
- SEO Optimized - Meta tags and semantic HTML
- Animated - Smooth CSS animations and hover effects
- Fast - Built with Next.js 14 for optimal performance https://youtu.be/vk13GJi4Vd0?si=aLEYl5oQOpBmynVL
- Framework: Next.js 14 (App Router)
- Styling: CSS Modules
- Fonts: Inter (Google Fonts)
- Icons: Custom SVGs
- Node.js 18+ installed
- npm or yarn
-
Navigate to the project directory:
cd Looptech-site -
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open http://localhost:3000 in your browser
npm run build
npm startsrc/
├── app/
│ ├── globals.css # Design system & global styles
│ ├── layout.js # Root layout with Navbar/Footer
│ ├── page.js # Home page
│ ├── page.module.css # Home page styles
│ ├── about/ # About page
│ ├── services/ # Services page
│ ├── projects/ # Projects page
│ └── contact/ # Contact page
└── components/
├── Navbar.js # Navigation component
├── Footer.js # Footer component
├── Hero.js # Hero section component
└── ServiceCard.js # Service card component
- Primary Purple:
#6366f1 - Violet:
#7c3aed - Lavender:
#ddd6fe - Pink Accent:
#f5d0fe
- Font: Inter (Google Fonts)
- Headings: Bold/Extrabold
- Body: Regular
- Company: Loop Technologies CO LTD
- Location: Beside Winners Pharmacy, Iya Avenue, Great Soppo, Buea
- Phone: (+237) 674 081 245 / 693 198 398
- Email: support@luptek.com / infos@luptek.com
© 2024 Loop Technologies CO LTD. All rights reserved.