From 3d41cead2f530ee477748c4610841a691e37a6f7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 21:45:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 09c8fb5..3ab6fe0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,10 +120,10 @@ export default function LandingPage() { title: "Local Sourcing", description: "We partner with trusted local farms in Norway, ensuring our animals are raised ethically and sustainably, contributing to a vibrant community.", icon: Home, mediaItems: [ { - src: "http://img.b2bpic.net/free-photo/grass-field-with-cows-distant-sunny-day-with-trees-blue-sky_181624-2660.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/grass-field-with-cows-distant-sunny-day-with-trees-blue-sky_181624-2660.jpg" }, { - src: "http://img.b2bpic.net/free-photo/grass-field-with-cows-distant-sunny-day-with-trees-blue-sky_181624-2660.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/grass-field-with-cows-distant-sunny-day-with-trees-blue-sky_181624-2660.jpg" } ] }, @@ -131,10 +131,10 @@ export default function LandingPage() { title: "Expert Butchers", description: "Our skilled butchers employ time-honored techniques to prepare each cut with precision and care, preserving the meat's natural texture and flavor.", icon: Award, mediaItems: [ { - src: "http://img.b2bpic.net/free-photo/barber-talking-with-client-reception-desk_23-2148181957.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/barber-talking-with-client-reception-desk_23-2148181957.jpg" }, { - src: "http://img.b2bpic.net/free-photo/barber-talking-with-client-reception-desk_23-2148181957.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/barber-talking-with-client-reception-desk_23-2148181957.jpg" } ] }, @@ -142,10 +142,10 @@ export default function LandingPage() { title: "Unrivaled Freshness", description: "With a short supply chain from farm to table, we guarantee exceptional freshness, allowing you to taste the quality in every bite.", icon: Sparkles, mediaItems: [ { - src: "http://img.b2bpic.net/free-photo/fresh-uncooked-pork-chops-wooden-table_123827-34467.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/fresh-uncooked-pork-chops-wooden-table_123827-34467.jpg" }, { - src: "http://img.b2bpic.net/free-photo/fresh-uncooked-pork-chops-wooden-table_123827-34467.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/fresh-uncooked-pork-chops-wooden-table_123827-34467.jpg" } ] }, @@ -153,10 +153,10 @@ export default function LandingPage() { title: "Sustainable Practices", description: "Ertnes Kjøtt is committed to environmentally friendly operations, from sourcing to packaging, minimizing our footprint for a healthier planet.", icon: Feather, mediaItems: [ { - src: "http://img.b2bpic.net/free-vector/flat-arbor-day-horizontal-banners-set_23-2149315389.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/flat-arbor-day-horizontal-banners-set_23-2149315389.jpg" }, { - src: "http://img.b2bpic.net/free-vector/flat-arbor-day-horizontal-banners-set_23-2149315389.jpg" + imageSrc: "http://img.b2bpic.net/free-vector/flat-arbor-day-horizontal-banners-set_23-2149315389.jpg" } ] } -- 2.49.1