diff --git a/src/app/page.tsx b/src/app/page.tsx index 45a43ef..65c0857 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import MediaSplitAbout from '@/components/sections/about/MediaSplitAbout'; -import ProductCardSix from '@/components/sections/product/ProductCardSix'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardEleven from '@/components/sections/testimonial/TestimonialCardEleven'; import ContactText from '@/components/sections/contact/ContactText'; import FooterSocial from '@/components/sections/footer/FooterSocial'; @@ -67,7 +67,7 @@ export default function LandingPage() {