Update src/app/page.tsx

This commit is contained in:
2026-03-03 08:51:59 +00:00
parent dc897b8f5c
commit e7552dfb7a

View File

@@ -23,31 +23,19 @@ export default function HomePage() {
];
const navButton = {
text: "Explore Our Collection",
href: "products",
};
text: "Explore Our Collection", href: "products"};
const heroMediaItems = [
{
imageSrc: "http://img.b2bpic.net/free-photo/various-surgical-tools-kept-table-operation-theater_107420-63639.jpg",
imageAlt: "Premium cutlery collection",
},
imageSrc: "http://img.b2bpic.net/free-photo/various-surgical-tools-kept-table-operation-theater_107420-63639.jpg", imageAlt: "Premium cutlery collection"},
{
imageSrc: "http://img.b2bpic.net/free-photo/wooden-feet-shape-arrangement_23-2149007459.jpg?_wi=1",
imageAlt: "Industrial footwear production",
},
imageSrc: "http://img.b2bpic.net/free-photo/wooden-feet-shape-arrangement_23-2149007459.jpg", imageAlt: "Industrial footwear production"},
{
imageSrc: "http://img.b2bpic.net/free-photo/salt-salt-farm-ready-harvest-thailand_335224-1148.jpg?_wi=1",
imageAlt: "Industrial salt products",
},
imageSrc: "http://img.b2bpic.net/free-photo/salt-salt-farm-ready-harvest-thailand_335224-1148.jpg", imageAlt: "Industrial salt products"},
{
imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg",
imageAlt: "Precision manufactured parts",
},
imageSrc: "http://img.b2bpic.net/free-photo/stainless-steel-details-equipments-machinery_114579-2840.jpg", imageAlt: "Precision manufactured parts"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-tech-manufacturing-environment-showing-robotics-action-photovoltaic-system-monitoring_482257-132268.jpg",
imageAlt: "State-of-the-art facility",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-tech-manufacturing-environment-showing-robotics-action-photovoltaic-system-monitoring_482257-132268.jpg", imageAlt: "State-of-the-art facility"},
];
const aboutHeading = [
@@ -58,26 +46,11 @@ export default function HomePage() {
const productItems = [
{
id: "1",
name: "Premium Cutlery",
price: "Custom Bulk Pricing",
imageSrc: "http://img.b2bpic.net/free-photo/cutlery-set-with-fork-knife-spoon-isolated-white-background_1212-919.jpg?_wi=1",
imageAlt: "Premium cutlery collection",
},
id: "1", name: "Premium Cutlery", price: "Custom Bulk Pricing", imageSrc: "http://img.b2bpic.net/free-photo/cutlery-set-with-fork-knife-spoon-isolated-white-background_1212-919.jpg", imageAlt: "Premium cutlery collection"},
{
id: "2",
name: "Industrial Footwear",
price: "Custom Bulk Pricing",
imageSrc: "http://img.b2bpic.net/free-photo/wooden-feet-shape-arrangement_23-2149007459.jpg?_wi=2",
imageAlt: "Industrial footwear range",
},
id: "2", name: "Industrial Footwear", price: "Custom Bulk Pricing", imageSrc: "http://img.b2bpic.net/free-photo/wooden-feet-shape-arrangement_23-2149007459.jpg", imageAlt: "Industrial footwear range"},
{
id: "3",
name: "Specialty Salt & Crafts",
price: "Custom Bulk Pricing",
imageSrc: "http://img.b2bpic.net/free-photo/salt-salt-farm-ready-harvest-thailand_335224-1148.jpg?_wi=2",
imageAlt: "Specialty salt products",
},
id: "3", name: "Specialty Salt & Crafts", price: "Custom Bulk Pricing", imageSrc: "http://img.b2bpic.net/free-photo/salt-salt-farm-ready-harvest-thailand_335224-1148.jpg", imageAlt: "Specialty salt products"},
];
const metricItems = [
@@ -89,70 +62,30 @@ export default function HomePage() {
const testimonialItems = [
{
id: "1",
name: "Ahmed Hassan",
role: "Chief Procurement Officer",
company: "Middle East Trading Corporation",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1",
imageAlt: "Ahmed Hassan",
},
id: "1", name: "Ahmed Hassan", role: "Chief Procurement Officer", company: "Middle East Trading Corporation", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Ahmed Hassan"},
{
id: "2",
name: "Maria Garcia",
role: "International Buyer",
company: "European Distribution Ltd",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg?_wi=1",
imageAlt: "Maria Garcia",
},
id: "2", name: "Maria Garcia", role: "International Buyer", company: "European Distribution Ltd", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", imageAlt: "Maria Garcia"},
{
id: "3",
name: "David Chen",
role: "Supply Chain Manager",
company: "Asia-Pacific Logistics",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg?_wi=2",
imageAlt: "David Chen",
},
id: "3", name: "David Chen", role: "Supply Chain Manager", company: "Asia-Pacific Logistics", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", imageAlt: "David Chen"},
{
id: "4",
name: "Sophia Kowalski",
role: "Export Compliance Manager",
company: "Global Trade Ventures",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg?_wi=3",
imageAlt: "Sophia Kowalski",
},
id: "4", name: "Sophia Kowalski", role: "Export Compliance Manager", company: "Global Trade Ventures", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg", imageAlt: "Sophia Kowalski"},
];
const kpiItems = [
const kpiItems: [{ value: string; label: string }, { value: string; label: string }, { value: string; label: string }] = [
{ value: "99.2%", label: "On-Time Delivery Rate" },
{ value: "4.9/5", label: "Average Client Rating" },
{ value: "18+", label: "Years Average Partnership" },
];
const socialProofLogos = [
"http://img.b2bpic.net/free-vector/logo-template-design_1289-103.jpg",
"http://img.b2bpic.net/free-vector/initial-b-c-coffee-bean-shop-logo-business-branding-template-design-inspiration_384344-1595.jpg",
"http://img.b2bpic.net/free-vector/industrial-company-logo-template_1071-31.jpg",
"http://img.b2bpic.net/free-vector/logo-template-design_1289-103.jpg",
"http://img.b2bpic.net/free-vector/abstract-business-card-template_23-2148303097.jpg",
"http://img.b2bpic.net/free-vector/editable-business-card-template-modern-design-collection_53876-114878.jpg",
"http://img.b2bpic.net/free-vector/abstract-business-card-template_23-2148303097.jpg",
"http://img.b2bpic.net/free-vector/geometric-harmony-hills-private-school-logo-template_742173-18879.jpg",
];
"http://img.b2bpic.net/free-vector/logo-template-design_1289-103.jpg", "http://img.b2bpic.net/free-vector/initial-b-c-coffee-bean-shop-logo-business-branding-template-design-inspiration_384344-1595.jpg", "http://img.b2bpic.net/free-vector/industrial-company-logo-template_1071-31.jpg", "http://img.b2bpic.net/free-vector/logo-template-design_1289-103.jpg", "http://img.b2bpic.net/free-vector/abstract-business-card-template_23-2148303097.jpg", "http://img.b2bpic.net/free-vector/editable-business-card-template-modern-design-collection_53876-114878.jpg", "http://img.b2bpic.net/free-vector/abstract-business-card-template_23-2148303097.jpg", "http://img.b2bpic.net/free-vector/geometric-harmony-hills-private-school-logo-template_742173-18879.jpg"];
const socialProofNames = [
"Global Trade Partners",
"International Logistics",
"Continental Distribution",
"Enterprise Supply Chain",
"Pacific Procurement",
"European Export Alliance",
"Middle East Commerce",
"Asia Distribution Network",
];
"Global Trade Partners", "International Logistics", "Continental Distribution", "Enterprise Supply Chain", "Pacific Procurement", "European Export Alliance", "Middle East Commerce", "Asia Distribution Network"];
return (
<ThemeProvider
@@ -262,12 +195,13 @@ export default function HomePage() {
tagIcon={Mail}
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/hall-business-building_1127-3310.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/hall-business-building_1127-3310.jpg"
imageAlt="Modern industrial facility"
mediaPosition="right"
inputPlaceholder="Enter your business email"
buttonText="Request Information"
termsText="We respect your privacy. We'll respond within 24 business hours with tailored procurement solutions."
mediaAnimation="none"
/>
</div>