From 12bacf96c2fa61f42b62578574f56f901427efc1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 13:00:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a1933f3..91a446b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import { AlertTriangle, BarChart2, BookOpen, CheckSquare, Globe, Lightbulb, LineChart, ShieldCheck, Smartphone, Smile, Sparkles, Users } from "lucide-react"; @@ -28,7 +28,7 @@ export default function LandingPage() { > @@ -173,4 +172,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file