From f9e3e64ca2f95aabe17a62d9c09f3fcef7c2c48f Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Fri, 16 Dec 2022 17:35:26 +0700 Subject: Footer --- src/pages/shop/brands.js | 3 +++ src/pages/shop/brands/[slug].js | 3 +++ src/pages/shop/product/[slug].js | 3 +++ src/pages/shop/search.js | 3 +++ 4 files changed, 12 insertions(+) (limited to 'src/pages/shop') diff --git a/src/pages/shop/brands.js b/src/pages/shop/brands.js index af9ab59c..d82fc31d 100644 --- a/src/pages/shop/brands.js +++ b/src/pages/shop/brands.js @@ -5,6 +5,7 @@ import { useEffect, useState } from "react"; import Spinner from "../../components/Spinner"; import Layout from "../../components/Layout"; import ManufactureCard from "../../components/ManufactureCard"; +import Footer from "../../components/Footer"; export async function getServerSideProps() { let initialManufactures = await apiOdoo('GET', '/api/v1/manufacture?limit=31'); @@ -70,6 +71,8 @@ export default function Brands({ initialManufactures }) { ))} + +