Style: make hero section background inverted

This commit is contained in:
2026-01-23 13:47:24 +02:00
parent 0de5a009ba
commit 30ba5fd1aa

View File

@@ -16,6 +16,7 @@ import HeroBillboard from "@/components/sections/hero/HeroBillboard";
import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel"; import HeroBillboardRotatedCarousel from "@/components/sections/hero/HeroBillboardRotatedCarousel";
import HeroLogo from "@/components/sections/hero/HeroLogo"; import HeroLogo from "@/components/sections/hero/HeroLogo";
import TimelineProcessFlow from "@/components/cardStack/layouts/timelines/TimelineProcessFlow"; import TimelineProcessFlow from "@/components/cardStack/layouts/timelines/TimelineProcessFlow";
import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -48,10 +49,10 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplit <HeroBillboardScroll
title="ANTON" title="Revolutionize Your Brain"
description="LOVABLE- SUCKS" description="Discover the future of cognitive enhancement with Brain Freedom's AI-powered neurotech solutions. Enhance memory, focus, and productivity."
tag="Sample tag" tag="Neurotech"
tagIcon={MessageCircle} tagIcon={MessageCircle}
buttons={[ buttons={[
{ {
@@ -63,15 +64,12 @@ export default function LandingPage() {
"href": "#" "href": "#"
} }
]} ]}
avatars={[]}
avatarText="Sample avatarText"
imageSrc="https://images.unsplash.com/photo-1526779259212-939e64788e3c?fm=jpg&q=60&w=3000&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8ZnJlZSUyMGltYWdlc3xlbnwwfHwwfHx8MA%3D%3D" imageSrc="https://images.unsplash.com/photo-1526779259212-939e64788e3c?fm=jpg&q=60&w=3000&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8M3x8ZnJlZSUyMGltYWdlc3xlbnwwfHwwfHx8MA%3D%3D"
imageAlt="" imageAlt=""
videoAriaLabel="Hero video" videoAriaLabel="Hero video"
ariaLabel="Hero section" ariaLabel="Hero section"
imagePosition="right"
fixedMediaHeight={true} className="bg-black text-white"/>
/>
</div> </div>
<div id="problem" data-section="problem"> <div id="problem" data-section="problem">