diff --git a/src/app/page.tsx b/src/app/page.tsx index 08e2815..983f294 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,19 +53,19 @@ export default function LandingPage() { testimonials={[ { name: "Marco K.", handle: "Regelmäßiger Kunde", testimonial: "Der beste Döner in Schellerten! Immer frisch und lecker. Das Fleisch ist höchste Qualität.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12867.jpg?_wi=1", imageAlt: "Marco K." + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12867.jpg", imageAlt: "Marco K." }, { name: "Sandra M.", handle: "Familie", testimonial: "Wir kommen jede Woche. Die Portion ist großzügig und das Preis-Leistungs-Verhältnis ist unschlagbar!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-with-pizza_1157-16358.jpg?_wi=1", imageAlt: "Sandra M." + imageSrc: "http://img.b2bpic.net/free-photo/man-with-pizza_1157-16358.jpg", imageAlt: "Sandra M." }, { name: "Thomas B.", handle: "Büro in der Nähe", testimonial: "Schnell, freundlich und verdammt lecker. Mein Mittagessen unter der Woche!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-smiling-confident-looking-side-street_839833-24417.jpg?_wi=1", imageAlt: "Thomas B." + imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-smiling-confident-looking-side-street_839833-24417.jpg", imageAlt: "Thomas B." }, { name: "Lisa H.", handle: "Student", testimonial: "Beste Preis-Leistung in der Stadt. Das Personal ist immer super nett.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-girl-wearing-olive-green-t-shirt-showing-thumbs-up-isolated-yellow-wall_141793-82619.jpg?_wi=1", imageAlt: "Lisa H." + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-girl-wearing-olive-green-t-shirt-showing-thumbs-up-isolated-yellow-wall_141793-82619.jpg", imageAlt: "Lisa H." } ]} buttons={[ @@ -73,6 +73,7 @@ export default function LandingPage() { { text: "Mehr Infos", href: "about" } ]} useInvertedBackground={false} + background={{ variant: "glowing-orb" }} /> @@ -110,7 +111,6 @@ export default function LandingPage() { ]} textboxLayout="default" useInvertedBackground={true} - mediaAnimation="slide-up" /> @@ -118,16 +118,16 @@ export default function LandingPage() {