diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index af807cf..26952dd 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -145,4 +145,4 @@ export default function AboutPage() { ); -} \ No newline at end of file +} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2a0ddaa..276f5ec 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -83,4 +83,4 @@ export default function ContactPage() { ); -} \ No newline at end of file +} diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 80e84d4..6d3510c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,42 +1,17 @@ import type { Metadata } from "next"; -import { Archivo } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; - -const archivo = Archivo({ - 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"), - alternates: { - 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: [ - { - 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"], - }, -}; + title: "Pulse Digital | Creative Web Solutions", description: "We craft beautiful, high-performing websites that convert visitors into customers."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - + + {children}