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} - - - -