Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-07 11:13:41 +00:00

View File

@@ -68,35 +68,35 @@ export default function LandingPage() {
handle: "@noop",
testimonial: "God service, det er rent og det smager godt både shawarma og burgeren.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg?_wi=1",
},
{
name: "Youssef B",
handle: "@youssef",
testimonial: "Egentlig er der kommet en smash burger i køge både burger og shawarma smagte godt.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-3904.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-3904.jpg?_wi=1",
},
{
name: "Haidara Diab",
handle: "@haidara",
testimonial: "Den bedste burger nogensinde. Anbefaler det.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-man-dinner_23-2148060592.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-man-dinner_23-2148060592.jpg?_wi=1",
},
{
name: "Mette J.",
handle: "@mette",
testimonial: "Super lækker mad og hurtig levering. S&B Grill er blevet vores nye favorit.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/good-humoured-caucasian-woman-enjoying-healthy-food-indoor-shot-smiling-girl-eating-salad_197531-17196.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/good-humoured-caucasian-woman-enjoying-healthy-food-indoor-shot-smiling-girl-eating-salad_197531-17196.jpg?_wi=1",
},
{
name: "Anders K.",
handle: "@anders",
testimonial: "Rene lokaler og utrolig venlig betjening. Kan varmt anbefales.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-spending-good-time-together-while-having-date-restaurant_58466-16036.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-spending-good-time-together-while-having-date-restaurant_58466-16036.jpg?_wi=1",
},
]}
buttons={[
@@ -238,7 +238,7 @@ export default function LandingPage() {
handle: "@noop",
testimonial: "God service, det er rent og det smager godt både shawarma og burgeren.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg?_wi=2",
},
{
id: "t2",
@@ -246,7 +246,7 @@ export default function LandingPage() {
handle: "@youssef",
testimonial: "Egentlig er der kommet en smash burger i køge både burger og shawarma smagte godt.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-3904.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-3904.jpg?_wi=2",
},
{
id: "t3",
@@ -254,7 +254,7 @@ export default function LandingPage() {
handle: "@haidara",
testimonial: "Den bedste burger nogensinde. Anbefaler det.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-man-dinner_23-2148060592.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiling-man-dinner_23-2148060592.jpg?_wi=2",
},
{
id: "t4",
@@ -262,7 +262,7 @@ export default function LandingPage() {
handle: "@mette",
testimonial: "Super lækker mad og hurtig levering. S&B Grill er blevet vores nye favorit.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/good-humoured-caucasian-woman-enjoying-healthy-food-indoor-shot-smiling-girl-eating-salad_197531-17196.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/good-humoured-caucasian-woman-enjoying-healthy-food-indoor-shot-smiling-girl-eating-salad_197531-17196.jpg?_wi=2",
},
{
id: "t5",
@@ -270,7 +270,7 @@ export default function LandingPage() {
handle: "@anders",
testimonial: "Rene lokaler og utrolig venlig betjening. Kan varmt anbefales.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-spending-good-time-together-while-having-date-restaurant_58466-16036.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-spending-good-time-together-while-having-date-restaurant_58466-16036.jpg?_wi=2",
},
]}
showRating={true}