From 8ace2d2bd27a5f2d0d4d2b5b31406d4640dde4cc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 20:15:11 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 27 ++++++--------------------- 1 file changed, 6 insertions(+), 21 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a882967..0930de3 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const montserrat = Montserrat({ - variable: "--font-montserrat", - subsets: ["latin"], + variable: "--font-montserrat", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Beyond The Wall | Cultural Fashion Brand", - description: "Premium fashion brand born in Berlin from Palestinian creativity. Explore bold, minimalist designs celebrating cultural identity, resilience, and freedom.", - keywords: "fashion, cultural brand, Palestinian design, luxury apparel, ethical fashion, identity, social impact", - metadataBase: new URL("https://beyondthewall.com"), + title: "Beyond The Wall | Cultural Fashion Brand", description: "Premium fashion brand born in Berlin from Palestinian creativity. Explore bold, minimalist designs celebrating cultural identity, resilience, and freedom.", keywords: "fashion, cultural brand, Palestinian design, luxury apparel, ethical fashion, identity, social impact", metadataBase: new URL("https://beyondthewall.com"), alternates: { - canonical: "https://beyondthewall.com", - }, + canonical: "https://beyondthewall.com"}, openGraph: { - title: "Beyond The Wall - Breaking Barriers Through Fashion", - description: "A global movement rooted in Palestinian creativity. Fashion as a tool for cultural expression and social change.", - url: "https://beyondthewall.com", - siteName: "Beyond The Wall", - type: "website", - images: [ + title: "Beyond The Wall - Breaking Barriers Through Fashion", description: "A global movement rooted in Palestinian creativity. Fashion as a tool for cultural expression and social change.", url: "https://beyondthewall.com", siteName: "Beyond The Wall", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/game-with-shadows-fashion-portrait-african-american-woman-long-dress-eyeglasses-indoor_627829-5502.jpg", - alt: "Beyond The Wall brand hero", - }, + url: "http://img.b2bpic.net/free-photo/game-with-shadows-fashion-portrait-african-american-woman-long-dress-eyeglasses-indoor_627829-5502.jpg", alt: "Beyond The Wall brand hero"}, ], }, twitter: { - card: "summary_large_image", - title: "Beyond The Wall - Cultural Fashion", - description: "Premium cultural fashion brand celebrating Palestinian heritage and social impact.", - images: ["http://img.b2bpic.net/free-photo/game-with-shadows-fashion-portrait-african-american-woman-long-dress-eyeglasses-indoor_627829-5502.jpg"], + card: "summary_large_image", title: "Beyond The Wall - Cultural Fashion", description: "Premium cultural fashion brand celebrating Palestinian heritage and social impact.", images: ["http://img.b2bpic.net/free-photo/game-with-shadows-fashion-portrait-african-american-woman-long-dress-eyeglasses-indoor_627829-5502.jpg"], }, robots: { index: true,