...
This commit is contained in:
@@ -7,7 +7,6 @@ import FeatureCard from '../components/FeatureCard';
|
||||
import { Button } from '@/components/ui/button';
|
||||
|
||||
// Import images
|
||||
import heroBackground from '../assets/47WALTyZu0ep.jpg'; // Cyberpunk city
|
||||
import networkImage from '../assets/yKQ5gi1xUIrM.jpg'; // Connected lines
|
||||
import heartTechImage from '../assets/LubjiSy2yrT2.jpg'; // Technology heart
|
||||
import humanConnectionImage from '../assets/htZtx22e5QlA.jpg'; // Digital human connection
|
||||
@@ -74,7 +73,17 @@ const Home = () => {
|
||||
</span>
|
||||
}
|
||||
description="HERO is not just another app — it's your trusted digital extension that works for you and no one else. Own your data, decide who accesses what, and preserve your memory in a way that can never be corrupted, lost, or hacked."
|
||||
backgroundImage={heroBackground}
|
||||
showVideo={true}
|
||||
videoEmbed={
|
||||
<iframe
|
||||
src="https://player.vimeo.com/video/1106820500?badge=0&autopause=0&player_id=0&app_id=58479&autoplay=1&background=1&muted=1&loop=1"
|
||||
frameBorder="0"
|
||||
allow="autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media; web-share"
|
||||
referrerPolicy="strict-origin-when-cross-origin"
|
||||
style={{position: "absolute", top: 0, left: 0, width: "100%", height: "100%", objectFit: "cover"}}
|
||||
title="heroback1"
|
||||
/>
|
||||
}
|
||||
ctaText="Start Your Journey"
|
||||
ctaLink="/get-started"
|
||||
/>
|
||||
|
Reference in New Issue
Block a user