Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-08 02:42:53 +00:00

View File

@@ -99,43 +99,43 @@ export default function LandingPage() {
{
title: "Civil Works", description: "Precision civil engineering.", icon: Building2,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1931.jpg", imageAlt: "industrial site" },
{ imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1931.jpg", imageAlt: "industrial site" },
{ imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1931.jpg?_wi=1", imageAlt: "industrial site" },
{ imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1931.jpg?_wi=2", imageAlt: "industrial site" },
]
},
{
title: "Electro-Mechanical", description: "Integrated MEP systems.", icon: Zap,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-leather-sofa-chairs-lamp-round-tables_1262-12373.jpg", imageAlt: "mep" },
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-leather-sofa-chairs-lamp-round-tables_1262-12373.jpg", imageAlt: "mep" },
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-leather-sofa-chairs-lamp-round-tables_1262-12373.jpg?_wi=1", imageAlt: "mep" },
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-leather-sofa-chairs-lamp-round-tables_1262-12373.jpg?_wi=2", imageAlt: "mep" },
]
},
{
title: "Steel Fabrication", description: "High-strength metal solutions.", icon: Box,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/bridge-sea-sunlight_181624-12053.jpg", imageAlt: "steel" },
{ imageSrc: "http://img.b2bpic.net/free-photo/bridge-sea-sunlight_181624-12053.jpg", imageAlt: "steel" },
{ imageSrc: "http://img.b2bpic.net/free-photo/bridge-sea-sunlight_181624-12053.jpg?_wi=1", imageAlt: "steel" },
{ imageSrc: "http://img.b2bpic.net/free-photo/bridge-sea-sunlight_181624-12053.jpg?_wi=2", imageAlt: "steel" },
]
},
{
title: "Interiors", description: "Functional and aesthetic designs.", icon: Layout,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-walking-through-large-production-hall-having-conversation_342744-168.jpg", imageAlt: "interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-walking-through-large-production-hall-having-conversation_342744-168.jpg", imageAlt: "interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-walking-through-large-production-hall-having-conversation_342744-168.jpg?_wi=1", imageAlt: "interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-walking-through-large-production-hall-having-conversation_342744-168.jpg?_wi=2", imageAlt: "interior" },
]
},
{
title: "Warehouse & Cold Stores", description: "Specialized logistics infrastructure.", icon: Gauge,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281319.jpg", imageAlt: "warehouse" },
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281319.jpg", imageAlt: "warehouse" },
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281319.jpg?_wi=1", imageAlt: "warehouse" },
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281319.jpg?_wi=2", imageAlt: "warehouse" },
]
},
{
title: "Infrastructure", description: "Roads, utilities, and more.", icon: Navigation,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-553.jpg", imageAlt: "infra" },
{ imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-553.jpg", imageAlt: "infra" },
{ imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-553.jpg?_wi=1", imageAlt: "infra" },
{ imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-553.jpg?_wi=2", imageAlt: "infra" },
]
},
]}
@@ -158,12 +158,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Industrial Hub Construction", price: "Civil Works", variant: "KSA", imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1931.jpg" },
{ id: "p2", name: "Premium Commercial Office", price: "Interiors", variant: "UAE", imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-leather-sofa-chairs-lamp-round-tables_1262-12373.jpg" },
{ id: "p3", name: "Bridge & Road Network", price: "Infrastructure", variant: "India", imageSrc: "http://img.b2bpic.net/free-photo/bridge-sea-sunlight_181624-12053.jpg" },
{ id: "p4", name: "Advanced Warehouse Frame", price: "Steel Fab", variant: "KSA", imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-walking-through-large-production-hall-having-conversation_342744-168.jpg" },
{ id: "p5", name: "Cold Storage Facility", price: "MEP Works", variant: "UAE", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281319.jpg" },
{ id: "p6", name: "Turnkey Industrial Plant", price: "Turnkey", variant: "KSA", imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-553.jpg" },
{ id: "p1", name: "Industrial Hub Construction", price: "Civil Works", variant: "KSA", imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1931.jpg?_wi=3" },
{ id: "p2", name: "Premium Commercial Office", price: "Interiors", variant: "UAE", imageSrc: "http://img.b2bpic.net/free-photo/modern-hotel-lobby-with-leather-sofa-chairs-lamp-round-tables_1262-12373.jpg?_wi=3" },
{ id: "p3", name: "Bridge & Road Network", price: "Infrastructure", variant: "India", imageSrc: "http://img.b2bpic.net/free-photo/bridge-sea-sunlight_181624-12053.jpg?_wi=3" },
{ id: "p4", name: "Advanced Warehouse Frame", price: "Steel Fab", variant: "KSA", imageSrc: "http://img.b2bpic.net/free-photo/factory-workers-walking-through-large-production-hall-having-conversation_342744-168.jpg?_wi=3" },
{ id: "p5", name: "Cold Storage Facility", price: "MEP Works", variant: "UAE", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-ventilation-system_23-2149281319.jpg?_wi=3" },
{ id: "p6", name: "Turnkey Industrial Plant", price: "Turnkey", variant: "KSA", imageSrc: "http://img.b2bpic.net/free-photo/detail-shot-skyscrapers_1359-553.jpg?_wi=3" },
]}
title="Featured Projects"
description="Showcasing our precision engineering and operational excellence."