Update src/app/page.tsx

This commit is contained in:
2026-04-06 00:23:35 +00:00
parent 99c31990d4
commit 7f6b8bd4e0

View File

@@ -106,27 +106,27 @@ export default function LandingPage() {
title: "Local Ingredients", description: "Sourced daily from regional sustainable farms for maximum freshness.", icon: Leaf,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-food-background-vegetables-basket_501050-727.jpg", imageAlt: "Farm vegetables"},
imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-food-background-vegetables-basket_501050-727.jpg?_wi=1", imageAlt: "Farm vegetables"},
{
imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-food-background-vegetables-basket_501050-727.jpg", imageAlt: "Vegetable basket"},
imageSrc: "http://img.b2bpic.net/free-photo/fresh-organic-food-background-vegetables-basket_501050-727.jpg?_wi=2", imageAlt: "Vegetable basket"},
]
},
{
title: "Chef-Prepared", description: "Nutritious recipes designed by professional chefs for peak flavor.", icon: Award,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/tasty-healthy-oatmeal-porridge-with-fruit-berry-flax-seeds-healthy-breakfast-fitness-food_2829-11188.jpg", imageAlt: "Healthy meal"},
imageSrc: "http://img.b2bpic.net/free-photo/tasty-healthy-oatmeal-porridge-with-fruit-berry-flax-seeds-healthy-breakfast-fitness-food_2829-11188.jpg?_wi=1", imageAlt: "Healthy meal"},
{
imageSrc: "http://img.b2bpic.net/free-photo/tasty-healthy-oatmeal-porridge-with-fruit-berry-flax-seeds-healthy-breakfast-fitness-food_2829-11188.jpg", imageAlt: "Chef preparing food"},
imageSrc: "http://img.b2bpic.net/free-photo/tasty-healthy-oatmeal-porridge-with-fruit-berry-flax-seeds-healthy-breakfast-fitness-food_2829-11188.jpg?_wi=2", imageAlt: "Chef preparing food"},
]
},
{
title: "Eco-Delivery", description: "Compostable packaging delivered in emission-free vehicles.", icon: Truck,
mediaItems: [
{
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-with-food-package_23-2148869391.jpg", imageAlt: "Eco packaging"},
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-with-food-package_23-2148869391.jpg?_wi=1", imageAlt: "Eco packaging"},
{
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-with-food-package_23-2148869391.jpg", imageAlt: "Delivery bike"},
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-with-food-package_23-2148869391.jpg?_wi=2", imageAlt: "Delivery bike"},
]
},
]}