8 Commits

Author SHA1 Message Date
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
be8daccb18 Update src/app/page.tsx 2026-05-09 11:59:27 +00:00
33868700b4 Merge version_1 into main
Merge version_1 into main
2026-05-09 11:58:09 +00:00

View File

@@ -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={[
@@ -136,6 +139,9 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
buttons={[
{ text: "Create Free Account", href: "#contact" }
]}
plans={[
{
id: "basic", badge: "Standard", price: "5%", subtitle: "Per successful sale", features: [
@@ -143,7 +149,7 @@ export default function LandingPage() {
},
]}
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>
@@ -185,6 +191,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."
@@ -237,4 +245,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}