Update src/app/layout.tsx

This commit is contained in:
2026-02-08 19:29:22 +00:00
parent 9f3cf4ba8a
commit 86063ba342

View File

@@ -4,41 +4,26 @@ import { Inter } from "next/font/google";
import "./globals.css";
const dmSans = DM_Sans({
variable: "--font-dm-sans",
subsets: ["latin"],
variable: "--font-dm-sans", subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Dialedweb - Premium Software & Web Development",
description: "California-based premium software and web development company. Custom solutions for visionary brands. 150+ projects delivered.",
keywords: ["software development", "web development", "custom development", "California", "premium digital solutions"],
title: "Dialedweb - Premium Software & Web Development", description: "California-based premium software and web development company. Custom solutions for visionary brands. 150+ projects delivered.", keywords: ["software development", "web development", "custom development", "California", "premium digital solutions"],
metadataBase: new URL("https://dialedweb.com"),
alternates: {
canonical: "https://dialedweb.com",
},
canonical: "https://dialedweb.com"},
openGraph: {
title: "Dialedweb - Premium Software & Web Development",
description: "Transform your digital presence with bespoke software solutions and cutting-edge web experiences.",
siteName: "Dialedweb",
type: "website",
url: "https://dialedweb.com",
images: [
title: "Dialedweb - Premium Software & Web Development", description: "Transform your digital presence with bespoke software solutions and cutting-edge web experiences.", siteName: "Dialedweb", type: "website", url: "https://dialedweb.com", images: [
{
url: "https://dialedweb.com/og-image.png",
alt: "Dialedweb Premium Development",
},
url: "https://dialedweb.com/og-image.png", alt: "Dialedweb Premium Development"},
],
},
twitter: {
card: "summary_large_image",
title: "Dialedweb - Premium Software & Web Development",
description: "Transform your digital presence with bespoke software solutions.",
images: ["https://dialedweb.com/twitter-image.png"],
card: "summary_large_image", title: "Dialedweb - Premium Software & Web Development", description: "Transform your digital presence with bespoke software solutions.", images: ["https://dialedweb.com/twitter-image.png"],
},
robots: {
index: true,