Update src/app/layout.tsx
This commit is contained in:
@@ -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 (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${raleway.variable} antialiased`}>
|
||||
<body className={`${interTight.variable} antialiased`}>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
|
||||
Reference in New Issue
Block a user