From 7980ddd0ebade6743df70c84c8aec9429ad3084d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 14:01:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 300 ++++++++--------------------------------------- 1 file changed, 47 insertions(+), 253 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0980615..85e5b8a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,12 +4,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; -import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; -import MediaAbout from '@/components/sections/about/MediaAbout'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import HeroPersonalLinks from '@/components/sections/hero/HeroPersonalLinks'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import { Brain, Database, Cpu } from "lucide-react"; export default function LandingPage() { return ( @@ -27,222 +28,65 @@ export default function LandingPage() { >
-
-
-
-
@@ -251,78 +95,28 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} faqs={[ - { - id: "1", - title: "How do you start a project?", - content: "We begin with a comprehensive technical audit of your current system state.", - }, - { - id: "2", - title: "Are your simulations scalable?", - content: "Absolutely. Our modeling solutions are designed for modular and wide-scale scaling.", - }, - { - id: "3", - title: "Can you work with our internal team?", - content: "Yes, we integrate seamlessly with existing R&D departments.", - }, + { 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." } ]} - imageSrc="http://img.b2bpic.net/free-photo/brain-booster-pills-still-life_23-2150769463.jpg" - title="Common Inquiries" - description="Get clarity on how our consultancy operates and what we can achieve for your organization." + title="Understanding Theory" faqsAnimation="blur-reveal" />