Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-04 11:53:35 +00:00

View File

@@ -66,27 +66,27 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-board-space-text_501050-1009.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-board-space-text_501050-1009.jpg?_wi=1",
imageAlt: "Farm landscape",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-board-space-text_501050-1009.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-board-space-text_501050-1009.jpg?_wi=2",
imageAlt: "Farm animals",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-board-space-text_501050-1009.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-board-space-text_501050-1009.jpg?_wi=3",
imageAlt: "Poultry area",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-board-space-text_501050-1009.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-board-space-text_501050-1009.jpg?_wi=4",
imageAlt: "Fresh produce",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-board-space-text_501050-1009.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-board-space-text_501050-1009.jpg?_wi=5",
imageAlt: "Green pastures",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-board-space-text_501050-1009.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-board-space-text_501050-1009.jpg?_wi=6",
imageAlt: "Farm view",
},
]}
@@ -116,25 +116,25 @@ export default function LandingPage() {
id: "p1",
name: "Whole Pig",
price: "₱2,500 - ₱5,000",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-fish-slices-with-greens-dark-blue-background_179666-22548.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-fish-slices-with-greens-dark-blue-background_179666-22548.jpg?_wi=1",
},
{
id: "p2",
name: "Pork Cuts",
price: "₱250/kg",
imageSrc: "http://img.b2bpic.net/free-photo/vegetables_23-2148023444.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vegetables_23-2148023444.jpg?_wi=1",
},
{
id: "p3",
name: "Live Poultry",
price: "₱350/head",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-raw-turkey-tray_23-2148652132.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-raw-turkey-tray_23-2148652132.jpg?_wi=1",
},
{
id: "p4",
name: "Dressed Chicken",
price: "₱180/kg",
imageSrc: "http://img.b2bpic.net/free-photo/sheep-grass-field_1150-12696.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sheep-grass-field_1150-12696.jpg?_wi=1",
},
{
id: "p5",
@@ -221,25 +221,25 @@ export default function LandingPage() {
{
title: "Farm Fresh",
description: "Straight from our fields to your table daily.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-fish-slices-with-greens-dark-blue-background_179666-22548.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-fish-slices-with-greens-dark-blue-background_179666-22548.jpg?_wi=2",
imageAlt: "Fresh",
},
{
title: "Affordable Prices",
description: "High-quality products at fair market rates.",
imageSrc: "http://img.b2bpic.net/free-photo/vegetables_23-2148023444.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vegetables_23-2148023444.jpg?_wi=2",
imageAlt: "Affordable",
},
{
title: "Local & Trusted",
description: "Supporting our local community since day one.",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-raw-turkey-tray_23-2148652132.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-raw-turkey-tray_23-2148652132.jpg?_wi=2",
imageAlt: "Trusted",
},
{
title: "Bulk Orders",
description: "Special discounts for bulk orders and chefs.",
imageSrc: "http://img.b2bpic.net/free-photo/sheep-grass-field_1150-12696.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/sheep-grass-field_1150-12696.jpg?_wi=2",
imageAlt: "Bulk",
},
]}