Update src/app/layout.tsx
This commit is contained in:
@@ -11,28 +11,20 @@ import { Libre_Baskerville } from "next/font/google";
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Waqas Dubai Wala Mobile - Your #1 Mobile Shop in Dubai',
|
||||
description: 'Discover the latest smartphones and accessories from top brands at Waqas Dubai Wala Mobile. Best prices, genuine products, and expert service in Dubai.',
|
||||
keywords: ["Waqas Dubai Wala, mobile, phones, Dubai, smartphones, accessories, best price, genuine products, iPhone, Samsung, Xiaomi, phone repair"],
|
||||
title: 'Waqas Dubai Wala - Your Premier Mobile Shop',
|
||||
description: 'Waqas Dubai Wala offers the latest mobile phones, accessories, and top-tier repair services in Dubai. Discover genuine products and exceptional customer service.',
|
||||
keywords: ["Waqas Dubai Wala, mobile shop, Dubai, smartphones, phone accessories, mobile repair, latest phones, genuine mobile products"],
|
||||
openGraph: {
|
||||
"title": "Waqas Dubai Wala Mobile - Your #1 Mobile Shop in Dubai",
|
||||
"description": "Discover the latest smartphones and accessories from top brands at Waqas Dubai Wala Mobile. Best prices, genuine products, and expert service in Dubai.",
|
||||
"url": "https://waqasdubaiwala.com",
|
||||
"siteName": "Waqas Dubai Wala Mobile",
|
||||
"images": [
|
||||
"title": "Waqas Dubai Wala - Your Premier Mobile Shop", "description": "Waqas Dubai Wala offers the latest mobile phones, accessories, and top-tier repair services in Dubai. Discover genuine products and exceptional customer service.", "url": "https://waqasdubaiwala.com", "siteName": "Waqas Dubai Wala", "images": [
|
||||
{
|
||||
"url": "http://img.b2bpic.net/free-photo/young-female-holding-smartphone-black-singlet-looking-cheery_176474-12901.jpg",
|
||||
"alt": "Sleek modern smartphone"
|
||||
"url": "http://img.b2bpic.net/free-photo/modern-smartphone-with-blank-screen-on-dark-background_23-2148293961.jpg?_wi=1", "alt": "Waqas Dubai Wala mobile shop"
|
||||
}
|
||||
],
|
||||
"type": "website"
|
||||
},
|
||||
twitter: {
|
||||
"card": "summary_large_image",
|
||||
"title": "Waqas Dubai Wala Mobile - Your #1 Mobile Shop in Dubai",
|
||||
"description": "Discover the latest smartphones and accessories from top brands at Waqas Dubai Wala Mobile. Best prices, genuine products, and expert service in Dubai.",
|
||||
"images": [
|
||||
"http://img.b2bpic.net/free-photo/young-female-holding-smartphone-black-singlet-looking-cheery_176474-12901.jpg"
|
||||
"card": "summary_large_image", "title": "Waqas Dubai Wala - Your Premier Mobile Shop", "description": "Waqas Dubai Wala offers the latest mobile phones, accessories, and top-tier repair services in Dubai. Discover genuine products and exceptional customer service.", "images": [
|
||||
"http://img.b2bpic.net/free-photo/modern-smartphone-with-blank-screen-on-dark-background_23-2148293961.jpg?_wi=1"
|
||||
]
|
||||
},
|
||||
robots: {
|
||||
@@ -42,13 +34,11 @@ export const metadata: Metadata = {
|
||||
};
|
||||
|
||||
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({
|
||||
@@ -71,4 +61,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user