Update src/app/layout.tsx

This commit is contained in:
2026-03-03 16:49:11 +00:00
parent 30b38c0451
commit 44c3f58cab

View File

@@ -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({
</ServiceWrapper>
</html>
);
}
}