Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0180581be3 | |||
| 399c1d635c | |||
| 781d09e0c8 | |||
| fcd5271800 | |||
| bd027c895a | |||
| 0e1e2bbb53 | |||
| 9fe128b224 | |||
| e341a32118 | |||
| 307b0d3d8a | |||
| 259c17ba37 | |||
| bed604e764 | |||
| 33776ea1ca | |||
| c4159be65c |
@@ -50,8 +50,11 @@ export default function LandingPage() {
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="Trade Livestock with Confidence"
|
||||
description="The trusted marketplace connecting ethical farmers with verified buyers. Secure transactions, 5% processing fee, 100% transparent."
|
||||
description="Experience truly risk-free livestock trading. Our guaranteed escrow service ensures your funds are protected until every transaction is fully verified, all for a simple 5% fee."
|
||||
tag="Revolutionizing Farm Trade"
|
||||
buttons={[
|
||||
{ text: "Start Trading for Free", href: "#contact" }
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/herd-cows-lying-grazing-grassy-pasture-farm_181624-30769.jpg", imageAlt: "Healthy cattle in pasture"},
|
||||
@@ -109,7 +112,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 +147,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"],
|
||||
},
|
||||
]}
|
||||
@@ -188,6 +194,8 @@ export default function LandingPage() {
|
||||
id: "q2", title: "Is it secure?", content: "Yes, we use a secure escrow system for all transactions."},
|
||||
{
|
||||
id: "q3", title: "How to start?", content: "Simply sign up, list your livestock, and start trading."},
|
||||
{
|
||||
id: "q4", title: "How do you handle Buyer/Seller Verification?", content: "We perform a multi-step background check on every user, verifying identity and business credentials to ensure a safe trading environment."}
|
||||
]}
|
||||
sideTitle="Questions?"
|
||||
sideDescription="Everything you need to know."
|
||||
|
||||
Reference in New Issue
Block a user