From 560ef2d9ceab3afe9428accae8886fcc2e6d8dd6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 23:10:10 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ab1cad..75d9bc8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="mediumLarge" sizing="largeSmall" - background="aurora" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -54,7 +54,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg", imageAlt: "פנים בית הקפה" }, { imageSrc: "http://img.b2bpic.net/free-photo/cappuccino-cups-with-milky-heart-illustrations_114579-4397.jpg", imageAlt: "כוסות קפה מעוצבות" } ]} - background={{ variant: "aurora" }} + background={{ variant: "plain" }} mediaAnimation="slide-up" buttonAnimation="slide-up" /> @@ -155,6 +155,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} imagePosition="right" + mediaAnimation="none" /> -- 2.49.1