From 10491dfcb3e8806aed5ed7e4f58d78c00c2f9666 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 07:00:28 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e1c798e..e145531 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,15 +16,15 @@ export default function LandingPage() { return ( @@ -68,7 +68,7 @@ export default function LandingPage() { title="Why Osmow's Stands Out" description="We pride ourselves on authentic recipes and fresh preparation." gridVariant="one-large-left-three-stacked-right" - animationType="slide-up" + animationType="blur-reveal" textboxLayout="split" features={[ { title: "Traditional Recipes", description: "Authentic Mediterranean flavor profiles.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-shaurma-sliced-chicken-sandwich-with-lemon-greens-dark-space_140725-95462.jpg" }, @@ -81,7 +81,7 @@ export default function LandingPage() {
-- 2.49.1 From 526b936c2e0b6ad7009e293a579b91deb52e6019 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 07:00:28 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index fd9ebfc..ba40dac 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #120006e6; - --primary-cta: #e63946; + --background: #f5faff; + --card: #ffffff; + --foreground: #001122; + --primary-cta: #15479c; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; + --secondary-cta: #ffffff; --secondary-cta-text: #120006e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --accent: #a8cce8; + --background-accent: #e8e6e1; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1