fix title
parent
186444c42e
commit
9cfae46f02
|
@ -162,59 +162,59 @@ const BlogsData = ({ dataCaetgories, data }) => {
|
|||
|
||||
<div className="bg-login !h-fit p-5 rounded-2xl mt-5">
|
||||
<div className="grid xs:grid-cols-3 md:grid-cols-5 lg:grid-cols-7 gap-2 xl:grid-cols-12 rtl">
|
||||
<Link href={`/brands/482ab9fa-01b7-435a-9877-f1fad9759a9e/الستر`}>
|
||||
<Link href={`/brands/30be42fe-633b-4c43-886b-c946a68dddcc/فولیکا`}>
|
||||
<div className="w-[100px] h-[100px] relative rounded-full border-8 border-white shadow-sm mx-2 hover:bg-white tr03 group ">
|
||||
<p className="mb-0 font-bold text-center mt-7 text-white group-hover:text-black tr03 ">
|
||||
سنتلا
|
||||
فولیکا
|
||||
</p>
|
||||
</div>
|
||||
</Link>
|
||||
<Link href={`/brands/93a18c0c-c468-4f76-bf6b-8b41d636a433/فیری`}>
|
||||
<Link href={`/brands/52caf76d-7e36-43ca-b068-2bf6994b0d0e/آردن`}>
|
||||
<div className="w-[100px] h-[100px] rounded-full border-8 border-white shadow-sm mx-2 hover:bg-white tr03 group ">
|
||||
<p className="mb-0 font-bold text-center mt-7 text-white group-hover:text-black tr03 ">
|
||||
فیری
|
||||
آردن
|
||||
</p>
|
||||
</div>
|
||||
</Link>
|
||||
<Link href={`/brands/cec2ba58-fac7-4090-bd0d-c43572224d42/سراوی`}>
|
||||
<Link href={`/brands/48e6342c-c0a1-41a3-99ae-f240d90db1bd/گلدن-رز`}>
|
||||
<div className="w-[100px] h-[100px] rounded-full border-8 border-white shadow-sm mx-2 hover:bg-white tr03 group ">
|
||||
<p className="mb-0 font-bold text-center mt-7 text-white group-hover:text-black tr03 ">
|
||||
سراوی
|
||||
گلدن رز
|
||||
</p>
|
||||
</div>
|
||||
</Link>
|
||||
<Link href={`/brands/2fd16c58-81c1-4f1c-9666-77a4b9b482b5/پیکسی`}>
|
||||
<Link href={`/brands/2fd16c58-81c1-4f1c-9666-77a4b9b482b5/کدکس`}>
|
||||
<div className="w-[100px] h-[100px] rounded-full border-8 border-white shadow-sm mx-2 hover:bg-white tr03 group ">
|
||||
<p className="mb-0 font-bold text-center mt-7 text-white group-hover:text-black tr03 ">
|
||||
پیکسی
|
||||
کدکس
|
||||
</p>
|
||||
</div>
|
||||
</Link>
|
||||
<Link href={`/brands/ee8a60d6-4b5f-4db8-abbe-dd5da391b61c/سیمپل`}>
|
||||
<Link href={`/brands/93a2a376-5a18-49f3-b29c-a3c8ef2ff133/بیول`}>
|
||||
<div className="w-[100px] h-[100px] rounded-full border-8 border-white shadow-sm mx-2 hover:bg-white tr03 group ">
|
||||
<p className="mb-0 font-bold text-center mt-7 text-white group-hover:text-black tr03 ">
|
||||
سیمپل
|
||||
بیول
|
||||
</p>
|
||||
</div>
|
||||
</Link>
|
||||
<Link href={`/brands/2c5ff965-cee0-4b0f-9075-1818b1d852f9/مرحبا`}>
|
||||
<Link href={`/brands/9d26a7d0-0c0b-4269-bc78-5f5fbb951119/میبلین`}>
|
||||
<div className="w-[100px] h-[100px] rounded-full border-8 border-white shadow-sm mx-2 hover:bg-white tr03 group ">
|
||||
<p className="mb-0 font-bold text-center mt-7 text-white group-hover:text-black tr03 ">
|
||||
مرحبا
|
||||
میبلین
|
||||
</p>
|
||||
</div>
|
||||
</Link>
|
||||
<Link href={`/brands/779c0873-5e1f-49f5-9005-41bbcb26cb04/نارس`}>
|
||||
<Link href={`/brands/4d0a9ed5-dfc9-45e2-8814-68d27f433b60/شون`}>
|
||||
<div className="w-[100px] h-[100px] rounded-full border-8 border-white shadow-sm mx-2 hover:bg-white tr03 group ">
|
||||
<p className="mb-0 font-bold text-center mt-7 text-white group-hover:text-black tr03 ">
|
||||
نارس
|
||||
شون
|
||||
</p>
|
||||
</div>
|
||||
</Link>
|
||||
<Link href={`/brands/c355764e-811c-4b4b-a256-401d6e7bd59e/توکوبو`}>
|
||||
<Link href={`/brands/e80181ef-d91d-4072-aff3-be2fbb00c0eb/مای`}>
|
||||
<div className="w-[100px] h-[100px] rounded-full border-8 border-white shadow-sm mx-2 hover:bg-white tr03 group ">
|
||||
<p className="mb-0 font-bold text-center mt-7 text-white group-hover:text-black tr03 ">
|
||||
توکوبو
|
||||
مای
|
||||
</p>
|
||||
</div>
|
||||
</Link>
|
||||
|
|
|
@ -6,7 +6,7 @@ export async function generateMetadata({ params }) {
|
|||
const products = await fetchProducts(params?.["id"]?.[0]);
|
||||
|
||||
return {
|
||||
title: decodedName,
|
||||
title: products.seo.title != "" ? products.seo.title : decodedName,
|
||||
description:
|
||||
products.seo.description != ""
|
||||
? products.seo.description
|
||||
|
@ -25,7 +25,7 @@ export async function generateMetadata({ params }) {
|
|||
canonical: `https://www.vesmeh.com/categories/${params.id[0]}/${decodedName}`,
|
||||
},
|
||||
openGraph: {
|
||||
title: decodedName,
|
||||
title: products.seo.title != "" ? products.seo.title : decodedName,
|
||||
description:
|
||||
products.seo.description != ""
|
||||
? products.seo.description
|
||||
|
@ -39,7 +39,7 @@ export async function generateMetadata({ params }) {
|
|||
products.seo.description != ""
|
||||
? products.seo.description
|
||||
: ` خرید ${decodedName}| برندهای متنوع با پایین ترین قیمت | فروشگاه اینترنتی وسمه`,
|
||||
title: decodedName,
|
||||
title: products.seo.title != "" ? products.seo.title : decodedName,
|
||||
creator: "@vesmehstore",
|
||||
},
|
||||
};
|
||||
|
|
|
@ -16,8 +16,7 @@ export const metadata = {
|
|||
],
|
||||
},
|
||||
title: {
|
||||
template:
|
||||
"%s | خرید لوازم آرایشی و بهداشتی قیمت مناسب و اصل | فروشگاه اینترنتی وسمه",
|
||||
template: "",
|
||||
default:
|
||||
"فروشگاه اینترنتی وسمه - خرید لوازم آرایشی و بهداشتی قیمت مناسب و اصل",
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue