diff --git a/src/app/page.tsx b/src/app/page.tsx index 3504f14..f974697 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,6 +45,7 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} title="Genuss auf dem Gletscher" description="Erleben Sie feine alpine Küche in einer einzigartigen Atmosphäre." + buttons={[{ text: "Jetzt reservieren", href: "#contact" }]} mediaItems={[ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=um9jqd", imageAlt: "modern restaurant mountain view" }, { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lqhmkh", imageAlt: "gourmet food plate presentation" }, @@ -152,4 +153,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file