Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 95d9b86ebb | |||
| 8f6009c0c9 | |||
| 670d9c3302 | |||
| 2227e32823 | |||
| 257e2f07fd | |||
| 69c4741bba |
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboard
|
||||
background={{ variant: "gradient-bars" }}
|
||||
logoText="ELKO IMPLEMENTE"
|
||||
description="Built for the Land. Made to Last. Premium agricultural implements, trailers & auger wagons — engineered in South Africa."
|
||||
description="Built for the Land. Made to Last. South African-engineered agricultural implements, trailers & auger wagons designed to conquer local conditions with unmatched reliability."
|
||||
buttons={[{ text: "View Our Range", href: "#products" }, { text: "Request a Quote", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/ripe-wheat-cutting-with-heavy-machinery-outdoors-generated-by-ai_188544-21588.jpg?_wi=1"
|
||||
imageAlt="Agricultural fields at golden hour"
|
||||
@@ -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