From c44f7f5f365fbe72b48d79d66aa7573f8e266841 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 18:13:01 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 1406 -------------------------------------------- 1 file changed, 1406 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b92dd77..e69de29 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1406 +0,0 @@ -import type { Metadata } from "next"; -import { Inter_Tight } from "next/font/google"; -import "./globals.css"; - -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: "SocialGrow - Social Media Management for Business Growth", description: "Expert social media management services for small businesses. We help you build engaged communities and drive sustainable growth through strategic social media management and content creation."}; - -export default function RootLayout({ - children, -}: { - children: React.ReactNode; -}) { - return ( - - - {children} - - - -