diff --git a/src/app/page.tsx b/src/app/page.tsx index 2ed197d..a4ac52e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,13 +45,13 @@ export default function LandingPage() { description="Außergewöhnliches Steak.\nGemütliche Atmosphäre.\nUnvergessliche Abende." tag="Neubrandenburg, Deutschland" tagIcon={MapPin} - tagAnimation="entrance-slide" + tagAnimation="slide-up" buttons={[ { text: "Tisch reservieren", href: "#reservation" }, { text: "Speisekarte ansehen", href: "#dishes" } ]} - buttonAnimation="entrance-slide" - imageSrc="http://img.b2bpic.net/free-photo/juicy-grilled-steak-with-rosemary-cherry-tomatoes-chili_84443-72373.jpg?_wi=1" + buttonAnimation="slide-up" + imageSrc="http://img.b2bpic.net/free-photo/juicy-grilled-steak-with-rosemary-cherry-tomatoes-chili_84443-72373.jpg" imageAlt="Premium grilled steak on fire - NB Steakhouse signature" mediaAnimation="blur-reveal" imagePosition="right" @@ -74,12 +74,12 @@ export default function LandingPage() {