From d445d7b29e4f0fd12ffdc2c4f4729195d64cfd01 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:24:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c181c3..798c885 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { { text: "Learn Techniques", href: "#features" }, ]} buttonAnimation="slide-up" - background={{ variant: "circleGradient" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} /> @@ -150,7 +150,7 @@ export default function LandingPage() { { id: "4", name: "Dark Chocolate Torte", price: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/young-female-cook-making-delicious-chocolate-cake-with-cream-white-table_181624-46702.jpg", imageAlt: "Decadent chocolate dessert"}, ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="slide-up" buttons={[{ text: "Browse All Recipes", href: "#" }]} buttonAnimation="slide-up" @@ -180,7 +180,7 @@ export default function LandingPage() { id: "4", value: "15", title: "years", description: "Of culinary experience", icon: Star, }, ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="scale-rotate" /> -- 2.49.1