Update src/app/page.tsx

This commit is contained in:
2026-03-19 11:19:39 +00:00
parent 4a11d3b248
commit d33a37a8a0

View File

@@ -103,13 +103,13 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "variety-1", name: "Premium HYV Paddy", price: "Contact for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mixed-rice_53876-71309.jpg?_wi=1", imageAlt: "Premium HYV paddy seeds"
id: "variety-1", name: "Premium HYV Paddy", price: "Contact for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mixed-rice_53876-71309.jpg", imageAlt: "Premium HYV paddy seeds"
},
{
id: "variety-2", name: "High-Yield White Rice", price: "Contact for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mixed-rice_53876-71309.jpg?_wi=2", imageAlt: "High-yield white rice seeds"
id: "variety-2", name: "High-Yield White Rice", price: "Contact for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mixed-rice_53876-71309.jpg", imageAlt: "High-yield white rice seeds"
},
{
id: "variety-3", name: "Basmati-Type Premium", price: "Contact for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mixed-rice_53876-71309.jpg?_wi=3", imageAlt: "Premium basmati-type paddy seeds"
id: "variety-3", name: "Basmati-Type Premium", price: "Contact for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/close-up-mixed-rice_53876-71309.jpg", imageAlt: "Premium basmati-type paddy seeds"
}
]}
/>
@@ -137,7 +137,7 @@ export default function LandingPage() {
id: "6", name: "Business Owner Rajesh", imageSrc: "http://img.b2bpic.net/free-photo/portrait-farmer-standing-apple-orchard_107420-12206.jpg", imageAlt: "Rajesh, agricultural entrepreneur"
}
]}
cardTitle="\"Best seeds I've ever used. My yield increased by 20% this season!\" - Farmer feedback"
cardTitle="Best seeds I've ever used. My yield increased by 20% this season! - Farmer feedback"
cardTag="18+ Verified Reviews"
cardTagIcon={Star}
cardAnimation="slide-up"