Update src/app/layout.tsx
This commit is contained in:
@@ -7,46 +7,31 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const openSans = Open_Sans({
|
||||
variable: "--font-open-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-open-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Prime Detailz | Premium Mobile Auto Detailing Service",
|
||||
description: "Professional mobile car detailing service featuring luxury-grade equipment and premium products. Book your appointment today for convenient, high-end vehicle care.",
|
||||
keywords: "mobile auto detailing, car detailing service, premium vehicle care, ceramic coating, professional detailing, luxury car care",
|
||||
robots: {
|
||||
title: "Prime Detailz | Premium Mobile Auto Detailing Service", description: "Professional mobile car detailing service featuring luxury-grade equipment and premium products. Book your appointment today for convenient, high-end vehicle care.", keywords: "mobile auto detailing, car detailing service, premium vehicle care, ceramic coating, professional detailing, luxury car care", robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
openGraph: {
|
||||
title: "Prime Detailz | Premium Mobile Auto Detailing",
|
||||
description: "Experience premium mobile detailing service with meticulous attention to detail. Luxury car care comes to you.",
|
||||
siteName: "Prime Detailz",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Prime Detailz | Premium Mobile Auto Detailing", description: "Experience premium mobile detailing service with meticulous attention to detail. Luxury car care comes to you.", siteName: "Prime Detailz", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30586.jpg",
|
||||
alt: "Prime Detailz Premium Mobile Detailing",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30586.jpg", alt: "Prime Detailz Premium Mobile Detailing"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Prime Detailz | Premium Mobile Auto Detailing",
|
||||
description: "Professional mobile car detailing with attention to every detail.",
|
||||
images: ["http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30586.jpg"],
|
||||
card: "summary_large_image", title: "Prime Detailz | Premium Mobile Auto Detailing", description: "Professional mobile car detailing with attention to every detail.", images: ["http://img.b2bpic.net/free-photo/man-car-clean-using-brush-clean-up-all-details-inside-vehicle_1303-30586.jpg"],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user