Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 41c1f1eb41 | |||
| dce3c6fcc2 |
@@ -103,12 +103,12 @@ export default function LandingPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{ id: "p1", name: "Portland Cement Grade 42.5", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/diagonal-concrete-texture-abstract-gray-pattern-design_84443-55427.jpg" },
|
{ id: "p1", name: "Portland Cement Grade 42.5", price: "Get Quote", imageSrc: "http://img.b2bpic.net/free-photo/diagonal-concrete-texture-abstract-gray-pattern-design_84443-55427.jpg" },
|
||||||
{ id: "p2", name: "Raw Portland Clinker", price: "Contact for Rates", imageSrc: "http://img.b2bpic.net/free-photo/soft-concrete-texture_1194-9034.jpg" },
|
{ id: "p2", name: "Raw Portland Clinker", price: "Get Quote", imageSrc: "http://img.b2bpic.net/free-photo/soft-concrete-texture_1194-9034.jpg" },
|
||||||
{ id: "p3", name: "Sulphate-Resistant Cement", price: "Inquire", imageSrc: "http://img.b2bpic.net/free-photo/closeup-white-filled-with-coffee-tea-sealed-packages-plastic-box-concrete-floor-warehouse_346278-587.jpg" },
|
{ id: "p3", name: "Sulphate-Resistant Cement", price: "Get Quote", imageSrc: "http://img.b2bpic.net/free-photo/closeup-white-filled-with-coffee-tea-sealed-packages-plastic-box-concrete-floor-warehouse_346278-587.jpg" },
|
||||||
{ id: "p4", name: "Bulk Cement Powder", price: "Wholesale Only", imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1918.jpg" },
|
{ id: "p4", name: "Bulk Cement Powder", price: "Get Quote", imageSrc: "http://img.b2bpic.net/free-photo/industrial-park-factory-building-warehouse_1417-1918.jpg" },
|
||||||
{ id: "p5", name: "High-Early Strength Cement", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/plant-picture-clean-room-equipment-stainless-steel-machines_645730-547.jpg" },
|
{ id: "p5", name: "High-Early Strength Cement", price: "Get Quote", imageSrc: "http://img.b2bpic.net/free-photo/plant-picture-clean-room-equipment-stainless-steel-machines_645730-547.jpg" },
|
||||||
{ id: "p6", name: "Industrial Clinker Mix", price: "Inquire", imageSrc: "http://img.b2bpic.net/free-photo/brick-factory-that-burned-brick_1150-15104.jpg" }
|
{ id: "p6", name: "Industrial Clinker Mix", price: "Get Quote", imageSrc: "http://img.b2bpic.net/free-photo/brick-factory-that-burned-brick_1150-15104.jpg" }
|
||||||
]}
|
]}
|
||||||
title="Our Materials"
|
title="Our Materials"
|
||||||
description="High-performance products for heavy industry."
|
description="High-performance products for heavy industry."
|
||||||
@@ -184,4 +184,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user