A modern, responsive website for Axio Ventures built with Next.js 14, TypeScript, and Tailwind CSS. Recreated from the original WordPress site with enhanced performance and modern architecture.
- ⚡ Next.js 14 with App Router
- 🎨 Custom Color Scheme - Blue (#0073FF) & Green (#21B34A)
- 📱 Fully Responsive design
- ✨ Framer Motion animations
- 🎯 TypeScript for type safety
- 🚀 Optimized Performance
- 🎭 Modern UI/UX with smooth transitions
- 🔽 Multi-level Dropdown Menus (3 levels deep)
- 🔄 Rotating Client Logos carousel
- 📊 Animated Statistics counters
- 📍 Timeline Component for track record
- 🎨 Gradient Backgrounds and modern effects
- Framework: Next.js 14
- Language: TypeScript
- Styling: Tailwind CSS
- Animations: Framer Motion
- Icons: React Icons
- Fonts: Google Fonts (Open Sans, Poppins, Rajdhani)
- Primary Blue: #0073FF (hover: #0062dd)
- Accent Green: #21B34A (hover: #17b556)
- Dark: #1a1a1a
- Text: Professional contrast ratios for accessibility
- Node.js 18+ installed
- npm or yarn package manager
- Clone the repository or navigate to the project directory:
cd axio-ventures-nextjs- Install dependencies:
npm install
# or
yarn install- Run the development server:
npm run dev
# or
yarn dev- Open http://localhost:3000 in your browser
axio-ventures-nextjs/
├── app/
│ ├── layout.tsx # Root layout with fonts and metadata
│ ├── page.tsx # Home page
│ └── globals.css # Global styles and Tailwind config
├── components/
│ ├── Header.tsx # Navigation header
│ └── Footer.tsx # Footer component
├── public/ # Static assets
├── package.json
├── tsconfig.json
├── tailwind.config.ts
└── next.config.js
npm run dev- Start development servernpm run build- Build for productionnpm start- Start production servernpm run lint- Run ESLint
Edit the color scheme in tailwind.config.ts:
colors: {
primary: {
DEFAULT: '#2d4a8a',
dark: '#1e3567',
light: '#3d5a9a',
},
// ... more colors
}Fonts are configured in app/layout.tsx using Next.js Font Optimization.
Update content in:
app/page.tsx- Home page contentcomponents/Header.tsx- Navigation linkscomponents/Footer.tsx- Footer information
- Push your code to GitHub
- Import your repository on Vercel
- Deploy with one click
Build the project:
npm run buildThe output will be in the .next folder, ready for deployment.
- Hero Section - Eye-catching introduction with CTA buttons
- Services Section - Showcase of all services offered
- Stats Section - Key metrics and achievements
- Why Choose Us - Unique value propositions
- CTA Section - Final call-to-action
- Header - Sticky navigation with mobile menu
- Footer - Company info, quick links, and contact details
- Responsive Design - Mobile-first approach
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
© 2025 Axio Ventures. All rights reserved.
For questions or support, contact:
- Email: info@axioventures.com
- Phone: +1 (234) 567-890