mirror of
https://github.com/yusufipk/OpenFrame.git
synced 2026-09-11 17:46:06 +00:00
feat(landing): replace the hero image with the flow video
This commit is contained in:
@@ -277,12 +277,14 @@ export function LandingPage({ isLoggedIn }: LandingPageProps) {
|
|||||||
|
|
||||||
<div data-hero-copy className="relative mx-auto mt-20 w-full max-w-[1200px]">
|
<div data-hero-copy className="relative mx-auto mt-20 w-full max-w-[1200px]">
|
||||||
<div className="relative aspect-[16/9] w-full overflow-hidden border border-border bg-card shadow-2xl rounded-lg">
|
<div className="relative aspect-[16/9] w-full overflow-hidden border border-border bg-card shadow-2xl rounded-lg">
|
||||||
<Image
|
<video
|
||||||
src="/landing/deep-dive-dashboard-2.webp"
|
src="/landing/hero-flow.mp4"
|
||||||
alt="Product Interface Preview"
|
poster="/landing/deep-dive-dashboard-2.webp"
|
||||||
fill
|
autoPlay
|
||||||
className="object-cover"
|
loop
|
||||||
priority
|
muted
|
||||||
|
playsInline
|
||||||
|
className="absolute inset-0 h-full w-full object-cover"
|
||||||
/>
|
/>
|
||||||
<div className="absolute inset-0 bg-gradient-to-t from-background/90 via-transparent to-transparent pointer-events-none" />
|
<div className="absolute inset-0 bg-gradient-to-t from-background/90 via-transparent to-transparent pointer-events-none" />
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user