From bd77ebb0b497a0e34e17fe1e935e215428ee6522 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 09:08:01 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 1419 +------------------------------------------- 1 file changed, 22 insertions(+), 1397 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e9f468c..40270d5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1418 +1,44 @@ import type { Metadata } from "next"; -import { Mulish } from "next/font/google"; -import { Inter } from "next/font/google"; +import { Inter_Tight } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; +import { ServiceWrapper } from "@/providers/service/ServiceWrapper"; +import { Tag } from "@/components/tag"; -const mulish = Mulish({ - variable: "--font-mulish", subsets: ["latin"], -}); - -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], +const interTight = Inter_Tight({ + variable: "--font-inter-tight", subsets: ["latin"], + weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export const metadata: Metadata = { - title: "Creative Web Agency | Digital Design & Development", description: "Award-winning creative web agency specializing in brand strategy, web design, and digital development. Transforming ideas into exceptional digital experiences.", keywords: "creative agency, web design, web development, brand strategy, digital marketing, UI/UX design", metadataBase: new URL("https://webild.com"), - alternates: { - canonical: "https://webild.com"}, - openGraph: { - title: "Creative Web Agency | Webild", description: "Transform your brand with exceptional digital experiences. Strategic design meets cutting-edge development.", url: "https://webild.com", siteName: "Webild", type: "website", images: [ - { - url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AejxD4mQD9ZeQA55XSXjNFeBWH/a-modern-creative-agency-workspace-with--1772960291627-94bc2eaf.png", alt: "Creative agency workspace"}, - ], - }, - twitter: { - card: "summary_large_image", title: "Creative Web Agency | Webild", description: "Transform your brand with exceptional digital experiences", images: [ - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AejxD4mQD9ZeQA55XSXjNFeBWH/a-modern-creative-agency-workspace-with--1772960291627-94bc2eaf.png"], - }, - robots: { - index: true, - follow: true, - }, -}; + title: "Webild - Creative Agency", description: "Elevate your brand with creative excellence. Award-winning digital experiences from concept to launch."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - {children} - +