From f24d590dcd36a2956d266294c0d746b7dfe69ad7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 05:04:55 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 1423 +------------------------------------------- 1 file changed, 21 insertions(+), 1402 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f3fbe1f..07f96cf 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,1419 +1,39 @@ import type { Metadata } from "next"; -import { Montserrat } from "next/font/google"; import { Inter } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/components/ServiceWrapper"; -import Tag from "@/tag/Tag"; +import "./styles/variables.css"; +import "./styles/base.css"; -const montserrat = Montserrat({ - variable: "--font-montserrat", subsets: ["latin"], -}); - -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); +const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Business Coaching | Transform Your Company | CoachFlow", description: "Expert business coaching for entrepreneurs and executives. Get personalized strategies for growth, leadership development, and sustainable success. Free consultation available.", keywords: "business coaching, executive coaching, business growth, leadership coaching, business consultant, entrepreneur mentor", metadataBase: new URL("https://coachflow.com"), - alternates: { - canonical: "https://coachflow.com" - }, - openGraph: { - title: "Business Coaching | Transform Your Company", description: "Expert coaching for entrepreneurs and executives. Build thriving businesses with proven strategies.", url: "https://coachflow.com", siteName: "CoachFlow", type: "website", images: [ - { - url: "http://img.b2bpic.net/free-photo/businessman-suit-working-tablet-with-charts-conference-room-team-brainstorm_482257-31840.jpg", alt: "Professional business coaching" - } - ] - }, - twitter: { - card: "summary_large_image", title: "Business Coaching | Transform Your Company", description: "Expert coaching for entrepreneurs and executives. Get proven strategies for growth and success.", images: ["http://img.b2bpic.net/free-photo/businessman-suit-working-tablet-with-charts-conference-room-team-brainstorm_482257-31840.jpg"] - }, - robots: { - index: true, - follow: true - } -}; + title: "CoachFlow - Business Coaching & Digital Agency Services", description: "Transform your business with expert coaching, web design, advertising, social media management, and AI call assistant solutions."}; export default function RootLayout({ children, -}: Readonly<{ +}: { children: React.ReactNode; -}>) { +}) { return ( - - - - {children} - + + {children} +