Update src/app/layout.tsx

This commit is contained in:
2026-03-03 08:45:49 +00:00
parent 80bca6e089
commit c4c4928c37

View File

@@ -5,35 +5,21 @@ 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: "Pulse Digital | Web Design & Development Agency",
description: "Professional web design and development services. We create beautiful, high-performing websites that drive business results. Trusted by 150+ companies.",
keywords: "web design, web development, digital agency, website design, web development company",
metadataBase: new URL("https://pulsedigital.com"),
title: "Pulse Digital | Web Design & Development Agency", description: "Professional web design and development services. We create beautiful, high-performing websites that drive business results. Trusted by 150+ companies.", keywords: "web design, web development, digital agency, website design, web development company", metadataBase: new URL("https://pulsedigital.com"),
alternates: {
canonical: "https://pulsedigital.com",
},
canonical: "https://pulsedigital.com"},
openGraph: {
title: "Pulse Digital | Web Design & Development Agency",
description: "Transform your digital presence with stunning websites and strategic design solutions.",
siteName: "Pulse Digital",
type: "website",
images: [
title: "Pulse Digital | Web Design & Development Agency", description: "Transform your digital presence with stunning websites and strategic design solutions.", siteName: "Pulse Digital", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/a-modern-sleek-web-design-dashboard-inte-1772527372132-0a49fa86.png",
alt: "Pulse Digital - Web Design Agency",
},
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/a-modern-sleek-web-design-dashboard-inte-1772527372132-0a49fa86.png", alt: "Pulse Digital - Web Design Agency"},
],
},
twitter: {
card: "summary_large_image",
title: "Pulse Digital | Web Design & Development",
description: "Professional web design and development services for modern businesses.",
images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/a-modern-sleek-web-design-dashboard-inte-1772527372132-0a49fa86.png"],
card: "summary_large_image", title: "Pulse Digital | Web Design & Development", description: "Professional web design and development services for modern businesses.", images: ["https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AQaMoBX7jFwK0QlMohZLIPqdAi/a-modern-sleek-web-design-dashboard-inte-1772527372132-0a49fa86.png"],
},
};