2 Commits

Author SHA1 Message Date
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

View File

@@ -52,6 +52,9 @@ export default function LandingPage() {
title="Trade Livestock with Confidence"
description="The trusted marketplace connecting ethical farmers with verified buyers. Secure transactions, 5% processing fee, 100% transparent."
tag="Revolutionizing Farm Trade"
buttons={[
{ text: "List Livestock", 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"},
@@ -245,4 +248,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}