Rule Stack #11
@@ -30,7 +30,7 @@ const HeroBanner = ({ title, subtitle, description, ctaText, ctaHref }) => {
|
||||
</div>
|
||||
|
||||
{/* Hero Image Container */}
|
||||
<div className="w-full md:flex-1 rounded-[8px] overflow-hidden relative z-10 flex items-center justify-center">
|
||||
<div className="w-full h-full md:flex-1 rounded-[8px] overflow-hidden relative z-10 flex items-center justify-center">
|
||||
<img
|
||||
src="assets/HeroImage.png"
|
||||
alt="Hero illustration"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
const HeroDecor = ({ className = "" }) => {
|
||||
return (
|
||||
<svg
|
||||
className={`text-[#FDFAA8] opacity-50 ${className}`}
|
||||
className={`text-[var(--color-surface-default-brand-lighter-accent)] opacity-50 ${className}`}
|
||||
viewBox="0 0 1540 645"
|
||||
aria-hidden="true"
|
||||
overflow="visible"
|
||||
|
||||
Reference in New Issue
Block a user