Merge branch 'develop' of ssh://gitea.gofwd.group:2225/sean/shadow-gunbuilder-ai-proto into develop
This commit is contained in:
File diff suppressed because it is too large
Load Diff
+11
-9
@@ -344,19 +344,21 @@ export default function HomePage() {
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{/* Screenshot Section */}
|
||||
{/* Screen Recording Section */}
|
||||
<section className="relative mt-24">
|
||||
<div className="mx-auto max-w-6xl px-4 sm:px-6 lg:px-8">
|
||||
<div className="relative overflow-hidden rounded-2xl border border-white/10 bg-black shadow-2xl">
|
||||
{/* Screenshot */}
|
||||
<Image
|
||||
src="/builder-preview.png"
|
||||
alt="Battl Builders app screenshot"
|
||||
width={2400}
|
||||
height={1400}
|
||||
priority
|
||||
{/* Screen Recording */}
|
||||
<video
|
||||
autoPlay
|
||||
loop
|
||||
muted
|
||||
playsInline
|
||||
className="w-full object-cover"
|
||||
/>
|
||||
>
|
||||
<source src="/builder-preview.mp4" type="video/mp4" />
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
|
||||
{/* Bottom fade */}
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user