diff --git a/src/app/catalog/page.tsx b/src/app/catalog/page.tsx index 3965906..e52f611 100644 --- a/src/app/catalog/page.tsx +++ b/src/app/catalog/page.tsx @@ -3,10 +3,10 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroCarouselLogo from "@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo"; +import FeatureCardSix from "@/components/sections/feature/FeatureCardSix"; import ProductCardFour from "@/components/sections/product/ProductCardFour"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Package } from "lucide-react"; +import { Package, Leaf } from "lucide-react"; export default function CatalogPage() { return ( @@ -38,32 +38,11 @@ export default function CatalogPage() { /> -