From ed7c2cebfcd3ba9e0df3b70331097d3362978f4e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:05:27 +0000 Subject: [PATCH] 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 ceeca02..292d006 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function MixLandingPage() { borderRadius="pill" contentWidth="medium" sizing="mediumSizeLargeTitles" - background="fluid" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -47,7 +47,7 @@ export default function MixLandingPage() { description="Discover authentic recipes, master cooking techniques, plan nutritious meals, and learn about quality ingredients. From beginner cooks to seasoned home chefs, Mix is your trusted culinary companion." tag="Welcome to Mix" tagAnimation="blur-reveal" - background={{ variant: "fluid" }} + background={{ variant: "plain" }} buttons={[ { text: "Explore Recipes", href: "#recipes" }, { text: "Learn Cooking Tips", href: "#tips" }, -- 2.49.1