From 2c619ad5bbb150ac6083f4da4673569c2ed34343 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 14:02:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 90d4993..512de61 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,8 +72,8 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { id: "1", title: "Quantum Mechanics", author: "Core Theory", description: "Advanced simulation of particle interactions.", tags: ["Theory", "Simulation"], videoSrc: "https://www.w3schools.com/html/mov_bbb.mp4" }, - { id: "2", title: "Fluid Dynamics", author: "Fluid Lab", description: "Modeling non-linear flow patterns.", tags: ["Research", "Modeling"], videoSrc: "https://www.w3schools.com/html/mov_bbb.mp4" } + { id: "1", title: "Quantum Mechanics", author: "Core Theory", description: "Advanced simulation of particle interactions.", tags: ["Theory", "Simulation"], videoSrc: "https://www.w3schools.com/html/mov_bbb.mp4?_wi=1" }, + { id: "2", title: "Fluid Dynamics", author: "Fluid Lab", description: "Modeling non-linear flow patterns.", tags: ["Research", "Modeling"], videoSrc: "https://www.w3schools.com/html/mov_bbb.mp4?_wi=2" } ]} /> -- 2.49.1