Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e341a32118 | |||
| 307b0d3d8a | |||
| 259c17ba37 | |||
| bed604e764 |
@@ -109,7 +109,10 @@ export default function LandingPage() {
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split-actions"
|
||||
buttons={[
|
||||
{ text: "View All Listings", href: "#" }
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
@@ -141,7 +144,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
plans={[
|
||||
{
|
||||
id: "basic", badge: "Standard", price: "5%", subtitle: "Per successful sale", features: [
|
||||
id: "basic", badge: "Escrow Protected", price: "5%", subtitle: "Per successful sale", features: [
|
||||
"Verified Buyers", "Secure Escrow", "Fast Payouts"],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user