From a62818b76681f71274a9353d3e8934be3fb7dbe8 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 10:30:03 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 29 +++++++---------------------- 1 file changed, 7 insertions(+), 22 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 2e42393..615837f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,37 +3,22 @@ import { Poppins } from "next/font/google"; import "./globals.css"; const poppins = Poppins({ - variable: "--font-poppins", - subsets: ["latin"], + variable: "--font-poppins", subsets: ["latin"], weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export const metadata: Metadata = { - title: "Elevator Planning Consultant | Neufert-Based Calculations | LiftPlan", - description: "Professional elevator planning and vertical transportation studies. Neufert-based calculations for office buildings, residential towers, hotels, and hospitals. Expert consultancy for architects and developers.", - keywords: "elevator planning, vertical transportation, Neufert standards, elevator consultant, building analysis, elevator calculation, architectural planning", - metadataBase: new URL("https://www.liftplan.com"), + title: "Elevator Planning Consultant | Neufert-Based Calculations | LiftPlan", description: "Professional elevator planning and vertical transportation studies. Neufert-based calculations for office buildings, residential towers, hotels, and hospitals. Expert consultancy for architects and developers.", keywords: "elevator planning, vertical transportation, Neufert standards, elevator consultant, building analysis, elevator calculation, architectural planning", metadataBase: new URL("https://www.liftplan.com"), alternates: { - canonical: "https://www.liftplan.com", - }, + canonical: "https://www.liftplan.com"}, openGraph: { - title: "Accurate Elevator Planning Based on Neufert Standards | LiftPlan", - description: "Professional vertical transportation calculations for offices, residential towers, hotels, and hospitals.", - url: "https://www.liftplan.com", - siteName: "LiftPlan Consulting", - type: "website", - images: [ + title: "Accurate Elevator Planning Based on Neufert Standards | LiftPlan", description: "Professional vertical transportation calculations for offices, residential towers, hotels, and hospitals.", url: "https://www.liftplan.com", siteName: "LiftPlan Consulting", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/escalator-modern-building_1232-2355.jpg", - alt: "Elevator planning consultation", - }, + url: "http://img.b2bpic.net/free-photo/escalator-modern-building_1232-2355.jpg", alt: "Elevator planning consultation"}, ], }, twitter: { - card: "summary_large_image", - title: "Accurate Elevator Planning | LiftPlan", - description: "Professional vertical transportation studies based on Neufert standards.", - images: ["http://img.b2bpic.net/free-photo/escalator-modern-building_1232-2355.jpg"], + card: "summary_large_image", title: "Accurate Elevator Planning | LiftPlan", description: "Professional vertical transportation studies based on Neufert standards.", images: ["http://img.b2bpic.net/free-photo/escalator-modern-building_1232-2355.jpg"], }, robots: { index: true, @@ -1420,4 +1405,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +}