Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 400fb67b38 | |||
| 671caad11c | |||
| 7e07a27b75 |
@@ -88,11 +88,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Order Now", href: "#contact" }]}
|
||||
buttons={[{ text: "Order 9kg Refill", href: "#contact" }, { text: "Order 19kg Refill", href: "#contact" }]}
|
||||
products={[
|
||||
{ id: "p1", name: "9kg Gas Refill", price: "R350", rating: 5, reviewCount: "45 reviews", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-gas-cylinder_23-2149290456.jpg", brand: "Woodmead" },
|
||||
{ id: "p2", name: "19kg Gas Refill", price: "R720", rating: 5, reviewCount: "82 reviews", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-gas-cylinder_23-2149290452.jpg", brand: "Woodmead" },
|
||||
{ id: "p3", name: "48kg Gas Cylinder", price: "R1850", rating: 5, reviewCount: "21 reviews", imageSrc: "http://img.b2bpic.net/free-photo/view-tank-container-water-storage_23-2151748340.jpg", brand: "Woodmead" },
|
||||
{ id: "p3", name: "48kg Gas Cylinder", price: "R1850", rating: 5, reviewCount: "21 reviews", imageSrc: "http://img.b2bpic.net/view-tank-container-water-storage_23-2151748340.jpg", brand: "Woodmead" },
|
||||
{ id: "p4", name: "Regulator Kit", price: "R250", rating: 4, reviewCount: "15 reviews", imageSrc: "http://img.b2bpic.net/old-copper-faucet-public-place-street-old-city-turkey-travel-time-idea-background_166373-3598.jpg", brand: "Woodmead" },
|
||||
{ id: "p5", name: "Industrial Hose", price: "R400", rating: 4, reviewCount: "12 reviews", imageSrc: "http://img.b2bpic.net/modern-autonomous-heating-system-boiler-room_169016-53594.jpg", brand: "Woodmead" },
|
||||
{ id: "p6", name: "Camping Bottle", price: "R180", rating: 5, reviewCount: "30 reviews", imageSrc: "http://img.b2bpic.net/free-photo/hiker-sitting-sand-having-respite_613910-9452.jpg", brand: "Woodmead" }
|
||||
|
||||
Reference in New Issue
Block a user