From 9e236a3143dd5289210a8f28adedb95475625bb6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 14:01:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 85e5b8a..90d4993 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"] }, - { id: "2", title: "Fluid Dynamics", author: "Fluid Lab", description: "Modeling non-linear flow patterns.", tags: ["Research", "Modeling"] } + { 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" } ]} /> @@ -81,6 +81,7 @@ export default function LandingPage() {
@@ -109,6 +111,8 @@ export default function LandingPage() { title="Start a Theoretical Consultation" description="Connect with our physics team to discuss your project needs." buttons={[{ text: "Email Us" }]} + background={{ variant: "plain" }} + useInvertedBackground={false} /> @@ -122,4 +126,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1