Update src/app/layout.tsx
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user