Merge version_1 into main #1
@@ -83,7 +83,7 @@ export default function AboutPage() {
|
||||
title="Trusted Industrial Equipment Supplier in Qatar"
|
||||
description="Qatar Trading Company WLL is a leading supplier of professional industrial equipment, serving contractors, technicians, and engineering companies across Qatar and the Middle East. With strong customer service, technical expertise, and commitment to international industrial standards, we deliver reliable solutions for construction, engineering, and industrial sectors."
|
||||
tag="About Us"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914182.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914182.jpg?_wi=2"
|
||||
imageAlt="Professional workshop with industrial equipment"
|
||||
buttons={[{ text: "View Services", href: "/services" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -133,7 +133,7 @@ export default function AboutPage() {
|
||||
role: "Construction Manager",
|
||||
company: "Gulf Construction Co.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks_342744-442.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks_342744-442.jpg?_wi=2",
|
||||
imageAlt: "Ahmed Al-Kuwari, Construction Manager",
|
||||
},
|
||||
{
|
||||
@@ -142,7 +142,7 @@ export default function AboutPage() {
|
||||
role: "Operations Director",
|
||||
company: "Al-Mansoori Engineering",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-beautiful-brunette-female-wearing-working-clothes-apron-standing-workshop_613910-5811.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-beautiful-brunette-female-wearing-working-clothes-apron-standing-workshop_613910-5811.jpg?_wi=2",
|
||||
imageAlt: "Fatima Al-Mansoori, Operations Director",
|
||||
},
|
||||
{
|
||||
@@ -151,7 +151,7 @@ export default function AboutPage() {
|
||||
role: "Project Supervisor",
|
||||
company: "Doha Development Group",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg?_wi=2",
|
||||
imageAlt: "Mohammed Al-Thani, Project Supervisor",
|
||||
},
|
||||
{
|
||||
@@ -160,7 +160,7 @@ export default function AboutPage() {
|
||||
role: "Procurement Manager",
|
||||
company: "Qatar Industrial Services",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-construction_23-2150772851.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-construction_23-2150772851.jpg?_wi=2",
|
||||
imageAlt: "Layla Al-Qahtani, Procurement Manager",
|
||||
},
|
||||
{
|
||||
@@ -169,7 +169,7 @@ export default function AboutPage() {
|
||||
role: "Workshop Manager",
|
||||
company: "Al-Dosari Equipment Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-cutting-mdf-board-inside-workshop_23-2149451018.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-cutting-mdf-board-inside-workshop_23-2149451018.jpg?_wi=2",
|
||||
imageAlt: "Hassan Al-Dosari, Workshop Manager",
|
||||
},
|
||||
{
|
||||
@@ -178,7 +178,7 @@ export default function AboutPage() {
|
||||
role: "Senior Technician",
|
||||
company: "Qatar Technical Services",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/server-room-system-administrator-reviewing-data-ahead-audit_482257-123121.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/server-room-system-administrator-reviewing-data-ahead-audit_482257-123121.jpg?_wi=2",
|
||||
imageAlt: "Nora Al-Sulaiti, Senior Technician",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,18 +1,22 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import { Roboto } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { Roboto } from "next/font/google";
|
||||
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const roboto = Roboto({
|
||||
variable: "--font-roboto",
|
||||
@@ -20,6 +24,39 @@ const roboto = Roboto({
|
||||
weight: ["100", "300", "400", "500", "700", "900"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Qatar Trading Company WLL | Professional Industrial Equipment Supplier",
|
||||
description: "Leading industrial equipment supplier in Qatar. Professional power tools, construction machinery, and technical solutions for contractors and engineers. Bosch, Makita, DeWalt.",
|
||||
keywords: "industrial equipment supplier Qatar, professional power tools, construction equipment Doha, industrial machinery Qatar, tool repair services",
|
||||
metadataBase: new URL("https://qatar-trading-company.com"),
|
||||
alternates: {
|
||||
canonical: "https://qatar-trading-company.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Qatar Trading Company WLL | Industrial Equipment Supplier",
|
||||
description: "Your trusted partner for professional industrial equipment and engineering solutions in Qatar.",
|
||||
url: "https://qatar-trading-company.com",
|
||||
siteName: "Qatar Trading Company WLL",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/pollution-concept-factory-emisions_23-2149094959.jpg",
|
||||
alt: "Professional industrial equipment and machinery",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Qatar Trading Company WLL | Industrial Equipment Supplier",
|
||||
description: "Professional industrial equipment, power tools, and technical solutions for Qatar industries.",
|
||||
images: ["http://img.b2bpic.net/free-photo/pollution-concept-factory-emisions_23-2149094959.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -28,7 +65,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${roboto.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${inter.variable} ${roboto.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -40,4 +79,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -104,7 +104,7 @@ export default function HomePage() {
|
||||
title="Trusted Industrial Equipment Supplier in Qatar"
|
||||
description="Qatar Trading Company WLL is a leading supplier of professional industrial equipment, serving contractors, technicians, and engineering companies across Qatar and the Middle East. With strong customer service, technical expertise, and commitment to international industrial standards, we deliver reliable solutions for construction, engineering, and industrial sectors."
|
||||
tag="About Us"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914182.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914182.jpg?_wi=1"
|
||||
imageAlt="Professional workshop with industrial equipment"
|
||||
buttons={[{ text: "View Services", href: "/services" }]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -126,7 +126,7 @@ export default function HomePage() {
|
||||
price: "QAR 1,250",
|
||||
rating: 5,
|
||||
reviewCount: "187",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-using-drill_23-2149916310.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-using-drill_23-2149916310.jpg?_wi=1",
|
||||
imageAlt: "Bosch professional power drill kit",
|
||||
},
|
||||
{
|
||||
@@ -136,7 +136,7 @@ export default function HomePage() {
|
||||
price: "QAR 2,850",
|
||||
rating: 5,
|
||||
reviewCount: "156",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/harvesters-combine-parts-plant-are-waiting-sales_146671-19094.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/harvesters-combine-parts-plant-are-waiting-sales_146671-19094.jpg?_wi=1",
|
||||
imageAlt: "Makita industrial rotary hammer",
|
||||
},
|
||||
{
|
||||
@@ -146,7 +146,7 @@ export default function HomePage() {
|
||||
price: "QAR 1,680",
|
||||
rating: 5,
|
||||
reviewCount: "203",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photographer-plater_1160-733.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photographer-plater_1160-733.jpg?_wi=1",
|
||||
imageAlt: "DeWalt heavy duty circular saw",
|
||||
},
|
||||
]}
|
||||
@@ -228,7 +228,7 @@ export default function HomePage() {
|
||||
role: "Construction Manager",
|
||||
company: "Gulf Construction Co.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks_342744-442.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-construction-worker-standing-rooftops-high-silos-storage-tanks_342744-442.jpg?_wi=1",
|
||||
imageAlt: "Ahmed Al-Kuwari, Construction Manager",
|
||||
},
|
||||
{
|
||||
@@ -237,7 +237,7 @@ export default function HomePage() {
|
||||
role: "Operations Director",
|
||||
company: "Al-Mansoori Engineering",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-beautiful-brunette-female-wearing-working-clothes-apron-standing-workshop_613910-5811.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-beautiful-brunette-female-wearing-working-clothes-apron-standing-workshop_613910-5811.jpg?_wi=1",
|
||||
imageAlt: "Fatima Al-Mansoori, Operations Director",
|
||||
},
|
||||
{
|
||||
@@ -246,7 +246,7 @@ export default function HomePage() {
|
||||
role: "Project Supervisor",
|
||||
company: "Doha Development Group",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg?_wi=1",
|
||||
imageAlt: "Mohammed Al-Thani, Project Supervisor",
|
||||
},
|
||||
{
|
||||
@@ -255,7 +255,7 @@ export default function HomePage() {
|
||||
role: "Procurement Manager",
|
||||
company: "Qatar Industrial Services",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-construction_23-2150772851.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-plus-size-man-working-construction_23-2150772851.jpg?_wi=1",
|
||||
imageAlt: "Layla Al-Qahtani, Procurement Manager",
|
||||
},
|
||||
{
|
||||
@@ -264,7 +264,7 @@ export default function HomePage() {
|
||||
role: "Workshop Manager",
|
||||
company: "Al-Dosari Equipment Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-cutting-mdf-board-inside-workshop_23-2149451018.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carpenter-cutting-mdf-board-inside-workshop_23-2149451018.jpg?_wi=1",
|
||||
imageAlt: "Hassan Al-Dosari, Workshop Manager",
|
||||
},
|
||||
{
|
||||
@@ -273,7 +273,7 @@ export default function HomePage() {
|
||||
role: "Senior Technician",
|
||||
company: "Qatar Technical Services",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/server-room-system-administrator-reviewing-data-ahead-audit_482257-123121.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/server-room-system-administrator-reviewing-data-ahead-audit_482257-123121.jpg?_wi=1",
|
||||
imageAlt: "Nora Al-Sulaiti, Senior Technician",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -90,7 +90,7 @@ export default function ProductsPage() {
|
||||
price: "QAR 1,250",
|
||||
rating: 5,
|
||||
reviewCount: "187",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-using-drill_23-2149916310.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-using-drill_23-2149916310.jpg?_wi=2",
|
||||
imageAlt: "Bosch professional power drill kit",
|
||||
},
|
||||
{
|
||||
@@ -100,7 +100,7 @@ export default function ProductsPage() {
|
||||
price: "QAR 2,850",
|
||||
rating: 5,
|
||||
reviewCount: "156",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/harvesters-combine-parts-plant-are-waiting-sales_146671-19094.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/harvesters-combine-parts-plant-are-waiting-sales_146671-19094.jpg?_wi=2",
|
||||
imageAlt: "Makita industrial rotary hammer",
|
||||
},
|
||||
{
|
||||
@@ -110,7 +110,7 @@ export default function ProductsPage() {
|
||||
price: "QAR 1,680",
|
||||
rating: 5,
|
||||
reviewCount: "203",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photographer-plater_1160-733.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photographer-plater_1160-733.jpg?_wi=2",
|
||||
imageAlt: "DeWalt heavy duty circular saw",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -120,7 +120,7 @@ export default function ServicesPage() {
|
||||
price: "QAR 1,250",
|
||||
rating: 5,
|
||||
reviewCount: "187",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-using-drill_23-2149916310.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-using-drill_23-2149916310.jpg?_wi=3",
|
||||
imageAlt: "Bosch professional power drill kit",
|
||||
},
|
||||
{
|
||||
@@ -130,7 +130,7 @@ export default function ServicesPage() {
|
||||
price: "QAR 2,850",
|
||||
rating: 5,
|
||||
reviewCount: "156",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/harvesters-combine-parts-plant-are-waiting-sales_146671-19094.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/harvesters-combine-parts-plant-are-waiting-sales_146671-19094.jpg?_wi=3",
|
||||
imageAlt: "Makita industrial rotary hammer",
|
||||
},
|
||||
{
|
||||
@@ -140,7 +140,7 @@ export default function ServicesPage() {
|
||||
price: "QAR 1,680",
|
||||
rating: 5,
|
||||
reviewCount: "203",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photographer-plater_1160-733.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photographer-plater_1160-733.jpg?_wi=3",
|
||||
imageAlt: "DeWalt heavy duty circular saw",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user