5 Commits

Author SHA1 Message Date
c4a722bc7c Update src/app/page.tsx 2026-04-23 21:13:44 +00:00
7c5a138ffb Switch to version 2: modified src/app/page.tsx 2026-04-23 21:11:05 +00:00
f30c707f6d Merge version_3 into main
Merge version_3 into main
2026-04-23 21:09:38 +00:00
a199fcbc2e Update src/app/page.tsx 2026-04-23 21:09:35 +00:00
2ccd37f0a5 Merge version_2 into main
Merge version_2 into main
2026-04-23 21:07:13 +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>
);
}
}