Single-page marketing site for a B2B AI automation consulting brand. Built with React 18 + Vite 5 + Tailwind CSS 3.
- Modern typographic hero with value prop & stats
- Problem framing section
- Solutions / offers cards
- Process timeline
- Credibility / proof grid
- Call to action form with Netlify Forms integration
- Modal contact form with Netlify Forms integration
- Accessible semantic HTML
- Fully responsive
This site uses Netlify Forms to handle form submissions. Two forms are integrated:
- Form name:
contact - Fields: First Name, Email, Company, Interest
- Located in the main contact section (
#contact)
- Form name:
get-in-touch - Fields: Organization Name, Email, Person Name, Contact Number
- Accessible via the "Get in Touch" button in the navbar
- Forms are automatically detected by Netlify during deployment
- Both forms use AJAX submission for better UX
- Success messages are shown inline without page refresh
- Form submissions are available in your Netlify dashboard under Forms
After deploying to Netlify:
- Go to your site's Netlify dashboard
- Navigate to Forms in the sidebar
- Enable form detection if not already enabled
- View all submissions with timestamps and data
You can set up email notifications or webhook integrations:
- In Netlify UI, go to Forms → Notifications
- Add notification for form submissions
- Configure email addresses or webhook URLs
Install deps then run dev server:
npm install
npm run devBuild production assets:
npm run build
npm run previewAdjust colors, fonts, sizing in tailwind.config.cjs. All sections in src/sections/.
MIT (content is sample / placeholder). Replace with real copy & analytics scripts before launch.