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}