From dd5aec9566205c7fefec9c0cdbd04b0f8ecb67d0 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Tue, 16 May 2023 14:03:41 +0700 Subject: fixing layout --- public/manifest.json | 2 +- .../components/elements/Footer/BasicFooter.jsx | 28 +++++++++++----------- src/lib/home/components/CategoryHomeId.jsx | 2 +- src/lib/product/components/ProductCard.jsx | 8 +++---- src/pages/index.jsx | 4 ++-- 5 files changed, 22 insertions(+), 22 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 574598e4..367b9501 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -3,7 +3,7 @@ "background_color" : "#FFFFFF", "display" : "standalone", "scope" : "/", - "start_url" : "/", + "start_url" : "/?utm_source=launcher", "name" : "Indoteknik.com", "short_name" : "Indoteknik.com", "description" : "Indoteknik.com: B2B Industrial Supply & Solution", diff --git a/src/core/components/elements/Footer/BasicFooter.jsx b/src/core/components/elements/Footer/BasicFooter.jsx index 75e9926d..9f68c2f7 100644 --- a/src/core/components/elements/Footer/BasicFooter.jsx +++ b/src/core/components/elements/Footer/BasicFooter.jsx @@ -15,7 +15,7 @@ const BasicFooter = () => { <>
-
+
@@ -30,13 +30,13 @@ const BasicFooter = () => {
-
+
-
+
Copyright © 2007 - {new Date().getFullYear()}, PT. Indoteknik Dotcom Gemilang
@@ -77,7 +77,7 @@ const BasicFooter = () => { ) } -const headerClassName = 'font-semibold mb-2' +const headerClassName = 'font-semibold mb-4' const OfficeLocation = () => (
@@ -99,8 +99,8 @@ const WarehouseLocation = () => ( const AboutUs = () => (
-
Tentang Kami
-
    +
    Tentang Kami
    +
    • Company Profile
    • @@ -125,8 +125,8 @@ const AboutUs = () => ( const CustomerGuide = () => (
      -
      Bantuan & Panduan
      -
        +
        Bantuan & Panduan
        +
        • Metode Pembayaran
        • @@ -156,8 +156,8 @@ const CustomerGuide = () => ( const Form = () => (
          -
          Formulir
          -
            +
            Formulir
            +
            • Request for Quotation
            • @@ -182,8 +182,8 @@ const Form = () => ( const InformationCenter = () => (
              -
              Layanan Informasi
              -
                +
                Layanan Informasi
                +
                • (021) 2933-8828 / 29 @@ -205,7 +205,7 @@ const InformationCenter = () => ( const OpenHours = () => (
                  Jam Operasional
                  -
                    +
                    • Senin - Jumat:
                      08:30 - 17:00
                      @@ -221,7 +221,7 @@ const OpenHours = () => ( const SocialMedias = () => (
                      Temukan Kami
                      -
                      +
                      diff --git a/src/lib/home/components/CategoryHomeId.jsx b/src/lib/home/components/CategoryHomeId.jsx index c37a6af7..4899f216 100644 --- a/src/lib/home/components/CategoryHomeId.jsx +++ b/src/lib/home/components/CategoryHomeId.jsx @@ -6,7 +6,7 @@ const CategoryHomeId = () => { const { categoryHomeIds } = useCategoryHomeId() return ( -
                      +
                      {categoryHomeIds.data?.map((id) => ( diff --git a/src/lib/product/components/ProductCard.jsx b/src/lib/product/components/ProductCard.jsx index 9a5fe9a2..8b48cf06 100644 --- a/src/lib/product/components/ProductCard.jsx +++ b/src/lib/product/components/ProductCard.jsx @@ -36,7 +36,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { product?.manufacture?.name, product?.manufacture.id )} - className='mb-1 font-normal' + className='mb-1' > {product.manufacture.name} @@ -45,7 +45,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { )} { product?.manufacture?.name, product?.manufacture.id )} - className='mb-1 font-normal' + className='mb-1' > {product.manufacture.name} @@ -117,7 +117,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { )} diff --git a/src/pages/index.jsx b/src/pages/index.jsx index 1fe0e65a..15a431b4 100644 --- a/src/pages/index.jsx +++ b/src/pages/index.jsx @@ -73,7 +73,7 @@ export default function Home() {
                      -
                      +
                      @@ -84,7 +84,7 @@ export default function Home() { -
                      +
                      -- cgit v1.2.3