From 8b32ad274d6ceab108a520bf9224bef3bd470090 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 14:03:55 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d4bef91..ad208ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -137,7 +137,7 @@ export default function LandingPage() { { text: "קבלו הוראות הגעה", href: "https://maps.google.com/?q=פריקסה+חיימיקו+ראש+העין" } ]} background={{ variant: "sparkles-gradient" }} - animationType="reveal-blur" + animationType="entrance-slide" useInvertedBackground={false} /> @@ -154,4 +154,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1 From 240788f113be94de3996c849afc9db670fb468d0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 14:03:55 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 7a12233..d45b6e6 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fffafa; - --card: #fff7f7; - --foreground: #1a0000; - --primary-cta: #e63946; - --primary-cta-text: #fffafa; + --background: #fcf6ec; + --card: #f3ede2; + --foreground: #2e2521; + --primary-cta: #2e2521; + --primary-cta-text: #fcf6ec; --secondary-cta: #ffffff; - --secondary-cta-text: #1a0000; - --accent: #f5c4c7; - --background-accent: #f09199; + --secondary-cta-text: #2e2521; + --accent: #b2a28b; + --background-accent: #b2a28b; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1