From e65a0c4e5e206d7ac56f0a765693adacabcb8723 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 15:14:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d8c393f..bb2c94b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import TextAbout from '@/components/sections/about/TextAbout'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import { Award, FileText, Shield, Sparkles, User, Zap } from "lucide-react"; export default function LandingPage() { @@ -73,13 +73,15 @@ export default function LandingPage() {
-
@@ -223,4 +225,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1