12 Commits

Author SHA1 Message Date
fcd5271800 Update src/app/page.tsx 2026-05-09 12:06:22 +00:00
bd027c895a Merge version_7 into main
Merge version_7 into main
2026-05-09 12:05:13 +00:00
0e1e2bbb53 Update src/app/page.tsx 2026-05-09 12:05:10 +00:00
9fe128b224 Merge version_6 into main
Merge version_6 into main
2026-05-09 12:04:16 +00:00
e341a32118 Update src/app/page.tsx 2026-05-09 12:04:13 +00:00
307b0d3d8a Merge version_5 into main
Merge version_5 into main
2026-05-09 12:03:05 +00:00
259c17ba37 Update src/app/page.tsx 2026-05-09 12:03:02 +00:00
bed604e764 Merge version_4 into main
Merge version_4 into main
2026-05-09 12:01:40 +00:00
33776ea1ca Update src/app/page.tsx 2026-05-09 12:01:34 +00:00
c4159be65c Merge version_3 into main
Merge version_3 into main
2026-05-09 12:00:46 +00:00
1af3828e89 Update src/app/page.tsx 2026-05-09 12:00:43 +00:00
85170bf9e2 Merge version_2 into main
Merge version_2 into main
2026-05-09 11:59:30 +00:00

View File

@@ -52,6 +52,9 @@ export default function LandingPage() {
title="Trade Livestock with Confidence" title="Trade Livestock with Confidence"
description="The trusted marketplace connecting ethical farmers with verified buyers. Secure transactions, 5% processing fee, 100% transparent." description="The trusted marketplace connecting ethical farmers with verified buyers. Secure transactions, 5% processing fee, 100% transparent."
tag="Revolutionizing Farm Trade" tag="Revolutionizing Farm Trade"
buttons={[
{ text: "Start Trading for Free", href: "#contact" }
]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/herd-cows-lying-grazing-grassy-pasture-farm_181624-30769.jpg", imageAlt: "Healthy cattle in pasture"}, 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"> <div id="products" data-section="products">
<ProductCardOne <ProductCardOne
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="split-actions"
buttons={[
{ text: "View All Listings", href: "#" }
]}
gridVariant="four-items-2x2-equal-grid" gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
@@ -141,12 +147,12 @@ export default function LandingPage() {
]} ]}
plans={[ 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"], "Verified Buyers", "Secure Escrow", "Fast Payouts"],
}, },
]} ]}
title="Simple Success Fee" title="Simple Success Fee"
description="We only profit when you succeed. Transparent 5% per successful transaction." description="We only profit when you succeed. Our 5% fee includes full escrow protection for every transaction."
/> />
</div> </div>
@@ -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: "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: "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?" sideTitle="Questions?"
sideDescription="Everything you need to know." sideDescription="Everything you need to know."