diff --git a/src/app/page.tsx b/src/app/page.tsx index dbbb3ac..6995f96 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import { Award, Briefcase, Globe, Star, Users } from "lucide-react"; @@ -128,27 +128,22 @@ export default function LandingPage() {