Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 40b7b42b6c | |||
| 3091ddfab5 | |||
| 438b1d31ae |
@@ -94,9 +94,9 @@ export default function LandingPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
products={[
|
||||||
{ id: "1", name: "Espresso Rig", price: "$1,200", variant: "Steel", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-mixing-coffee_23-2148892893.jpg" },
|
{ id: "1", name: "Espresso Rig", price: "R22,000", variant: "Steel", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-mixing-coffee_23-2148892893.jpg" },
|
||||||
{ id: "2", name: "Burr Grinder", price: "$350", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/hand-installing-filter-espresso-machine_23-2147834505.jpg" },
|
{ id: "2", name: "Burr Grinder", price: "R6,500", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/hand-installing-filter-espresso-machine_23-2147834505.jpg" },
|
||||||
{ id: "3", name: "Ethiopian Origin", price: "$22", variant: "250g", imageSrc: "http://img.b2bpic.net/free-photo/brown-coffee-beans-cup_114579-16758.jpg" },
|
{ id: "3", name: "Ethiopian Origin", price: "R400", variant: "250g", imageSrc: "http://img.b2bpic.net/free-photo/brown-coffee-beans-cup_114579-16758.jpg" },
|
||||||
]}
|
]}
|
||||||
title="Premium Gear"
|
title="Premium Gear"
|
||||||
description="Curated specialty equipment."
|
description="Curated specialty equipment."
|
||||||
@@ -109,8 +109,8 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
plans={[
|
plans={[
|
||||||
{ id: "basic", badge: "Essential", price: "$99", subtitle: "Home Users", buttons: [{ text: "Select", href: "#contact" }], features: ["Annual Deep Clean", "Calibration Check"] },
|
{ id: "basic", badge: "Essential", price: "R1,800", subtitle: "Home Users", buttons: [{ text: "Select", href: "#contact" }], features: ["Annual Deep Clean", "Calibration Check"] },
|
||||||
{ id: "pro", badge: "Commercial", price: "$249", subtitle: "Cafes", buttons: [{ text: "Select", href: "#contact" }], features: ["Quarterly Service", "Priority Support"] },
|
{ id: "pro", badge: "Commercial", price: "R4,500", subtitle: "Cafes", buttons: [{ text: "Select", href: "#contact" }], features: ["Quarterly Service", "Priority Support"] },
|
||||||
]}
|
]}
|
||||||
title="Service Plans"
|
title="Service Plans"
|
||||||
description="Plans built for success."
|
description="Plans built for success."
|
||||||
|
|||||||
Reference in New Issue
Block a user