Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-07 14:01:52 +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"] },
{ 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" }
]}
/>
</div>
@@ -81,6 +81,7 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
cardTitle="Trusted by Labs"
cardTag="Testimonials"
cardAnimation="slide-up"
useInvertedBackground={false}
testimonials={[
@@ -94,11 +95,12 @@ export default function LandingPage() {
<FaqSplitMedia
textboxLayout="split"
useInvertedBackground={true}
title="Understanding Theory"
description="Frequently asked questions about our methodology."
faqs={[
{ id: "1", title: "How is your approach unique?", content: "We focus on the theoretical bedrock of every problem, not just symptoms." },
{ id: "2", title: "Can you handle experimental data?", content: "Yes, we specialize in translating raw experimental data into actionable physical models." }
]}
title="Understanding Theory"
faqsAnimation="blur-reveal"
/>
</div>
@@ -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}
/>
</div>
@@ -122,4 +126,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}