From c4c4928c371c957ae02376b68d07cf8bdd12a214 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:45:49 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 26 ++++++-------------------- 1 file changed, 6 insertions(+), 20 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 011fad1..ea0c0a1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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"], }, };