Update src/app/layout.tsx
This commit is contained in:
@@ -6,40 +6,27 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const interTight = Inter_Tight({
|
||||
variable: "--font-inter-tight",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-inter-tight", subsets: ["latin"],
|
||||
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
|
||||
});
|
||||
|
||||
const prata = Prata({
|
||||
variable: "--font-prata",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-prata", subsets: ["latin"],
|
||||
weight: ["400"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
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"),
|
||||
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"),
|
||||
alternates: {
|
||||
canonical: "https://webild.studio"
|
||||
},
|
||||
openGraph: {
|
||||
title: "Webild Studio - Creative Web Agency",
|
||||
description: "Premium digital solutions for ambitious brands. Design, development, and strategy.",
|
||||
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"
|
||||
title: "Webild Studio - Creative Web Agency", description: "Premium digital solutions for ambitious brands. Design, development, and strategy.", 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: {
|
||||
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"]
|
||||
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"]
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
Reference in New Issue
Block a user