This commit is contained in:
parent
592d205d87
commit
b7864d6b04
|
|
@ -23,7 +23,7 @@ export default function Media() {
|
|||
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`}>
|
||||
{items.map((item: { title: string; content?: string }, index: number) => (
|
||||
<ScrollReveal preset="slideUp" amount={0.2} delay={index * 0.5} key={index} className={styles.mediaItem}>
|
||||
|
|
|
|||
Loading…
Reference in New Issue