Update src/app/layout.tsx
This commit is contained in:
@@ -11,39 +11,29 @@ import { Libre_Baskerville } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Outfitter Style - Discover Your Signature Look',
|
||||
description: 'Shop modern and responsive fashion for a clean, premium style. Explore curated collections with black, white, and beige aesthetics at Outfitter Style.',
|
||||
title: 'AR H - Premium Fashion & Luxury Apparel',
|
||||
description: 'Discover AR H: a curated collection of modern, responsive, premium fashion. Elevate your style with exclusive designs and timeless elegance in black, blue, and grey tones.',
|
||||
openGraph: {
|
||||
"title": "Outfitter Style - Modern Fashion E-commerce",
|
||||
"description": "Curated fashion that blends timeless elegance with modern trends. Express yourself with Outfitter Style.",
|
||||
"url": "https://www.outfitterstyle.com",
|
||||
"siteName": "Outfitter Style",
|
||||
"images": [
|
||||
"title": "AR H - Premium Fashion & Luxury Apparel", "description": "Experience the fusion of timeless elegance and avant-garde design. AR H offers exclusive fashion for the discerning individual.", "url": "https://www.arh.com", "siteName": "AR H", "images": [
|
||||
{
|
||||
"url": "http://img.b2bpic.net/free-photo/portrait-fashionable-robot_23-2151845048.jpg",
|
||||
"alt": "Model wearing a classic black dress"
|
||||
"url": "http://img.b2bpic.net/free-photo/young-beautiful-woman-black-dress_158595-364.jpg", "alt": "Model wearing a classic black dress"
|
||||
}
|
||||
],
|
||||
"type": "website"
|
||||
},
|
||||
twitter: {
|
||||
"card": "summary_large_image",
|
||||
"title": "Outfitter Style - Modern Fashion E-commerce",
|
||||
"description": "Curated fashion that blends timeless elegance with modern trends. Express yourself with Outfitter Style.",
|
||||
"images": [
|
||||
"http://img.b2bpic.net/free-photo/portrait-fashionable-robot_23-2151845048.jpg"
|
||||
"card": "summary_large_image", "title": "AR H - Premium Fashion & Luxury Apparel", "description": "Experience the fusion of timeless elegance and avant-garde design. AR H offers exclusive fashion for the discerning individual.", "images": [
|
||||
"http://img.b2bpic.net/free-photo/young-beautiful-woman-black-dress_158595-364.jpg"
|
||||
]
|
||||
},
|
||||
};
|
||||
|
||||
const libreBaskerville = Libre_Baskerville({
|
||||
variable: "--font-libre-baskerville",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-libre-baskerville", subsets: ["latin"],
|
||||
weight: ["400", "700"],
|
||||
});
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export default function RootLayout({
|
||||
|
||||
Reference in New Issue
Block a user