From 44c3f58caba54cd6a12e9bdb7aab1bc8b307faa4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:49:11 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 32 ++++++++------------------------ 1 file changed, 8 insertions(+), 24 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8dc84f5..b3adf2e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,38 +5,22 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const archivo = Archivo({ - variable: "--font-archivo", - subsets: ["latin"], + variable: "--font-archivo", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Webuild - Web Development & Automation Services", - description: "Expert web development and automation services. We create stunning, high-performing websites and automate your digital workflows.", - keywords: "web development, website design, automation, SaaS, custom websites, web automation, digital solutions", - metadataBase: new URL("https://webuild.dev"), + title: "smartbiz - Web Development & Automation Services", description: "Expert web development and automation services. We create stunning, high-performing websites and automate your digital workflows.", keywords: "web development, website design, automation, SaaS, custom websites, web automation, digital solutions", metadataBase: new URL("https://smartbiz.dev"), alternates: { - canonical: "https://webuild.dev", - }, + canonical: "https://smartbiz.dev"}, openGraph: { - title: "Webuild - Web Development & Automation", - description: "Transform your digital presence with custom websites and smart automation.", - url: "https://webuild.dev", - siteName: "Webuild", - type: "website", - images: [ + title: "smartbiz - Web Development & Automation", description: "Transform your digital presence with custom websites and smart automation.", url: "https://smartbiz.dev", siteName: "smartbiz", type: "website", images: [ { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/a-modern-sleek-web-development-dashboard-1772556087321-857a5980.png", - alt: "Webuild web development dashboard", - }, + url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/a-modern-sleek-web-development-dashboard-1772556087321-857a5980.png", alt: "smartbiz web development dashboard"}, ], }, twitter: { - card: "summary_large_image", - title: "Webuild - Web Development & Automation", - description: "Expert web development and automation services.", - images: [ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/a-modern-sleek-web-development-dashboard-1772556087321-857a5980.png", - ], + card: "summary_large_image", title: "smartbiz - Web Development & Automation", description: "Expert web development and automation services.", images: [ + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARWjA802o7PKeHYkcYoaQioEb8/a-modern-sleek-web-development-dashboard-1772556087321-857a5980.png"], }, robots: { index: true, @@ -1426,4 +1410,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +}