Update src/app/page.tsx

This commit is contained in:
2026-05-09 12:05:10 +00:00
parent 9fe128b224
commit 0e1e2bbb53

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: "List Livestock", 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"},
@@ -245,4 +248,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }