Update src/app/layout.tsx
This commit is contained in:
@@ -6,47 +6,30 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const montserrat = Montserrat({
|
||||
variable: "--font-montserrat",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-montserrat", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter", subsets: ["latin"],
|
||||
});
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-halant", subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Construction & Finishing Services | Infinity Services",
|
||||
description: "Professional architectural finishing, renovation, and construction services. Expert craftsmanship in interior design, gypsum ceilings, and home finishing.",
|
||||
keywords: "construction services, interior finishing, gypsum design, renovation, architectural finishing, home finishing, construction company",
|
||||
metadataBase: new URL("https://infinityservices.com"),
|
||||
title: "Construction & Finishing Services | Infinity Services", description: "Professional architectural finishing, renovation, and construction services. Expert craftsmanship in interior design, gypsum ceilings, and home finishing.", keywords: "construction services, interior finishing, gypsum design, renovation, architectural finishing, home finishing, construction company", metadataBase: new URL("https://infinityservices.com"),
|
||||
alternates: {
|
||||
canonical: "https://infinityservices.com",
|
||||
},
|
||||
canonical: "https://infinityservices.com"},
|
||||
openGraph: {
|
||||
title: "Infinity Services - Professional Construction & Finishing",
|
||||
description: "Transform your space with expert construction, renovation, and finishing services. 15+ years of excellence.",
|
||||
url: "https://infinityservices.com",
|
||||
siteName: "Infinity Services",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Infinity Services - Professional Construction & Finishing", description: "Transform your space with expert construction, renovation, and finishing services. 15+ years of excellence.", url: "https://infinityservices.com", siteName: "Infinity Services", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg",
|
||||
alt: "Infinity Services - Professional Construction & Finishing",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg", alt: "Infinity Services - Professional Construction & Finishing"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Infinity Services - Construction & Finishing",
|
||||
description: "Professional construction, renovation, and interior finishing services.",
|
||||
images: ["http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg"],
|
||||
card: "summary_large_image", title: "Infinity Services - Construction & Finishing", description: "Professional construction, renovation, and interior finishing services.", images: ["http://img.b2bpic.net/free-photo/workers-talking-phone-doing-paperwork_23-2147668775.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
@@ -1438,4 +1421,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user