mirror of
https://github.com/NoFxAiOS/nofx.git
synced 2026-07-04 19:41:02 +08:00
chore(landing): add lightweight AnimatedSection wrapper for main-based branch
This commit is contained in:
5
web/src/components/landing/AnimatedSection.tsx
Normal file
5
web/src/components/landing/AnimatedSection.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
export default function AnimatedSection({ children }: { children: React.ReactNode }) {
|
||||
// 轻量容器:统一间距与可读性,避免引入额外依赖
|
||||
return <section className='py-14 md:py-20'>{children}</section>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user