Welcome to the official portfolio and business website for CAPTORANGE - a premium digital product studio.
This repository contains the source code for the high-performance, mobile-first landing page designed to showcase services, previous client work, and personal capstone projects. The site is built with modern web technologies focusing on a stunning dark-mode-first aesthetic, smooth animations, and optimized performance.
- Framework: Next.js (React)
- Styling: Tailwind CSS v4
- Animations: Framer Motion
- Icons: Lucide React
- Theming:
next-themes(Dark/Light mode support)
- Premium Glassmorphism UI: Extensive use of translucent backgrounds and backdrop blurs to create a deep, layered interface that works beautifully in both dark and light modes.
- Poker-Hand Image Gallery: Custom interactive animations for displaying project screenshots in a stacked "poker hand" layout that fans out on hover.
- Immersive Full-Screen Modals: Custom
ImageModalcomponent utilizing Next.js<Image />optimization to view high-resolution screenshots without layout shifts. - Infinite Marquee: Smooth auto-scrolling tech stack banner.
- Fully Responsive: Meticulously designed to look perfect on mobile devices, tablets, and ultra-wide desktop monitors.
- Solo-Founder Optimized: Copy and layout structured specifically for a solo full-stack developer running a digital studio.
To run the project locally on your machine:
-
Clone the repository:
git clone https://github.com/ThisIsOJAS/captorange.git cd captorange -
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
View the site: Open http://localhost:3000 in your browser.
/src/app- Next.js App Router layout, page entry points, and global styles./src/components/sections- Major page blocks (Hero, Services, FeaturedProject, ProjectsGrid, CTA, DeveloperProfile, etc)./src/components/ui- Reusable interface components (Navbar, Footer, ImageModal, FloatingElements)./public- Static assets including the massive CAPTORANGE logo and all project screenshots.
© 2026 CAPTORANGE. All rights reserved.