diff --git a/src/app/page.tsx b/src/app/page.tsx index 60c9086..4a820ee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import FeatureBento from '@/components/sections/feature/FeatureBento'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import { Home, Package, Smartphone, Star, Tag, Utensils } from "lucide-react"; @@ -120,24 +120,30 @@ export default function LandingPage() {
-