From 93fdf7c33fcd69df21bb922661314e908f2be4d7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:06:39 +0000 Subject: [PATCH] Update src/app/cooking-tips/page.tsx --- src/app/cooking-tips/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/cooking-tips/page.tsx b/src/app/cooking-tips/page.tsx index ef65c25..b603a38 100644 --- a/src/app/cooking-tips/page.tsx +++ b/src/app/cooking-tips/page.tsx @@ -62,7 +62,7 @@ export default function CookingTipsPage() { ] }, { - title: "Cooking Times & Temperature", description: "Perfect doneness every single time", bentoComponent: "timeline", heading: "Temperature Guide", subheading: "Optimal cooking temperatures", items: [ + title: "Cooking Times & Temperature", description: "Perfect doneness every single time", bentoComponent: "timeline", items: [ { label: "Rare", detail: "125°F / 52°C - Tender and juicy" }, @@ -72,14 +72,13 @@ export default function CookingTipsPage() { { label: "Well Done", detail: "160°F+ / 71°C+ - Fully cooked" } - ], - completedLabel: "Cooking Complete" + ] }, { title: "Flavor Balancing", description: "Create perfectly balanced dishes", bentoComponent: "reveal-icon", icon: Lightbulb }, { - title: "Kitchen Efficiency", description: "Pro tips for faster meal preparation", bentoComponent: "3d-task-list", heading: "Kitchen Setup", items: [ + title: "Kitchen Efficiency", description: "Pro tips for faster meal preparation", bentoComponent: "3d-task-list", title: "Kitchen Setup", items: [ { icon: BookOpen, label: "Mise en Place", time: "5 min prep" -- 2.49.1