Skip to content

Commit

Permalink
contactus
Browse files Browse the repository at this point in the history
  • Loading branch information
mishalibrahim committed May 29, 2024
2 parents 21be1a1 + bed7c2a commit badfdae
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ import "./globals.css";
import Nav from "@/components/Nav";
import Footer from "@/components/Footer";

const poppins = Poppins({weight: ['100', '200', '300', '400', '500', '600', '700', '800', '900'], subsets: ["latin"] });
const poppins = Poppins({
weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"],
subsets: ["latin"],
});

export const metadata: Metadata = {
title: "Create Next App",
description: "Generated by create next app",
title: "Top Provider of Energy Equipment & MEP Materials | Mizoc LLC FZ",
description:
"Discover Mizoc LLC FZ, a leading provider of energy equipment and MEP materials in Dubai. Specializing in oil & gas and MEP sectors, we offer top-quality products, customized solutions, and exceptional customer service to clients worldwide.",
};

export default function RootLayout({
Expand All @@ -18,6 +22,20 @@ export default function RootLayout({
}>) {
return (
<html lang="en">
<head>
<link rel="icon" href="/assets/icon/favicon.ico" />
<meta
name="description"
content="Discover Mizoc LLC FZ, a leading provider of energy equipment and MEP materials in Dubai. Specializing in oil & gas and MEP sectors, we offer top-quality products, customized solutions, and exceptional customer service to clients worldwide."
/>
<meta
name="keywords"
content="energy equipment, MEP materials, oil and gas equipment, MEP solutions, Dubai, Mizoc LLC FZ, drilling equipment, pipelines, valves, pumps, electrical components, HVAC systems, plumbing fixtures, insulation materials, EV products, automobile spare parts"
/>
<meta name="author" content="Mizoc LLC FZ" />
<meta name="robots" content="index, follow" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body className={poppins.className}>
<Nav />
{children}
Expand Down
Binary file added public/assets/icon/favicon.ico
Binary file not shown.

0 comments on commit badfdae

Please sign in to comment.