[
{
"id": 1,
"name": "Heirloom Tomato - Brandywine",
"category": "Vegetables",
"price": 4.50,
"description": "Large, pink, flavorful beefsteak tomatoes. A classic heirloom.",
"image": "https://images.unsplash.com/photo-1592841200223-a0504404440a?auto=format&fit=crop&q=80&w=400"
},
{
"id": 2,
"name": "Wildflower Mix - Meadow Bloom",
"category": "Flowers",
"price": 3.75,
"description": "A vibrant mix of native wildflowers to attract pollinators.",
"image": "https://images.unsplash.com/photo-1470058869958-2a77a677c0f0?auto=format&fit=crop&q=80&w=400"
},
{
"id": 3,
"name": "Sweet Basil - Genovese",
"category": "Herbs",
"price": 2.99,
"description": "The essential herb for pesto and Italian cuisine.",
"image": "https://images.unsplash.com/photo-1618164435735-413d3b066c9a?auto=format&fit=crop&q=80&w=400"
},
{
"id": 4, "name": "Lavender - English",
"category": "Flowers",
"price": 5.25,
"description": "Fragrant, calming, and perfect for borders.",
"image": "https://images.unsplash.com/photo-1565011523534-747a80dbe34a?auto=format&fit=crop&q=80&w=400"
},
{
"id": 5,
"name": "Carrot - Nantes",
"category": "Vegetables",
"price": 3.25,
"description": "Sweet, tender, and perfect for fresh salads.",
"image": "https://images.unsplash.com/photo-1598170845058-32b9d6a5da37?auto=format&fit=crop&q=80&w=400"
}
]