From 1ee92b5b21664483338a6050a7a2e2925286e425 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 20:07:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 111 +++++++++++++++++++++++++++++------------------ 1 file changed, 68 insertions(+), 43 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 64ccfa0..b044f17 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,15 +3,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { LayoutGrid, Rocket, BarChart3, QrCode } from "lucide-react"; +import { LayoutGrid, Rocket, BarChart3, GraduationCap, Users, BookOpen, BrainCircuit, Activity, LineChart, Target, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -32,7 +32,8 @@ export default function LandingPage() { + + +
+ +
+ +
+
@@ -112,25 +139,23 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1