Update src/app/layout.tsx
This commit is contained in:
@@ -5,25 +5,14 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
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: {
|
||||
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",
|
||||
},
|
||||
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: {
|
||||
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: {
|
||||
card: "summary_large_image",
|
||||
title: "ARCT Amsterdam | Heavyweight essentials",
|
||||
description: "Premium heavyweight hoodies and sweatpants, built to last.",
|
||||
},
|
||||
card: "summary_large_image", title: "ARCT Amsterdam | Heavyweight essentials", description: "Premium heavyweight hoodies and sweatpants, built to last."},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
Reference in New Issue
Block a user