Update src/app/page.tsx
This commit is contained in:
@@ -162,13 +162,17 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Anna K.", handle: "Google Rezension", testimonial: "Das Mainfloor ist eine absolute Bereicherung für Öhringen! Super Cocktails und die Atmosphäre ist unschlagbar. Definitiv mein neuer Lieblingsort.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-african-woman-using-laptop_23-2148733220.jpg", imageAlt: "Google Maps Profilbild von Anna K."},n {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-african-woman-using-laptop_23-2148733220.jpg", imageAlt: "Google Maps Profilbild von Anna K."},
|
||||
{
|
||||
id: "2", name: "Tobias M.", handle: "Google Rezension", testimonial: "Als Gaming-Fan bin ich begeistert vom Billardtisch. Dazu noch leckere Drinks und nette Leute. Top!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-african-man-isolated_171337-9759.jpg", imageAlt: "Google Maps Profilbild von Tobias M."},n {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-african-man-isolated_171337-9759.jpg", imageAlt: "Google Maps Profilbild von Tobias M."},
|
||||
{
|
||||
id: "3", name: "Lea S.", handle: "Google Rezension", testimonial: "Wir haben eine private Feier hier ausgerichtet und waren restlos begeistert. Der Service war hervorragend und alles hat super geklappt.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-listening-music-headphones_23-2147781524.jpg", imageAlt: "Google Maps Profilbild von Lea S."},n {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-listening-music-headphones_23-2147781524.jpg", imageAlt: "Google Maps Profilbild von Lea S."},
|
||||
{
|
||||
id: "4", name: "Stefan R.", handle: "Google Rezension", testimonial: "Immer wieder gerne! Die Events sind abwechslungsreich und die Musik passt immer. Ein Muss in Öhringen.", rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-african-man-gesturing_171337-9784.jpg", imageAlt: "Google Maps Profilbild von Stefan R."},n {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-african-man-gesturing_171337-9784.jpg", imageAlt: "Google Maps Profilbild von Stefan R."},
|
||||
{
|
||||
id: "5", name: "Maja B.", handle: "Google Rezension", testimonial: "Einfach entspannt! Perfekt, um nach der Arbeit einen Drink zu genießen und den Abend ausklingen zu lassen.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-brunette-woman-laughing_1268-21950.jpg", imageAlt: "Google Maps Profilbild von Maja B."},n ]}
|
||||
showRating={true}
|
||||
|
||||
Reference in New Issue
Block a user