Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-25 21:35:58 +00:00

View File

@@ -71,28 +71,28 @@ export default function LandingPage() {
handle: "@astrido",
testimonial: "The quality from Ertnes Kjøtt is simply unmatched. Their beef is always tender and full of flavor. A true taste of Norway!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-holding-food_23-2150168128.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-holding-food_23-2150168128.jpg?_wi=1",
},
{
name: "Bjørn Hansen",
handle: "@bjornh",
testimonial: "I've been a loyal customer for years. Ertnes Kjøtt delivers outstanding lamb and pork every time. Highly recommended!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000294.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000294.jpg?_wi=1",
},
{
name: "Lise Jensen",
handle: "@lisej",
testimonial: "Their commitment to local sourcing and ethical practices shines through in every product. Delicious and responsible!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914243.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914243.jpg?_wi=1",
},
{
name: "Svein Erikson",
handle: "@sveine",
testimonial: "Ertnes Kjøtt is our go-to for all special occasions. The quality elevates every meal, and the service is always top-notch.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-reunion-with-delicious-food_23-2149073105.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-reunion-with-delicious-food_23-2149073105.jpg?_wi=1",
},
]}
buttons={[
@@ -260,25 +260,25 @@ export default function LandingPage() {
{
id: "1",
name: "Astrid Olsen",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-holding-food_23-2150168128.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-man-holding-food_23-2150168128.jpg?_wi=2",
imageAlt: "Astrid Olsen profile picture",
},
{
id: "2",
name: "Bjørn Hansen",
imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000294.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-mexican-barbecue_23-2151000294.jpg?_wi=2",
imageAlt: "Bjørn Hansen profile picture",
},
{
id: "3",
name: "Lise Jensen",
imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914243.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-jeweler-working-shop_23-2150914243.jpg?_wi=2",
imageAlt: "Lise Jensen profile picture",
},
{
id: "4",
name: "Svein Erikson",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-reunion-with-delicious-food_23-2149073105.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-reunion-with-delicious-food_23-2149073105.jpg?_wi=2",
imageAlt: "Svein Erikson profile picture",
},
]}