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