diff --git a/app/product/page.tsx b/app/product/page.tsx index 7072957..069eefc 100644 --- a/app/product/page.tsx +++ b/app/product/page.tsx @@ -1,9 +1,11 @@ -import React from 'react' + +import dynamic from 'next/dynamic' +const Products = dynamic(() => import('@/components/productsPage/products')); export default function Page() { return ( -
- +
+
) } diff --git a/components/Footer.tsx b/components/Footer.tsx index a736328..1c9f778 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -34,10 +34,10 @@ export function Footer() { initial="hidden" whileInView="visible" viewport={{ once: true }} - className="grid grid-cols-1 md:grid-cols-4 gap-8 mb-12" + className="grid grid-cols-1 md:grid-cols-4 max-md:justify-items-center gap-8 mb-12" > {/* Brand */} - +

-

{t.footer.common.quickLinks}

-