Update src/app/layout.tsx

This commit is contained in:
2026-03-05 18:49:02 +00:00
parent 59ba61f018
commit 32ac74e4f9

View File

@@ -7,49 +7,31 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
const openSans = Open_Sans({
variable: "--font-open-sans",
subsets: ["latin"],
variable: "--font-open-sans", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Proof Digital - Results-Driven Digital Agency",
description: "Transform your brand with Proof Digital. We deliver results-driven digital solutions including brand strategy, web design, development, and marketing.",
keywords: "digital agency, brand strategy, web design, development, digital marketing, results-driven",
metadataBase: new URL("https://proofdigital.com"),
title: "Proof Digital - Results-Driven Digital Agency", description: "Transform your brand with Proof Digital. We deliver results-driven digital solutions including brand strategy, web design, development, and marketing.", keywords: "digital agency, brand strategy, web design, development, digital marketing, results-driven", metadataBase: new URL("https://proofdigital.com"),
alternates: {
canonical: "https://proofdigital.com",
},
canonical: "https://proofdigital.com"},
openGraph: {
title: "Proof Digital - Digital Solutions That Deliver Results",
description: "Partner with Proof Digital for comprehensive digital solutions that drive growth and measurable impact.",
url: "https://proofdigital.com",
siteName: "Proof Digital",
type: "website",
images: [
title: "Proof Digital - Digital Solutions That Deliver Results", description: "Partner with Proof Digital for comprehensive digital solutions that drive growth and measurable impact.", url: "https://proofdigital.com", siteName: "Proof Digital", type: "website", images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXC5yOR7Ejs8BWLx6NIQSABgzB/a-modern-digital-agency-dashboard-interf-1772736377986-bf0b1e25.png",
alt: "Proof Digital - Digital Agency",
},
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXC5yOR7Ejs8BWLx6NIQSABgzB/a-modern-digital-agency-dashboard-interf-1772736377986-bf0b1e25.png", alt: "Proof Digital - Digital Agency"},
],
},
twitter: {
card: "summary_large_image",
title: "Proof Digital - Results-Driven Digital Agency",
description: "We deliver digital solutions that transform brands and drive measurable results.",
images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXC5yOR7Ejs8BWLx6NIQSABgzB/a-modern-digital-agency-dashboard-interf-1772736377986-bf0b1e25.png",
],
card: "summary_large_image", title: "Proof Digital - Results-Driven Digital Agency", description: "We deliver digital solutions that transform brands and drive measurable results.", images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AXC5yOR7Ejs8BWLx6NIQSABgzB/a-modern-digital-agency-dashboard-interf-1772736377986-bf0b1e25.png"],
},
robots: {
index: true,
@@ -1441,4 +1423,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}