From 28668ab5dae7ce2bc68b42a3ff8269e789dddb94 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 06:11:47 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 1413 +------------------------------------------- 1 file changed, 7 insertions(+), 1406 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 5a9459d..62db05c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1418 +1,20 @@ import type { Metadata } from "next"; -import { Mulish } from "next/font/google"; import { Inter } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; -const mulish = Mulish({ - variable: "--font-mulish", subsets: ["latin"], -}); - -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); +const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Web Development Services Pakistan | Fast Solutions Developer", description: "Professional website design, Shopify development, and web services in Gujrat, Pakistan. 4.6★ rated developers for custom websites and ecommerce solutions.", keywords: "web developer Pakistan, website design Gujrat, Shopify store development, web development services, custom website builder", metadataBase: new URL("https://fastsolutionsdeveloper.com"), - alternates: { - canonical: "https://fastsolutionsdeveloper.com"}, - openGraph: { - title: "Fast Solutions Developer - Professional Web Development", description: "Transform your business with expert website design and Shopify store development. 4.6★ trusted by 22+ clients.", url: "https://fastsolutionsdeveloper.com", siteName: "Fast Solutions Developer", type: "website", images: [ - { - url: "http://img.b2bpic.net/free-photo/two-young-male-colleagues-sitting-opposing-desks_171337-7289.jpg", alt: "Fast Solutions Developer Team"}, - ], - }, - twitter: { - card: "summary_large_image", title: "Fast Solutions Developer", description: "Professional web development and Shopify store solutions in Pakistan", images: ["http://img.b2bpic.net/free-photo/two-young-male-colleagues-sitting-opposing-desks_171337-7289.jpg"], - }, - robots: { - index: true, - follow: true, - }, -}; + title: "Fast Solutions Developer - Professional Web Development", description: "Custom websites, Shopify stores, and ongoing support — built fast and done right. We transform ideas into powerful digital solutions."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - - {children} - -