Commit graph

7 commits

Author SHA1 Message Date
bedcd76fdd fix(security): add minimatch >=10.2.1 override (CVE-2026-26996)
Resolves ReDoS vulnerability in minimatch via eslint dependency chain.
2026-02-22 10:52:03 +00:00
4040393ab0 chore(deps): update compatible dependencies
Updated: @tailwindcss/postcss, tailwindcss, @types/react, eslint
2026-02-22 10:40:11 +00:00
0e5c9808a8 fix: replace hardcoded content with CMS data
- Phone number: 10 locations now use CMS site-settings contact.phone
- ContactForm: service dropdown options from CMS services
- FAQ categories: display names derived from CMS services
- Footer: Top Fachbereiche column dynamic from CMS services
- SEO metadata: fachbereiche, faq, kontakt use generateMetadata()
- HomeCTA: converted to async server component, fetches settings
- Added phoneToHref() helper to payload-helpers.ts

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 02:31:27 +00:00
1aad09cc0f feat: migrate services, FAQs, and contact info to CMS-driven data
Replace hardcoded content with Payload CMS data for:
- Services overview, listing, and detail pages (features, icons, sections)
- FAQ page with rich text rendering and Schema.org structured data
- Contact info in TopBar, EmergencyBanner, Footer, and Kontakt page
- Header mega-menu with dynamic service list

New utilities: icon-map.ts (Lucide icon mapping), RichTextRenderer.tsx
Fix: ecosystem.config.js PM2 script path for Next.js

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 01:34:20 +00:00
62769379ad fix: update contact form ID to match CMS (form 3)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 00:50:09 +00:00
69eb87edae feat: complete zweitmeinu.ng frontend implementation
Full medical second opinion website with:
- 10 routes: home, fachbereiche (overview + 6 detail), faq, so-funktionierts,
  motivation, ueber-uns, kontakt, impressum, datenschutz
- Premium medical design: navy/blue/gold color system, Roboto Condensed
- Layout: TopBar, sticky Header with mega-menu, EmergencyBanner, Footer
- Service detail pages with benefits, checklist, stats, CTA
- FAQ page with search, category filter, accordion, Schema.org structured data
- Contact form with validation and Payload CMS form submission
- @c2s/payload-contracts integration for type-safe API access
- Tailwind CSS v4 design system with custom animations
- PM2 ecosystem config on port 3002

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 00:28:52 +00:00
c2s
2d38b69d02
Initial commit 2025-12-18 12:31:57 +01:00