diff --git a/src/app/page.tsx b/src/app/page.tsx index 41feb31..c163297 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,12 +103,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={true} 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: "p2", name: "Raw Portland Clinker", price: "Contact for Rates", 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: "p4", name: "Bulk Cement Powder", price: "Wholesale Only", 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: "p6", name: "Industrial Clinker Mix", price: "Inquire", imageSrc: "http://img.b2bpic.net/free-photo/brick-factory-that-burned-brick_1150-15104.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: "Get Quote", imageSrc: "http://img.b2bpic.net/free-photo/soft-concrete-texture_1194-9034.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: "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: "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: "Get Quote", imageSrc: "http://img.b2bpic.net/free-photo/brick-factory-that-burned-brick_1150-15104.jpg" } ]} title="Our Materials" description="High-performance products for heavy industry." @@ -184,4 +184,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file