Merge version_2 into main #2
@@ -2,7 +2,6 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||
import { Shirt } from "lucide-react";
|
||||
|
||||
export default function PersonalGridTemplatePage() {
|
||||
const products = [
|
||||
@@ -40,6 +39,8 @@ export default function PersonalGridTemplatePage() {
|
||||
products={products}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
className="py-20"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user