3 Commits

2 changed files with 2 additions and 2 deletions

View File

@@ -110,7 +110,6 @@ export default function LandingPage() {
useInvertedBackground="invertDefault" useInvertedBackground="invertDefault"
/> />
</div> </div>
<div id="features" data-section="features"> <div id="features" data-section="features">
<FeatureCardSix <FeatureCardSix
title="Engineered to Perfection" title="Engineered to Perfection"

View File

@@ -126,9 +126,10 @@ const HeroSplit = ({
<section <section
aria-label={ariaLabel} aria-label={ariaLabel}
className={cls("relative w-full h-fit py-hero-page-padding md:py-0 md:h-svh flex items-center", className)} className={cls("relative w-full h-fit py-hero-page-padding md:py-0 md:h-svh flex items-center", className)}
style={{ backgroundImage: 'url(https://images.unsplash.com/photo-1519681393784-d120267933ba?w=1920&q=80)', backgroundSize: 'cover', backgroundPosition: 'center' }}
> >
<HeroBackgrounds {...background} /> <HeroBackgrounds {...background} />
<div className={cls("w-content-width mx-auto flex flex-col md:flex-row gap-13 md:gap-15 items-center relative z-10", containerClassName)}> <div className={cls("w-content-width mx-auto flex flex-col md:flex-row gap-13 md:gap-15 items-center relative z-10 rounded-2xl", containerClassName)}>
{imagePosition === "left" && mediaContent} {imagePosition === "left" && mediaContent}
<div className={cls("w-full md:w-1/2")}> <div className={cls("w-full md:w-1/2")}>