diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f8f607..8b2cba5 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,11 +73,8 @@ export default function LandingPage() {
-