Update src/app/services/page.tsx
This commit is contained in:
@@ -19,8 +19,7 @@ export default function ServicesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Products", href: "/products" },
|
||||
@@ -28,8 +27,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Technical Support", href: "#" },
|
||||
{ label: "Repair & Maintenance", href: "#" },
|
||||
{ label: "Spare Parts", href: "#" },
|
||||
@@ -37,8 +35,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: +974 4425 8510", href: "tel:+97444258510" },
|
||||
{ label: "WhatsApp: +974 4425 8510", href: "https://wa.me/97444258510" },
|
||||
{ label: "Industrial Area, Al Rayyan", href: "#" },
|
||||
@@ -46,8 +43,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Compliance", href: "#" },
|
||||
@@ -63,7 +59,7 @@ export default function ServicesPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="small"
|
||||
sizing="medium"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -85,20 +81,11 @@ export default function ServicesPage() {
|
||||
tag="Services"
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Equipment-only suppliers",
|
||||
"No technical expertise",
|
||||
"Slow response times",
|
||||
"Limited assistance",
|
||||
],
|
||||
"Equipment-only suppliers", "No technical expertise", "Slow response times", "Limited assistance"],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Industrial equipment supply",
|
||||
"Tool repair and servicing",
|
||||
"Technical consultation",
|
||||
"Spare parts support",
|
||||
"Professional maintenance",
|
||||
],
|
||||
"Industrial equipment supply", "Tool repair and servicing", "Technical consultation", "Spare parts support", "Professional maintenance"],
|
||||
}}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -114,35 +101,14 @@ export default function ServicesPage() {
|
||||
tag="Products"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Bosch Professional",
|
||||
name: "Precision Power Drill Kit",
|
||||
price: "QAR 1,250",
|
||||
rating: 5,
|
||||
reviewCount: "187",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-using-drill_23-2149916310.jpg?_wi=3",
|
||||
imageAlt: "Bosch professional power drill kit",
|
||||
},
|
||||
id: "1", brand: "Bosch Professional", name: "Precision Power Drill Kit", price: "QAR 1,250", rating: 5,
|
||||
reviewCount: "187", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-using-drill_23-2149916310.jpg", imageAlt: "Bosch professional power drill kit"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Makita",
|
||||
name: "Industrial Rotary Hammer",
|
||||
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?_wi=3",
|
||||
imageAlt: "Makita industrial rotary hammer",
|
||||
},
|
||||
id: "2", brand: "Makita", name: "Industrial Rotary Hammer", 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", imageAlt: "Makita industrial rotary hammer"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "DeWalt",
|
||||
name: "Heavy Duty Circular Saw",
|
||||
price: "QAR 1,680",
|
||||
rating: 5,
|
||||
reviewCount: "203",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photographer-plater_1160-733.jpg?_wi=3",
|
||||
imageAlt: "DeWalt heavy duty circular saw",
|
||||
},
|
||||
id: "3", brand: "DeWalt", name: "Heavy Duty Circular Saw", price: "QAR 1,680", rating: 5,
|
||||
reviewCount: "203", imageSrc: "http://img.b2bpic.net/free-photo/photographer-plater_1160-733.jpg", imageAlt: "DeWalt heavy duty circular saw"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -157,7 +123,7 @@ export default function ServicesPage() {
|
||||
tag="Contact"
|
||||
title="Get in Touch with Our Team"
|
||||
description="Reach out to Qatar Trading Company for product inquiries, technical support, or business partnerships. Our expert team is ready to assist you."
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
inputPlaceholder="Enter your email address"
|
||||
buttonText="Send Inquiry"
|
||||
|
||||
Reference in New Issue
Block a user