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" },