Update src/app/layout.tsx

This commit is contained in:
2026-03-03 19:35:23 +00:00
parent 7207beb696
commit 8a8a7179d0

View File

@@ -5,8 +5,7 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "Mond Design", description: "Web development agency specializing in creating beautiful, functional websites"
};
title: "Mond Design - Web Development Agency", description: "Professional web development and design services for small and medium businesses"};
export default function RootLayout({
children,