This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
npm run dev- Start development server (http://localhost:3001)npm run build- Build for productionnpm run start- Start production servernpm run lint- Run ESLint (currently not configured)
This is a single-page landing site for "Automaticamente", a company specializing in n8n automation services for businesses. Built with Next.js 15, React 19, and Bootstrap 5.
Business Focus: Eliminating bottlenecks and automating business processes using n8n workflow automation platform.
This project has been streamlined from a multi-layout template to a focused single-page application:
- Root page (
/) - Main landing page showcasing automation services - Spanish language - All content optimized for Spanish-speaking business market
- Conversion-focused - Designed for lead generation and service sales
-
src/app/(MainBody)/page.jsx- Main landing page (root route) -
src/containers/layouts/sections/automaticamente/- Landing page sections:banner.js- Hero section with value propositionfeature.js- 6 key automation benefitsbuild.js- 3-slide capabilities showcasework.js- 4-step process (Análisis → Diseño → Implementación → Optimización)price.js- 3-tier pricing (Consultoría, Starter, Enterprise)testimonial.js- Client testimonials with videosubscribe.js- Contact/lead capture formfaq.js- Common automation questionsclient.js- Integration logos sliderfooter.js©right.js- Footer sections
-
src/database/layouts/automaticamente/database.js- Content data for components -
src/constant/menu.js- Navigation menu with anchor links to sections -
src/containers/common/header.js- Simple header with Spanish navigation
Single-page navigation with smooth scrolling to sections:
- Inicio (/)
- Servicios (#feature)
- Proceso (#proceso)
- Precios (#precios)
- Testimonios (#testimonios)
- FAQ (#faq)
- Contacto (#contacto)
Target Market: Spanish-speaking businesses looking to automate processes Value Propositions:
- Save 40 hours weekly through automation
- n8n open-source platform (no vendor lock-in)
- 300+ app integrations
- Expert consultation and implementation
Pricing Strategy:
- Free consultation to reduce friction
- Starter plan: $1,500/month (up to 5 automations)
- Enterprise: $5,000/month (unlimited)
- Bootstrap 5 with custom SCSS
- Blue color scheme (#2563eb) representing trust/technology
- Responsive design optimized for mobile and desktop
- Interactive elements: sliders, accordions, video modals
- Static generation - Fast loading, SEO optimized
- Client-side components - Interactive features with react-slick, reactstrap
- Path aliases -
@/*maps tosrc/* - NoSsr wrapper - Handles SSR issues with interactive components
Optimized for production deployment:
- Clean build process (
npm run build) - Static asset optimization
- Environment configuration support
- Ready for Vercel, Netlify, or similar platforms
When updating content:
- Text/Copy: Modify
src/database/layouts/automaticamente/database.js - Navigation: Update
src/constant/menu.js - Pricing: Edit pricing data in
src/containers/layouts/sections/automaticamente/price.js - Contact Info: Update footer and contact sections accordingly