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() {
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);