diff --git a/src/components/sections/cases-section.tsx b/src/components/sections/cases-section.tsx index 576c5cf..bbc2c3c 100644 --- a/src/components/sections/cases-section.tsx +++ b/src/components/sections/cases-section.tsx @@ -55,8 +55,8 @@ export function CasesSection() { return (
-
-
+
+
-
+
diff --git a/src/components/sections/hero-section-atoms.tsx b/src/components/sections/hero-section-atoms.tsx index c54e52b..92624d8 100644 --- a/src/components/sections/hero-section-atoms.tsx +++ b/src/components/sections/hero-section-atoms.tsx @@ -77,7 +77,7 @@ export function HeroDescription(_props: HeroContentProps) {

- + 企业数字化转型服务商

@@ -157,7 +157,7 @@ export function HeroStats() { useEffect(() => { const statsEl = document.getElementById('stats-section'); - if (!statsEl) return; + if (!statsEl) {return;} const observer = new IntersectionObserver( ([entry]) => { diff --git a/src/components/sections/products-section.tsx b/src/components/sections/products-section.tsx index a13114a..a20b207 100644 --- a/src/components/sections/products-section.tsx +++ b/src/components/sections/products-section.tsx @@ -61,8 +61,8 @@ export function ProductsSection({ config }: ProductsSectionProps) { return (
-
-
+
+
-
-
+
+