From 05683016b9566384475f4e905cdaf2d9da9cad91 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 09:06:04 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 4eb5c92..4b32a6a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Montserrat } from "next/font/google"; export const metadata: Metadata = { - title: 'Menta Group | Business Solutions & Consulting', - description: 'High-performance consulting and strategy group serving the European market. Expert guidance in retail, marketing, and business growth.', + title: 'Menta Group', + description: 'Strategic business solutions and corporate growth consulting.', }; const montserrat = Montserrat({ -- 2.49.1 From 36e8f4a27a59258ecf1002bb6e52106ca099428c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 09:06:05 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c9862e8..832d1e7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -21,7 +21,18 @@ export default function HomePage() { ]; return ( - + @@ -138,4 +149,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1