diff --git a/src/app/page.tsx b/src/app/page.tsx index fffcccf..7025fd3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,6 +8,7 @@ import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwen import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import { Award, Building, Building2, Shield, Star, Waves } from "lucide-react"; @@ -29,14 +30,11 @@ export default function LandingPage() {