wu981526092 commited on
Commit
9421bbe
·
1 Parent(s): 8409d9d

Update YouTube video ID with actual demo video

Browse files

- Replace placeholder VIDEO_ID with VJBMRebMHtI
- EdgeLLM demo video now embedded in landing page
- Video sourced from: https://youtu.be/VJBMRebMHtI?si=PqhSjmCbVt_ppcgu

frontend/src/pages/Landing.tsx CHANGED
@@ -6,7 +6,7 @@ export function Landing() {
6
  const navigate = useNavigate();
7
 
8
  // YouTube video configuration - update this when your video is ready
9
- const youtubeVideoId = "YOUR_VIDEO_ID_HERE"; // Replace with your actual YouTube video ID
10
  const videoTitle = "EdgeLLM Demo - Offline AI in Action";
11
 
12
  return (
 
6
  const navigate = useNavigate();
7
 
8
  // YouTube video configuration - update this when your video is ready
9
+ const youtubeVideoId = "VJBMRebMHtI"; // EdgeLLM Demo Video
10
  const videoTitle = "EdgeLLM Demo - Offline AI in Action";
11
 
12
  return (
static/assets/index-a791e523.js ADDED
The diff for this file is too large to render. See raw diff
 
static/assets/index-a791e523.js.map ADDED
The diff for this file is too large to render. See raw diff
 
static/index.html CHANGED
@@ -5,7 +5,7 @@
5
  <link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
  <title>Edge LLM</title>
8
- <script type="module" crossorigin src="/assets/index-fddae4fa.js"></script>
9
  <link rel="stylesheet" href="/assets/index-38b08f92.css">
10
  </head>
11
  <body>
 
5
  <link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
  <title>Edge LLM</title>
8
+ <script type="module" crossorigin src="/assets/index-a791e523.js"></script>
9
  <link rel="stylesheet" href="/assets/index-38b08f92.css">
10
  </head>
11
  <body>