Update src/app/layout.tsx

This commit is contained in:
2026-01-22 20:21:49 +00:00
parent 4950ca7812
commit 9fce393984

View File

@@ -6,40 +6,27 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
const interTight = Inter_Tight({ const interTight = Inter_Tight({
variable: "--font-inter-tight", variable: "--font-inter-tight", subsets: ["latin"],
subsets: ["latin"],
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
}); });
const prata = Prata({ const prata = Prata({
variable: "--font-prata", variable: "--font-prata", subsets: ["latin"],
subsets: ["latin"],
weight: ["400"], weight: ["400"],
}); });
export const metadata: Metadata = { export const metadata: Metadata = {
title: "Webild Studio - Premium Web Design & Development Agency", title: "Webild Studio - Premium Web Design & Development Agency", description: "Transform your brand with cutting-edge web design, development, and digital strategy. Award-winning creative agency specializing in premium digital experiences.", keywords: "web design, web development, digital agency, branding, UI/UX design, creative studio", metadataBase: new URL("https://webild.studio"),
description: "Transform your brand with cutting-edge web design, development, and digital strategy. Award-winning creative agency specializing in premium digital experiences.",
keywords: "web design, web development, digital agency, branding, UI/UX design, creative studio",
metadataBase: new URL("https://webild.studio"),
alternates: { alternates: {
canonical: "https://webild.studio" canonical: "https://webild.studio"
}, },
openGraph: { openGraph: {
title: "Webild Studio - Creative Web Agency", title: "Webild Studio - Creative Web Agency", description: "Premium digital solutions for ambitious brands. Design, development, and strategy.", siteName: "Webild Studio", type: "website", images: [{
description: "Premium digital solutions for ambitious brands. Design, development, and strategy.", url: "https://img.b2bpic.net/free-vector/infographic-dashboard-user-panel_52683-30026.jpg", alt: "Webild Studio Premium Web Design"
siteName: "Webild Studio",
type: "website",
images: [{
url: "https://img.b2bpic.net/free-vector/infographic-dashboard-user-panel_52683-30026.jpg",
alt: "Webild Studio Premium Web Design"
}] }]
}, },
twitter: { twitter: {
card: "summary_large_image", card: "summary_large_image", title: "Webild Studio - Creative Web Agency", description: "Premium digital solutions for ambitious brands", images: ["https://img.b2bpic.net/free-vector/infographic-dashboard-user-panel_52683-30026.jpg"]
title: "Webild Studio - Creative Web Agency",
description: "Premium digital solutions for ambitious brands",
images: ["https://img.b2bpic.net/free-vector/infographic-dashboard-user-panel_52683-30026.jpg"]
}, },
robots: { robots: {
index: true, index: true,