10 Commits

Author SHA1 Message Date
de4d5e300a Switch to version 3: modified src/app/page.tsx 2026-04-23 21:14:58 +00:00
9454ab6bf7 Merge version_4 into main
Merge version_4 into main
2026-04-23 21:13:47 +00:00
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
b5b1ca32b5 Update src/app/page.tsx 2026-04-23 21:07:09 +00:00
ce02ae0aee Merge version_1 into main
Merge version_1 into main
2026-04-23 20:48:04 +00:00
044266c859 Merge version_1 into main
Merge version_1 into main
2026-04-23 20:47:39 +00:00

View File

@@ -42,9 +42,18 @@ export default function LandingPage() {
/>
</div>
<div id="hero" data-section="hero">
<HeroCentered
background={{ variant: "gradient-bars" }}
<div id="hero" data-section="hero" className="relative">
<video
src="https://videos.b2bpic.net/cafe-atmosphere.mp4"
autoPlay
loop
muted
playsInline
className="absolute inset-0 w-full h-full object-cover -z-10"
/>
<div className="absolute inset-0 bg-black/50 -z-10" />
<HeroCentered
background={{ variant: "plain" }}
title="Aura Cafe: Artisanal Coffee Redefined"
description="Where 3D-inspired precision meets the soulful warmth of hand-poured coffee. Step into an immersive sensory journey designed for the modern connoisseur."
avatars={[
@@ -217,4 +226,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}