Update src/app/page.tsx

This commit is contained in:
2026-04-08 16:29:25 +00:00
parent eee7efd283
commit 2b166b041f

View File

@@ -45,11 +45,11 @@ export default function LandingPage() {
title="Authentic Döner & Grill Experience in Berlin"
description="Fresh ingredients. Bold flavors. Unmatched value."
testimonials={[
{ name: "Max K.", 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" },
{ 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" },
{ 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" },
{ 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" },
{ 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" },
{ name: "Max K.", 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?_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?_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?_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?_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?_wi=2" },
]}
buttons={[{ text: "View Menu", href: "#menu" }, { text: "Order Now", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/male-butcher-taking-raw-meat-out-counter_7502-4752.jpg"
@@ -114,11 +114,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Marcus", 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" },
{ id: "t2", name: "Sofia", 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" },
{ id: "t3", name: "Julian", 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" },
{ id: "t4", name: "Lena", 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" },
{ id: "t5", name: "Tobias", 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" },
{ id: "t1", name: "Marcus", 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?_wi=3" },
{ id: "t2", name: "Sofia", 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?_wi=2" },
{ id: "t3", name: "Julian", 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?_wi=2" },
{ id: "t4", name: "Lena", 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?_wi=2" },
{ id: "t5", name: "Tobias", 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?_wi=4" },
]}
showRating={true}
title="Guest Reviews"