Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-07 14:02:16 +00:00

View File

@@ -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" }
]}
/>
</div>