Update src/app/page.tsx

This commit is contained in:
2026-03-09 15:11:49 +00:00
parent 6992852f41
commit 28edb28503

View File

@@ -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" },