Merge version_3 into main #4

Merged
bender merged 2 commits from version_3 into main 2026-05-13 07:00:32 +00:00
2 changed files with 18 additions and 18 deletions

View File

@@ -16,15 +16,15 @@ export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="entrance-slide"
borderRadius="rounded"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="mediumLarge"
sizing="large"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="radial-glow"
secondaryButtonStyle="radial-glow"
headingFontWeight="bold"
background="noiseDiagonalGradient"
cardStyle="glass-elevated"
primaryButtonStyle="gradient"
secondaryButtonStyle="glass"
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
@@ -58,7 +58,7 @@ export default function LandingPage() {
{ icon: Users, label: "Happy Customers", value: "10k+" },
{ icon: Zap, label: "Daily Marinated", value: "24h" }
]}
metricsAnimation="slide-up"
metricsAnimation="blur-reveal"
useInvertedBackground={false}
/>
</div>
@@ -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() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
animationType="slide-up"
animationType="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[]}
@@ -102,7 +102,7 @@ export default function LandingPage() {
faqs={[]}
title="Questions?"
description="Need help?"
faqsAnimation="slide-up"
faqsAnimation="blur-reveal"
/>
</div>

View File

@@ -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);