From 4043675b1c8bda3b5e647c6736d7acd5bc517cf2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 02:29:01 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e325224..5151c96 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,10 +1,9 @@ import type { Metadata } from "next"; -import { GeistSans } from "geist/font/sans"; -import { GeistMono } from "geist/font/mono"; import "./globals.css"; export const metadata: Metadata = { - title: "TechForge - Expert Software Development", description: "Transform your software vision into reality with cutting-edge IT solutions and custom software development for enterprises and startups."}; + title: "TechForge - Expert Software Development", description: "Transform your software vision into reality with cutting-edge IT solutions and custom software development for enterprises and startups." +}; export default function RootLayout({ children, @@ -13,7 +12,7 @@ export default function RootLayout({ }) { return ( - + {children}