From 3fe6520c1bae230d2e346a4b20f577336e4150b0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 22 Jun 2026 19:14:44 +0000 Subject: [PATCH] Switch to version 27: modified src/pages/ProductsPage.tsx --- src/pages/ProductsPage.tsx | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/src/pages/ProductsPage.tsx b/src/pages/ProductsPage.tsx index d5aa390..867aefe 100644 --- a/src/pages/ProductsPage.tsx +++ b/src/pages/ProductsPage.tsx @@ -4,15 +4,28 @@ import TextAnimation from "@/components/ui/TextAnimation"; import ImageOrVideo from "@/components/ui/ImageOrVideo"; import ScrollReveal from "@/components/ui/ScrollReveal"; import AvatarGroup from "@/components/ui/AvatarGroup"; -import { ArrowUpRight, Loader2 } from "lucide-react"; -import GridOrCarousel from "@/components/ui/GridOrCarousel"; -import useProducts from "@/hooks/useProducts"; +import ProductQuantityCards from "@/components/sections/product/ProductQuantityCards"; +import FeaturesAttributeCards from "@/components/sections/features/FeaturesAttributeCards"; export default function ProductsPage() { return ( <> -
-
+
+
+
); }