From a55890fc7acb02c72ec3eb0c82a5fbf516d5d303 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 05:37:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eb5e32e..290a369 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; @@ -29,7 +29,7 @@ export default function LandingPage() { > -- 2.49.1