Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #7.
This commit is contained in:
2026-05-14 21:39:21 +00:00

View File

@@ -79,9 +79,9 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
products={[
{ id: "p1", brand: "Local", name: "Frutas de temporada", price: "$5", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fruits-basket-wooden-surface_1150-13175.jpg" },
{ id: "p2", brand: "Local", name: "Vegetales frescos", price: "$3", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-set-wooden-table_144627-26815.jpg" },
{ id: "p3", brand: "Local", name: "Pan artesanal", price: "$2", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fresh-baked-bread_144627-14227.jpg" }
{ id: "p1", brand: "Local", name: "Frutas de temporada", price: "$5", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/fruits-basket-wooden-surface_1150-13175.jpg" },
{ id: "p2", brand: "Local", name: "Vegetales frescos", price: "$3", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetables-set-wooden-table_144627-26815.jpg" },
{ id: "p3", brand: "Local", name: "Pan artesanal", price: "$2", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/fresh-baked-bread_144627-14227.jpg" }
]}
/>
</div>