- services/page.tsx: remove duplicate 'Talk to us' (both went to /contact);
fix 'Book Free Consultation' missing href; swap to BeamButton for consistency
- about/page.tsx: remove 'Contact Us' button duplicating BeamButton on same page;
remove now-unused Button import
- contact/page.tsx: replace "directly in our calendar" with call-back copy
since no calendar integration exists yet
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- ProcessSection: 'Get started' href /services → /contact
- BlogPreviewSection: fix invalid <Link> nested inside <Button> (was <button><a>)
- ContactPage: 'Book free consultation' sidebar button now href="#contact-form"
with matching id on the form element (was unclickable — no href)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replace all hardcoded hex color values in components with Tailwind CSS
classes or CSS custom properties matching the design system tokens.
Affected files: Footer, TestimonialsColumn, HeroSection, StarIcon,
TextHoverEffect, and all page-level radial-gradient backgrounds.
Also fix eslint.config.mjs to use FlatCompat for eslint-config-next
legacy config compatibility with ESLint 9 flat config format, and
resolve pre-existing react/no-unescaped-entities errors in JSX files.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>