Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2909524f33 | |||
| 5bd9eee1f1 |
@@ -106,6 +106,7 @@ const SplitAbout = ({
|
|||||||
<section
|
<section
|
||||||
aria-label={ariaLabel}
|
aria-label={ariaLabel}
|
||||||
className={cls("relative py-20 w-full", useInvertedBackground === "invertDefault" && "bg-foreground", className)}
|
className={cls("relative py-20 w-full", useInvertedBackground === "invertDefault" && "bg-foreground", className)}
|
||||||
|
style={{ backgroundImage: `url('https://images.unsplash.com/photo-1519681393784-d120267933ba?w=1920&q=80')`, backgroundSize: 'cover', backgroundPosition: 'center' }}
|
||||||
>
|
>
|
||||||
<div className={cls("w-content-width mx-auto flex flex-col gap-8", containerClassName)}>
|
<div className={cls("w-content-width mx-auto flex flex-col gap-8", containerClassName)}>
|
||||||
<CardStackTextBox
|
<CardStackTextBox
|
||||||
|
|||||||
@@ -124,7 +124,7 @@ const FeatureCardTwentyTwo = ({
|
|||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
className="absolute inset-0 z-0"
|
className="absolute inset-0 z-0"
|
||||||
style={{ backgroundImage: `url('/path/to/your/image.jpg')`, backgroundSize: 'cover', backgroundPosition: 'center' }}
|
style={{ backgroundImage: `url('https://images.unsplash.com/photo-1519681393784-d120267933ba?w=1920&q=80')`, backgroundSize: 'cover', backgroundPosition: 'center' }}
|
||||||
/>
|
/>
|
||||||
{features.map((feature, index) => (
|
{features.map((feature, index) => (
|
||||||
<article
|
<article
|
||||||
|
|||||||
Reference in New Issue
Block a user