diff --git a/src/app/cooking-tips/page.tsx b/src/app/cooking-tips/page.tsx index 6b67a3c..f449281 100644 --- a/src/app/cooking-tips/page.tsx +++ b/src/app/cooking-tips/page.tsx @@ -23,7 +23,7 @@ export default function CookingTipsPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="largeSizeMediumTitles" - background="circleGradient" + background="plain" cardStyle="glass-elevated" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -50,70 +50,47 @@ export default function CookingTipsPage() { animationType="slide-up" features={[ { - title: "Ingredient Selection", - description: "Learn how to choose the freshest ingredients", - bentoComponent: "icon-info-cards", - items: [ + title: "Ingredient Selection", description: "Learn how to choose the freshest ingredients", bentoComponent: "icon-info-cards", items: [ { icon: Search, - label: "Quality Check", - value: "Spot Fresh Produce" + label: "Quality Check", value: "Spot Fresh Produce" }, { icon: Filter, - label: "Storage Tips", - value: "Extend Shelf Life" + label: "Storage Tips", value: "Extend Shelf Life" } ] }, { - 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", heading: "Temperature Guide", subheading: "Optimal cooking temperatures", items: [ { - label: "Rare", - detail: "125°F / 52°C - Tender and juicy" + label: "Rare", detail: "125°F / 52°C - Tender and juicy" }, { - label: "Medium", - detail: "160°F / 71°C - Perfect balance" + label: "Medium", detail: "160°F / 71°C - Perfect balance" }, { - label: "Well Done", - detail: "160°F+ / 71°C+ - Fully cooked" + 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: "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", - title: "Kitchen Setup", - items: [ + title: "Kitchen Efficiency", description: "Pro tips for faster meal preparation", bentoComponent: "3d-task-list", heading: "Kitchen Setup", items: [ { icon: BookOpen, - label: "Mise en Place", - time: "5 min prep" + label: "Mise en Place", time: "5 min prep" }, { icon: Search, - label: "Organized Workspace", - time: "Essential" + label: "Organized Workspace", time: "Essential" }, { icon: Heart, - label: "Quality Tools", - time: "Long term" + label: "Quality Tools", time: "Long term" } ] }