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