diff --git a/src/app/page.tsx b/src/app/page.tsx index 7737922..9f8d7f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,10 +8,9 @@ import FeatureCardThree from '@/components/sections/feature/featureCardThree/Fea import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardTwo from '@/components/sections/ecommerce/productCatalog/ProductCatalog'; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Leaf, Shield, Sparkles, Star, Zap, Droplets } from "lucide-react"; export default function LandingPage() { return ( @@ -90,11 +89,14 @@ export default function LandingPage() {