diff options
| author | trisusilo48 <tri.susilo@altama.co.id> | 2024-07-25 08:54:44 +0700 |
|---|---|---|
| committer | trisusilo48 <tri.susilo@altama.co.id> | 2024-07-25 08:54:44 +0700 |
| commit | a5c8e89076f73389f0a9bef3a941553a7d6d9f01 (patch) | |
| tree | dcc89e0fb22d11e1ef91f656f442766776273df3 /src/pages | |
| parent | 95081416190d09bbbe4f3d745e69ff81258bde7a (diff) | |
CR - Title page brand detail
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/shop/brands/[slug].jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/shop/brands/[slug].jsx b/src/pages/shop/brands/[slug].jsx index c3a7299f..1e48e781 100644 --- a/src/pages/shop/brands/[slug].jsx +++ b/src/pages/shop/brands/[slug].jsx @@ -20,7 +20,7 @@ export default function BrandDetail() { return ( <BasicLayout> <Seo - title={`Distributor ${brandName} Indonesia Harga Official Indoteknik.com`} + title={`Jual Produk Resmi ${brandName} Indonesia | Indoteknik.com`} description='B2B Marketplace MRO & Industri dengan Layanan Pembayaran Tempo, Faktur Pajak, Online Quotation, Garansi Resmi & Harga Kompetitif' additionalMetaTags={[ { |
