diff --git a/src/app/page.tsx b/src/app/page.tsx index 6810170..a373eb8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,15 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; -import FeatureBento from "@/components/sections/feature/FeatureBento"; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import HeroSplitDualMedia from "@/components/sections/hero/HeroSplitDualMedia"; import FeatureCardTwelve from "@/components/sections/feature/FeatureCardTwelve"; import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Sparkles, ArrowUpRight, Monitor, Bot, MessageSquare, TrendingUp, Zap } from "lucide-react"; +import { Sparkles, Monitor, Bot, MessageSquare, TrendingUp, Zap } from "lucide-react"; export default function VantageDigitalPage() { return ( @@ -29,19 +28,19 @@ export default function VantageDigitalPage() { >
-
-
- -