From e49a0145f4b554e9a61aee711c709e9a78e827b9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 15:03:33 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b2fb884..6e40867 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,14 +1,8 @@ import type { Metadata } from "next"; -import { Inter } from "next/font/google"; -import "./styles/variables.css"; -import "./globals.css"; - -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); +import "@/styles/globals.css"; export const metadata: Metadata = { - title: "Smart ERP | Enterprise Intelligence Platform", description: "Transform your business with unified operations, real-time intelligence, and connected workflows"}; + title: "Smart ERP | Enterprise Intelligence Platform", description: "Transform fragmented business operations into a unified ecosystem with real-time intelligence. Smart ERP powers intelligent growth for enterprises."}; export default function RootLayout({ children, @@ -17,9 +11,7 @@ export default function RootLayout({ }) { return ( - - {children} - + {children}