Merge version_11_1779323451033 into main #8

Merged
bender merged 1 commits from version_11_1779323451033 into main 2026-05-21 00:31:55 +00:00

View File

@@ -46,8 +46,13 @@ const HeroBillboardBrand = ({
<Button text={primaryButton.text} href={primaryButton.href} variant="primary"/>
<Button text={secondaryButton.text} href={secondaryButton.href} variant="secondary"animationDelay={0.1} />
</div>
</div>
<ScrollReveal variant="slide-up" delay={0.2} className="relative w-full p-3 xl:p-4 2xl:p-5 card rounded overflow-hidden">
<ImageOrVideo imageSrc={imageSrc} videoSrc={videoSrc} className="aspect-4/5 md:aspect-video" />
{testimonial && (
<div className="w-full md:w-1/2 mt-8 p-6 bg-background/80 backdrop-blur-md rounded-lg shadow-lg text-right">
<div className="absolute bottom-8 right-8 w-full md:w-1/2 p-6 bg-background/80 backdrop-blur-md rounded-lg shadow-lg text-right">
<p className="text-lg italic text-foreground">"{testimonial.quote}"</p>
<div className="mt-4 flex items-center justify-end gap-3">
<div className="text-sm">
@@ -60,10 +65,6 @@ const HeroBillboardBrand = ({
</div>
</div>
)}
</div>
<ScrollReveal variant="slide-up" delay={0.2} className="w-full p-3 xl:p-4 2xl:p-5 card rounded overflow-hidden">
<ImageOrVideo imageSrc={imageSrc} videoSrc={videoSrc} className="aspect-4/5 md:aspect-video" />
</ScrollReveal>
</div>
</section>