From 14c63e4e458b3b32a470eb1bc48ef040261f08ee Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 11:55:47 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b027cc7..314bbe8 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -3,29 +3,18 @@ import { Inter } from "next/font/google"; import "./globals.css"; const inter = Inter({ - variable: "--font-inter", - subsets: ["latin"], + variable: "--font-inter", subsets: ["latin"], }); export const metadata: Metadata = { - title: "Proof Digital - Full-Service Digital Agency", - description: "Transform your digital vision with Proof Digital. Expert web development, design, and digital strategy solutions for businesses.", - keywords: "digital agency, web development, web design, digital strategy, UI/UX design, brand identity", - robots: { + title: "Proof Digital - Full-Service Digital Agency", description: "Transform your digital vision with Proof Digital. Expert web development, design, and digital strategy solutions for businesses.", keywords: "digital agency, web development, web design, digital strategy, UI/UX design, brand identity", robots: { index: true, follow: true, }, openGraph: { - title: "Proof Digital - Digital Agency", - description: "Transform your digital vision with Proof Digital. Expert web development, design, and digital strategy solutions.", - siteName: "Proof Digital", - type: "website", - }, + title: "Proof Digital - Digital Agency", description: "Transform your digital vision with Proof Digital. Expert web development, design, and digital strategy solutions.", siteName: "Proof Digital", type: "website"}, twitter: { - card: "summary_large_image", - title: "Proof Digital - Digital Agency", - description: "Transform your digital vision with Proof Digital. Expert web development, design, and digital strategy.", - }, + card: "summary_large_image", title: "Proof Digital - Digital Agency", description: "Transform your digital vision with Proof Digital. Expert web development, design, and digital strategy."}, }; export default function RootLayout({