Feature Grid xl breakpoint

This commit is contained in:
adilallo
2025-08-26 23:09:21 -06:00
parent 81a5bd1699
commit b789dc595e
2 changed files with 53 additions and 47 deletions
+7 -5
View File
@@ -59,11 +59,13 @@ const ContentLockup = ({
{/* Title container */}
<div className={styles.titleContainer}>
<h1 className={styles.title}>{title}</h1>
<img
src="assets/Shapes_1.svg"
alt="Decorative shapes"
className={styles.shape}
/>
{variant === "hero" && (
<img
src="assets/Shapes_1.svg"
alt="Decorative shapes"
className={styles.shape}
/>
)}
</div>
{/* Subtitle */}