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"