Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-08 16:28:33 +00:00

View File

@@ -61,35 +61,35 @@ export default function LandingPage() {
handle: "@max",
testimonial: "Best döner in town. Consistent quality every time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149155169.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149155169.jpg?_wi=1",
},
{
name: "Elena S.",
handle: "@elena",
testimonial: "Super fresh ingredients and the grill flavor is unmatched!",
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: "Julian B.",
handle: "@julian",
testimonial: "A staple in Berlin's food scene. Truly authentic.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1",
},
{
name: "Sofia R.",
handle: "@sofia",
testimonial: "The perfect lunch spot. Fast service, great taste.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006735.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006735.jpg?_wi=1",
},
{
name: "Tobias M.",
handle: "@tobias",
testimonial: "Always fresh, always hot. My go-to for döner.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149155169.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149155169.jpg?_wi=2",
},
]}
buttons={[
@@ -239,7 +239,7 @@ export default function LandingPage() {
handle: "@marcus",
testimonial: "Delicious kebab and fries, made with quality ingredients.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149155169.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149155169.jpg?_wi=3",
},
{
id: "t2",
@@ -247,7 +247,7 @@ export default function LandingPage() {
handle: "@sofia",
testimonial: "Great value for money and always fresh. My local go-to.",
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",
@@ -255,7 +255,7 @@ export default function LandingPage() {
handle: "@julian",
testimonial: "Really authentic taste, you can tell the meat is good quality.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=2",
},
{
id: "t4",
@@ -263,7 +263,7 @@ export default function LandingPage() {
handle: "@lena",
testimonial: "Consistent, tasty, and fast. Everything a grillhaus should be.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006735.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006735.jpg?_wi=2",
},
{
id: "t5",
@@ -271,7 +271,7 @@ export default function LandingPage() {
handle: "@tobias",
testimonial: "Service is friendly, food is hot, and ingredients are crisp.",
rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149155169.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149155169.jpg?_wi=4",
},
]}
showRating={true}