Merge version_7 into main

Merge version_7 into main
This commit was merged in pull request #7.
This commit is contained in:
2026-05-09 12:05:13 +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>
);
}
}