diff --git a/src/app/page.tsx b/src/app/page.tsx index 3947b94..71abbb4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="compact" sizing="large" - background="floatingGradient" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="flat" secondaryButtonStyle="layered" @@ -45,7 +45,7 @@ export default function LandingPage() { tag="Brno Atelier" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} buttons={[ { text: "Navštivte nás", href: "contact" }, { text: "Dnešní nabídka", href: "#features" },