From b6d2313e8f18de902c9620670c986adeb5be4df3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=BF=94?= Date: Thu, 30 Apr 2026 21:38:20 +0800 Subject: [PATCH] fix: add semantic section IDs for anchor navigation and accessibility --- src/components/sections/challenge-section.tsx | 2 +- src/components/sections/cta-section.tsx | 2 +- src/components/sections/social-proof-section.tsx | 1 + src/components/sections/testimonial-section.tsx | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/components/sections/challenge-section.tsx b/src/components/sections/challenge-section.tsx index 36e1744..35337f8 100644 --- a/src/components/sections/challenge-section.tsx +++ b/src/components/sections/challenge-section.tsx @@ -53,7 +53,7 @@ export function ChallengeSection() { return (
diff --git a/src/components/sections/cta-section.tsx b/src/components/sections/cta-section.tsx index fc75c6d..ddcce74 100644 --- a/src/components/sections/cta-section.tsx +++ b/src/components/sections/cta-section.tsx @@ -23,7 +23,7 @@ export function CTASection({ secondaryHref = '/cases', }: CTASectionProps) { return ( -
+
diff --git a/src/components/sections/testimonial-section.tsx b/src/components/sections/testimonial-section.tsx index d7322d2..58b82d8 100644 --- a/src/components/sections/testimonial-section.tsx +++ b/src/components/sections/testimonial-section.tsx @@ -50,6 +50,7 @@ export function TestimonialSection() { return (