From 2139c53a9fcd5fa6ff0c73dec2acd3edb4b48916 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 9 May 2026 02:55:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 127 ++++++++++++++++++++++++----------------------- 1 file changed, 65 insertions(+), 62 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 36bfe75..656fd4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,35 +4,35 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqBase from '@/components/sections/faq/FaqBase'; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; +import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import TextAbout from '@/components/sections/about/TextAbout'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import { Brain, Target, BarChart3, TrendingUp, Sparkles, Database } from 'lucide-react'; export default function LandingPage() { return (