From a1d79ff4f0f13a5aed63b6cfdf8d27dcc954b8b8 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 22:29:48 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 8e3f917..595a41c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -7,12 +7,13 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; import { Raleway } from "next/font/google"; +import { Inter_Tight } from "next/font/google"; export const metadata: Metadata = { - title: 'Mahmoud Shamikh | Engineering Portfolio', - description: 'Showcasing precision engineering and innovative problem-solving through a dynamic portfolio for Mahmoud Shamikh, targeting top industry opportunities.', + title: 'InnovateFlow | Workflow Automation SaaS', + description: 'InnovateFlow provides intuitive solutions to boost productivity, simplify complex tasks, and drive your business forward with intelligent automation.', keywords: ["Mahmoud Shamikh, engineering portfolio, Benha Engineering, mechanical design, FEA, simulation, project management, robotics, renewable energy, advanced manufacturing"], openGraph: { "title": "Mahmoud Shamikh | Engineering Portfolio", @@ -41,9 +42,10 @@ export const metadata: Metadata = { }, }; -const raleway = Raleway({ - variable: "--font-raleway", - subsets: ["latin"], + +const interTight = Inter_Tight({ + variable: "--font-inter-tight", subsets: ["latin"], + weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export default function RootLayout({ @@ -54,7 +56,7 @@ export default function RootLayout({ return ( - + {children}