10 Commits

Author SHA1 Message Date
ed884f094a Switch to version 2: modified src/app/page.tsx 2026-03-04 13:55:59 +00:00
4f7c52c11a Switch to version 2: modified src/app/layout.tsx 2026-03-04 13:55:59 +00:00
54a1fbf6c9 Merge version_3 into main
Merge version_3 into main
2026-03-04 12:18:06 +00:00
10392e823d Update src/app/page.tsx 2026-03-04 12:18:02 +00:00
9c20d18872 Update src/app/layout.tsx 2026-03-04 12:18:01 +00:00
ccb51074a0 Merge version_2 into main
Merge version_2 into main
2026-03-04 12:14:42 +00:00
910eccce03 Update src/app/page.tsx 2026-03-04 12:14:37 +00:00
3ba4e695cd Merge version_1 into main
Merge version_1 into main
2026-03-04 11:56:23 +00:00
dd94a8872f Merge version_1 into main
Merge version_1 into main
2026-03-04 11:55:23 +00:00
977b0bd60c Merge version_1 into main
Merge version_1 into main
2026-03-04 11:54:01 +00:00

View File

@@ -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"