Update src/app/layout.tsx
This commit is contained in:
@@ -5,35 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const manrope = Manrope({
|
const manrope = Manrope({
|
||||||
variable: "--font-manrope",
|
variable: "--font-manrope", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "StyleHub - Premium Fashion & Quality Apparel Online",
|
title: "StyleHub - Premium Fashion & Quality Apparel Online", description: "Shop premium fashion and quality apparel at StyleHub. Discover stylish clothing, accessories, and more with fast shipping and excellent customer service.", keywords: "fashion, clothing, apparel, online shopping, premium brands, style", robots: {
|
||||||
description: "Shop premium fashion and quality apparel at StyleHub. Discover stylish clothing, accessories, and more with fast shipping and excellent customer service.",
|
|
||||||
keywords: "fashion, clothing, apparel, online shopping, premium brands, style",
|
|
||||||
robots: {
|
|
||||||
index: true,
|
index: true,
|
||||||
follow: true,
|
follow: true,
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "StyleHub - Premium Fashion & Quality Apparel",
|
title: "StyleHub - Premium Fashion & Quality Apparel", description: "Discover your style with StyleHub's curated collection of premium fashion and apparel.", siteName: "StyleHub", type: "website", images: [
|
||||||
description: "Discover your style with StyleHub's curated collection of premium fashion and apparel.",
|
|
||||||
siteName: "StyleHub",
|
|
||||||
type: "website",
|
|
||||||
images: [
|
|
||||||
{
|
{
|
||||||
url: "http://img.b2bpic.net/free-photo/close-up-hand-holding-bunch-hangers_1163-853.jpg",
|
url: "http://img.b2bpic.net/free-photo/close-up-hand-holding-bunch-hangers_1163-853.jpg", alt: "StyleHub Fashion Collection"},
|
||||||
alt: "StyleHub Fashion Collection",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "StyleHub - Premium Fashion & Quality Apparel", description: "Shop the latest fashion trends and quality apparel at StyleHub", images: ["http://img.b2bpic.net/free-photo/close-up-hand-holding-bunch-hangers_1163-853.jpg"],
|
||||||
title: "StyleHub - Premium Fashion & Quality Apparel",
|
|
||||||
description: "Shop the latest fashion trends and quality apparel at StyleHub",
|
|
||||||
images: ["http://img.b2bpic.net/free-photo/close-up-hand-holding-bunch-hangers_1163-853.jpg"],
|
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user