{"id":30920327,"url":"https://github.com/chandan-devs-tech/pixelhatch","last_synced_at":"2025-09-10T01:13:54.528Z","repository":{"id":304092901,"uuid":"1017739828","full_name":"Chandan-devs-tech/pixelhatch","owner":"Chandan-devs-tech","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-11T03:48:41.000Z","size":8754,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-11T07:46:03.945Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pixel-hatch.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Chandan-devs-tech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-11T03:04:54.000Z","updated_at":"2025-07-11T03:48:44.000Z","dependencies_parsed_at":"2025-07-11T07:46:10.294Z","dependency_job_id":"c570f31c-e877-4768-bfaf-3ace820617c8","html_url":"https://github.com/Chandan-devs-tech/pixelhatch","commit_stats":null,"previous_names":["chandan-devs-tech/pixelhatch"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Chandan-devs-tech/pixelhatch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chandan-devs-tech%2Fpixelhatch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chandan-devs-tech%2Fpixelhatch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chandan-devs-tech%2Fpixelhatch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chandan-devs-tech%2Fpixelhatch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Chandan-devs-tech","download_url":"https://codeload.github.com/Chandan-devs-tech/pixelhatch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Chandan-devs-tech%2Fpixelhatch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274395612,"owners_count":25277383,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-09-10T01:13:49.157Z","updated_at":"2025-09-10T01:13:54.519Z","avatar_url":"https://github.com/Chandan-devs-tech.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PixelHatch - Creative Digital Agency Landing Page\n\nA modern, responsive landing page for PixelHatch, a creative digital agency specializing in web design, branding, and digital marketing services.\n\n![Status](https://img.shields.io/badge/Status-Complete-brightgreen)\n![Next.js](https://img.shields.io/badge/Next.js-14.2.30-blueviolet)\n![React](https://img.shields.io/badge/React-18-blue)\n![Styled Components](https://img.shields.io/badge/Styled--Components-6.1.19-pink)\n\n## 🌟 Features\n\n- **Modern Design**: Clean, professional design with beautiful gradients and animations\n- **Fully Responsive**: Optimized for desktop, tablet, and mobile devices\n- **Smooth Animations**: Framer Motion animations for enhanced user experience\n- **Professional Sections**:\n  - Hero section with compelling headline and CTA\n  - Services showcase with background images\n  - Client testimonials with real photos\n  - Contact form with validation\n  - Professional footer with social links\n- **Performance Optimized**: Built with Next.js for fast loading and SEO\n- **Clean Code**: Well-structured, maintainable codebase\n\n## 🚀 Demo\n\n[Live Demo](https://pixel-hatch.netlify.app/)\n\n## 📸 Screenshots\n\n![PixelHatch Landing Page Preview](./public/images/screencapture-pixel-hatch.webp)\n\n### Key Sections:\n\n- **Hero Section**: Professional hero with gradient background and floating animations\n- **Services Section**: Web Design, Branding, and Digital Marketing with background images\n- **Testimonials**: Client testimonials with professional photos and glassmorphism design\n- **Contact Section**: Clean contact form with company information and social media links\n\n## 🛠️ Technologies Used\n\n- **Framework**: [Next.js 14.2.30](https://nextjs.org/)\n- **UI Library**: [React 18](https://reactjs.org/)\n- **Styling**: [Styled Components](https://styled-components.com/)\n- **Animations**: [Framer Motion](https://www.framer.com/motion/)\n- **Form Handling**: [React Hook Form](https://react-hook-form.com/)\n- **Icons**: [Tabler Icons React](https://tabler-icons.io/)\n- **Deployment**: [Vercel](https://vercel.com/)\n\n## 📁 Project Structure\n\n```\npixelhatch/\n├── src/\n│   ├── app/\n│   │   ├── lib/\n│   │   │   └── registry.js          # Styled Components registry\n│   │   ├── layout.js                # Root layout with metadata\n│   │   └── page.js                  # Main page component\n│   ├── components/\n│   │   ├── Header.js                # Navigation header\n│   │   ├── HeroSection.js           # Hero section with CTA\n│   │   ├── ServicesSection.js       # Services showcase\n│   │   ├── TestimonialsSection.js   # Client testimonials\n│   │   ├── ContactSection.js        # Contact form\n│   │   └── CTAAndFooter.js          # Footer with social links\n│   └── styles/\n│       └── GlobalStyles.js          # Global styling\n├── public/\n│   └── images/                      # Static images\n│       ├── web-design.webp\n│       ├── branding.webp\n│       ├── digital-marketing.webp\n│       ├── testimonial-01.webp\n│       ├── testimonial-02.webp\n│       └── testimonial-03.webp\n├── package.json\n└── README.md\n```\n\n## 🚀 Getting Started\n\n### Prerequisites\n\n- Node.js 18.x or later\n- npm or yarn package manager\n\n### Installation\n\n1. **Clone the repository**\n\n   ```bash\n   git clone https://github.com/Chandan-devs-tech/pixelhatch.git\n   cd pixelhatch-landing-page\n   ```\n\n2. **Install dependencies**\n\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n3. **Run the development server**\n\n   ```bash\n   npm run dev\n   # or\n   yarn dev\n   ```\n\n4. **Open your browser**\n   Navigate to [http://localhost:3000](http://localhost:3000) to see the application.\n\n### Building for Production\n\n```bash\n# Build the application\nnpm run build\n\n# Start production server\nnpm run start\n```\n\n## 🎨 Customization\n\n### Colors \u0026 Branding\n\nThe main brand colors are defined in the styled components:\n\n- **Primary Blue**: `#3b82f6` to `#1d4ed8` (gradient)\n- **Background**: Light gray `#f8fafc`\n- **Text**: Dark gray `#1a202c`\n\n### Images\n\nReplace the images in the `public/images/` directory:\n\n- **Service images**: web-design.webp, branding.webp, digital-marketing.webp\n- **Testimonial photos**: testimonial-01.webp, testimonial-02.webp, testimonial-03.webp\n\n### Content\n\nUpdate the content in each component file:\n\n- **Services**: Edit `ServicesSection.js` to modify service descriptions\n- **Testimonials**: Update `TestimonialsSection.js` with real client feedback\n- **Contact Info**: Modify `ContactSection.js` with your actual contact details\n\n## 📱 Responsive Design\n\nThe landing page is fully responsive with breakpoints at:\n\n- **Desktop**: 1200px and above\n- **Tablet**: 768px - 1199px\n- **Mobile**: Below 768px\n\n## 🔧 Development\n\n### Available Scripts\n\n- `npm run dev` - Start development server\n- `npm run build` - Build for production\n- `npm run start` - Start production server\n- `npm run lint` - Run ESLint\n\n### Code Style\n\n- **Components**: Functional components with hooks\n- **Styling**: Styled Components with responsive design\n- **Animations**: Framer Motion for smooth transitions\n- **Forms**: React Hook Form for validation\n\n## 🚀 Deployment\n\n### Vercel (Recommended)\n\n1. Push your code to GitHub\n2. Connect your repository to [Vercel](https://vercel.com)\n3. Deploy automatically with every push\n\n### Netlify\n\n1. Build the project: `npm run build`\n2. Deploy the `out` folder to [Netlify](https://netlify.com)\n\n### Other Platforms\n\nThe project can be deployed to any platform that supports Next.js applications.\n\n## 🤝 Contributing\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit your changes (`git commit -m 'Add amazing feature'`)\n4. Push to the branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## 👤 Author\n\n**Your Name**\n\n- GitHub: [Chandan Gupta](https://github.com/Chandan-devs-tech)\n- Email: chandanguptabsb@gmail.com\n\n## 🙏 Acknowledgments\n\n- **Design Inspiration**: Modern SaaS landing pages\n- **Icons**: [Tabler Icons](https://tabler-icons.io/)\n- **Images**: Custom testimonial photos\n- **Animations**: [Framer Motion](https://www.framer.com/motion/)\n\n## 📞 Support\n\nIf you have any questions or need help with the project, please [open an issue](https://github.com/your-username/pixelhatch-landing-page/issues) or contact me directly.\n\n---\n\n⭐ **Star this repository if it helped you!**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchandan-devs-tech%2Fpixelhatch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchandan-devs-tech%2Fpixelhatch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchandan-devs-tech%2Fpixelhatch/lists"}