diff --git a/src/app/page.tsx b/src/app/page.tsx index 9fad980..c261512 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import HeroBillboardMetrics from '@/components/sections/hero/HeroBillboardMetrics'; -import AboutPhoneTimeline from '@/components/sections/about/AboutPhoneTimeline'; +import ParallaxAbout from '@/components/sections/about/ParallaxAbout'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourteen'; import TestimonialCardEleven from '@/components/sections/testimonial/TestimonialCardEleven'; @@ -73,16 +73,9 @@ export default function LandingPage() {
-