Merge version_4 into main #5

Merged
bender merged 1 commits from version_4 into main 2026-04-23 21:13:47 +00:00

View File

@@ -67,14 +67,14 @@ export default function LandingPage() {
{ type: "text", text: "Community Focused" },
]}
/>
<video
src="https://videos.b2bpic.net/cafe-atmosphere.mp4"
autoPlay
loop
muted
playsInline
className="fixed inset-0 w-full h-full object-cover opacity-20 pointer-events-none -z-10"
/>
<div className="fixed inset-0 w-full h-full -z-10">
<img
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cm43hLhBy3yJF6LNKBpT8VSVjJ/uploaded-1776978806289-72oucyfs.png"
alt="Hero Background"
className="w-full h-full object-cover"
/>
<div className="absolute inset-0 bg-black/60 backdrop-blur-[2px]" />
</div>
</div>
<div id="about" data-section="about">
@@ -225,4 +225,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}