Update src/app/layout.tsx
This commit is contained in:
@@ -5,25 +5,14 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
|||||||
import Tag from "@/tag/Tag";
|
import Tag from "@/tag/Tag";
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter",
|
variable: "--font-inter", subsets: ["latin"],
|
||||||
subsets: ["latin"],
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "ARCT Amsterdam | Heavyweight essentials, quietly designed",
|
title: "ARCT Amsterdam | Heavyweight essentials, quietly designed", description: "Premium heavyweight hoodies and sweatpants from Amsterdam. Minimal embroidery, structured cotton fleece, built to last.", keywords: "heavyweight hoodie, premium sweatpants, minimalist streetwear, Amsterdam fashion, cotton fleece", openGraph: {
|
||||||
description: "Premium heavyweight hoodies and sweatpants from Amsterdam. Minimal embroidery, structured cotton fleece, built to last.",
|
title: "ARCT Amsterdam | Heavyweight essentials, quietly designed", description: "Premium heavyweight hoodies and sweatpants from Amsterdam. Minimal embroidery, structured cotton fleece, built to last.", siteName: "ARCT Amsterdam", type: "website"},
|
||||||
keywords: "heavyweight hoodie, premium sweatpants, minimalist streetwear, Amsterdam fashion, cotton fleece",
|
|
||||||
openGraph: {
|
|
||||||
title: "ARCT Amsterdam | Heavyweight essentials, quietly designed",
|
|
||||||
description: "Premium heavyweight hoodies and sweatpants from Amsterdam. Minimal embroidery, structured cotton fleece, built to last.",
|
|
||||||
siteName: "ARCT Amsterdam",
|
|
||||||
type: "website",
|
|
||||||
},
|
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image", title: "ARCT Amsterdam | Heavyweight essentials", description: "Premium heavyweight hoodies and sweatpants, built to last."},
|
||||||
title: "ARCT Amsterdam | Heavyweight essentials",
|
|
||||||
description: "Premium heavyweight hoodies and sweatpants, built to last.",
|
|
||||||
},
|
|
||||||
};
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
|
|||||||
Reference in New Issue
Block a user