hero
All checks were successful
Build & Deploy KLZ Cables / build-and-deploy (push) Successful in 3m35s
All checks were successful
Build & Deploy KLZ Cables / build-and-deploy (push) Successful in 3m35s
This commit is contained in:
@@ -163,11 +163,11 @@ const POWER_LINES = [
|
||||
|
||||
export default function HeroIllustration() {
|
||||
return (
|
||||
<div className="absolute md:inset-0 z-0 overflow-hidden bg-primary w-full h-full">
|
||||
<div className="absolute md:inset-0 z-0 overflow-visible bg-primary w-full h-full">
|
||||
<svg
|
||||
viewBox="-400 -200 1800 1100"
|
||||
className="w-full h-full opacity-60 md:opacity-100 scale-[1.2] md:scale-100 translate-x-0"
|
||||
preserveAspectRatio="xMidYMid slice"
|
||||
viewBox="400 0 1000 1100"
|
||||
className="w-full h-full opacity-60 md:opacity-100 scale-[1.44] md:scale-100 translate-x-0 overflow-visible"
|
||||
preserveAspectRatio="xMidYMid meet"
|
||||
fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
>
|
||||
@@ -741,7 +741,7 @@ export default function HeroIllustration() {
|
||||
|
||||
</g>
|
||||
</svg>
|
||||
<div className="absolute inset-0 bg-gradient-to-b from-primary/10 via-transparent to-primary/90" />
|
||||
<div className="absolute inset-0 bg-gradient-to-b from-primary/10 via-transparent to-primary/90 pointer-events-none" />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user