Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2227e32823 | |||
| 257e2f07fd | |||
| 69c4741bba |
@@ -72,9 +72,9 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Agricultural Implements", price: "View Details", variant: "Pro Series", imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-man-wearing-gardening-hat-holds-looks-hoe-rake_141793-71337.jpg?_wi=1" },
|
||||
{ id: "2", name: "Trailers", price: "View Details", variant: "Custom Build", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-hgv-truck-shipping-white-boxes_1048-5705.jpg" },
|
||||
{ id: "3", name: "Auger Wagons", price: "View Details", variant: "Elite Range", imageSrc: "http://img.b2bpic.net/free-photo/agronomist-choosing-new-planter-man-outdoor-ground-shop-agricultural-machinery_1157-43608.jpg" },
|
||||
{ id: "1", name: "Agricultural Implements", price: "See Specs", variant: "Pro Series", imageSrc: "http://img.b2bpic.net/free-photo/young-gardener-man-wearing-gardening-hat-holds-looks-hoe-rake_141793-71337.jpg?_wi=1" },
|
||||
{ id: "2", name: "Trailers", price: "See Specs", variant: "Custom Build", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-hgv-truck-shipping-white-boxes_1048-5705.jpg" },
|
||||
{ id: "3", name: "Auger Wagons", price: "See Specs", variant: "Elite Range", imageSrc: "http://img.b2bpic.net/free-photo/agronomist-choosing-new-planter-man-outdoor-ground-shop-agricultural-machinery_1157-43608.jpg" },
|
||||
]}
|
||||
title="Our Product Range"
|
||||
description="Engineered for durability and high performance in agricultural settings."
|
||||
|
||||
Reference in New Issue
Block a user