From d18a4988190de5f84cfc6a96015d5a80a6f82823 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 21:22:25 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 281ac3c..2b196bc 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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", }, ]} -- 2.49.1 From e5a6a811a654444049d33edae089779fa790683d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 21:22:25 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 55 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 47 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 82b392d..d830a3d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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 ( - + {children}