diff --git a/src/app/page.tsx b/src/app/page.tsx index 623c161..f97db93 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,9 +3,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import TimelinePhoneView from '@/components/cardStack/layouts/timelines/TimelinePhoneView'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; @@ -30,14 +30,11 @@ export default function LandingPage() {