diff --git a/components/blocks/HeroSection.tsx b/components/blocks/HeroSection.tsx index cf54c0063..796f4d6ca 100644 --- a/components/blocks/HeroSection.tsx +++ b/components/blocks/HeroSection.tsx @@ -42,7 +42,7 @@ export const HeroSection: React.FC = (props) => { return (
{bgSrc && ( {hasUrl ? ( isExternal ? ( diff --git a/components/decorations/CorporateBackground.tsx b/components/decorations/CorporateBackground.tsx index e02583822..04fbb28fb 100644 --- a/components/decorations/CorporateBackground.tsx +++ b/components/decorations/CorporateBackground.tsx @@ -78,7 +78,7 @@ export function CorporateBackground() { const y5 = useTransform(scrollYProgress, [0, 1], [0, -500]); return ( -