diff --git a/src/app/page.tsx b/src/app/page.tsx index 1edd73f..2e6a8e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -263,7 +263,7 @@ export default function LandingPage() { { text: "Reserve Now", href: "mailto:reserve@wrestaurant.cz" }, { text: "+420 222 555 666", href: "tel:+420222555666" } ]} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} containerClassName="py-20" contentClassName="text-center max-w-2xl mx-auto"