diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e6df61..40aef69 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; +import HeroSplit from "@/components/sections/hero/HeroSplit"; import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; import ProductCardOne from "@/components/sections/product/ProductCardOne"; import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; @@ -54,18 +54,23 @@ export default function LandingPage() {
-