diff --git a/src/app/page.tsx b/src/app/page.tsx index c261512..7f8f607 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 ParallaxAbout from '@/components/sections/about/ParallaxAbout'; +import AboutPhoneTimeline from '@/components/sections/about/AboutPhoneTimeline'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourteen'; import TestimonialCardEleven from '@/components/sections/testimonial/TestimonialCardEleven'; @@ -73,9 +73,11 @@ export default function LandingPage() {