Files
Dev-Landing/backlog/tasks/task-3 - Move-right-panel-intro-above-inquiry-button.md
Matthias Meister d2ba994fad Add native cookie consent and move hero intro above CTA
- Restore CookieConsent banner behavior with the new dependency
- Reposition the right-panel intro above the Projekt anfragen button
- Add focused tests and update build metadata
2026-05-06 21:22:12 +02:00

1.4 KiB

id, title, status, assignee, created_date, updated_date, labels, dependencies, priority
id title status assignee created_date updated_date labels dependencies priority
TASK-3 Move right-panel intro above inquiry button In Progress
2026-05-06 19:20 2026-05-06 19:21
medium

Description

Reposition the red-panel 01 headline and supporting copy so it sits directly above the Projekt anfragen button.

Acceptance Criteria

  • #1 The 01 headline and supporting copy appear above the Projekt anfragen button on the right panel
  • #2 Responsive layout remains intact without overlapping content

Implementation Plan

  1. Locate the right-panel intro markup and layout rules
  2. Reposition the intro block above the CTA while preserving responsive spacing
  3. Run focused checks and report verification

Implementation Notes

Moved the right-panel intro block out of vertical centering and placed it directly above the project inquiry CTA. Removed the CTA mt-auto so it follows the intro block naturally. Verification: pnpm build passed.

Additional verification: node --test tests/landing-content.test.mjs tests/cookie-banner-info.test.mjs fails because tests/landing-content.test.mjs still expects the removed/renamed phrase Projektbrief. This appears unrelated to the layout-only change; pnpm build remains passing.