diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e6e7a6..c9c5f88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,19 +84,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Fresh Fruits & Vegetables", description: "Daily fresh produce sourced locally and internationally", imageSrc: "http://img.b2bpic.net/free-photo/fruits-vegetables-counter_1398-2252.jpg?_wi=1", imageAlt: "Fresh produce section" + title: "Fresh Fruits & Vegetables", description: "Daily fresh produce sourced locally and internationally - $2.99-$5.99 USD", imageSrc: "http://img.b2bpic.net/free-photo/fruits-vegetables-counter_1398-2252.jpg?_wi=1", imageAlt: "Fresh produce section" }, { id: 2, - title: "Butcher & Fresh Meat", description: "Premium quality cuts prepared fresh daily", imageSrc: "http://img.b2bpic.net/free-photo/butcher-boning-ham-modern-butcher-shop_1139-1724.jpg", imageAlt: "Fresh meat counter" + title: "Butcher & Fresh Meat", description: "Premium quality cuts prepared fresh daily - $8.99-$15.99 USD", imageSrc: "http://img.b2bpic.net/free-photo/butcher-boning-ham-modern-butcher-shop_1139-1724.jpg", imageAlt: "Fresh meat counter" }, { id: 3, - title: "Dairy & Refrigerated", description: "Wide selection of milk, cheese, and refrigerated items", imageSrc: "http://img.b2bpic.net/free-photo/dairy-products_114579-8763.jpg?_wi=1", imageAlt: "Dairy refrigerated section" + title: "Dairy & Refrigerated", description: "Wide selection of milk, cheese, and refrigerated items - $3.49-$12.99 USD", imageSrc: "http://img.b2bpic.net/free-photo/dairy-products_114579-8763.jpg?_wi=1", imageAlt: "Dairy refrigerated section" }, { id: 4, - title: "Pantry & Essentials", description: "All your pantry staples and household essentials", imageSrc: "http://img.b2bpic.net/free-photo/delicious-preserved-food-arrangement_23-2149238970.jpg?_wi=1", imageAlt: "Pantry shelves" + title: "Pantry & Essentials", description: "All your pantry staples and household essentials - $1.99-$9.99 USD", imageSrc: "http://img.b2bpic.net/free-photo/delicious-preserved-food-arrangement_23-2149238970.jpg?_wi=1", imageAlt: "Pantry shelves" } ]} textboxLayout="default"