This commit is contained in:
zhangjianjun 2026-03-31 18:51:00 +08:00
parent 592d205d87
commit b7864d6b04
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ export default function Media() {
backgroundImage={banner?.backgroundImage ?? ""} backgroundImage={banner?.backgroundImage ?? ""}
/> />
<Section background={section1Data.backgroundImage ?? ""} maskBackground="rgba(1,11,72,0.8)"> <Section background={section1Data.backgroundImage ?? ""} >
<div className={`${styles.mediaItems} w-72-inner`}> <div className={`${styles.mediaItems} w-72-inner`}>
{items.map((item: { title: string; content?: string }, index: number) => ( {items.map((item: { title: string; content?: string }, index: number) => (
<ScrollReveal preset="slideUp" amount={0.2} delay={index * 0.5} key={index} className={styles.mediaItem}> <ScrollReveal preset="slideUp" amount={0.2} delay={index * 0.5} key={index} className={styles.mediaItem}>