Update src/app/page.tsx

This commit is contained in:
2026-04-23 21:07:09 +00:00
parent ce02ae0aee
commit b5b1ca32b5

View File

@@ -67,6 +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>
<div id="about" data-section="about">
@@ -217,4 +225,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}