Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -48,15 +48,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Maria Schmidt", handle: "Gast seit 2020", testimonial: "Das beste griechische Restaurant in der Region! Die Mezze sind köstlich und das Personal ist immer freundlich.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-trendy-hairstyle_23-2149478921.jpg", imageAlt: "lächelnde kundin portrait freundlich restaurant"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-trendy-hairstyle_23-2149478921.jpg?_wi=1", imageAlt: "lächelnde kundin portrait freundlich restaurant"
|
||||
},
|
||||
{
|
||||
name: "Andreas Weber", handle: "Stammgast", testimonial: "Authentische Atmosphäre und hervorragende Qualität. Wir kommen regelmäßig mit Freunden hierher!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2859.jpg", imageAlt: "mann porträt geschäftlich lächeln restaurant"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2859.jpg?_wi=1", imageAlt: "mann porträt geschäftlich lächeln restaurant"
|
||||
},
|
||||
{
|
||||
name: "Klaus Friedrich", handle: "Familienvater", testimonial: "Ein wunderbarer Ort für Familientreffen. Die Kinder lieben das Essen und wir Erwachsenen genießen die Qualität.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hair-finger-person-studio-necktie_1262-2839.jpg", imageAlt: "älterer mann porträt klassiker elegant lächeln"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hair-finger-person-studio-necktie_1262-2839.jpg?_wi=1", imageAlt: "älterer mann porträt klassiker elegant lächeln"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -124,15 +124,15 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Maria Schmidt", role: "Geschäftsführerin", company: "Schmidt GmbH", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-trendy-hairstyle_23-2149478921.jpg", imageAlt: "lächelnde kundin portrait freundlich restaurant"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-trendy-hairstyle_23-2149478921.jpg?_wi=2", imageAlt: "lächelnde kundin portrait freundlich restaurant"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Andreas Weber", role: "Ingenieur", company: "Weber Solutions", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2859.jpg", imageAlt: "mann porträt geschäftlich lächeln restaurant"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-2859.jpg?_wi=2", imageAlt: "mann porträt geschäftlich lächeln restaurant"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Klaus Friedrich", role: "Rentner", company: "Freund der Familie", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hair-finger-person-studio-necktie_1262-2839.jpg", imageAlt: "älterer mann porträt klassiker elegant lächeln"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hair-finger-person-studio-necktie_1262-2839.jpg?_wi=2", imageAlt: "älterer mann porträt klassiker elegant lächeln"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Julia Müller", role: "Studentin", company: "Universität Stuttgart", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user