From e8a7a28ff5d008f4ed30a4b230c4914ad3f80e8b Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:08:06 +0000 Subject: [PATCH] Update src/app/cooking-tips/page.tsx --- src/app/cooking-tips/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/cooking-tips/page.tsx b/src/app/cooking-tips/page.tsx index b603a38..ebe0014 100644 --- a/src/app/cooking-tips/page.tsx +++ b/src/app/cooking-tips/page.tsx @@ -6,7 +6,7 @@ import FeatureBento from '@/components/sections/feature/FeatureBento'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import Link from 'next/link'; -import { Sparkles, Lightbulb, BookOpen, Search, Filter, Heart } from 'lucide-react'; +import { Sparkles, Lightbulb, BookOpen, Search, Filter, Heart, ChefHat, Wifi, Play, Video, User, Settings, Share2, Utensils, TrendingUp, Award } from 'lucide-react'; export default function CookingTipsPage() { const navItems = [ @@ -62,7 +62,7 @@ export default function CookingTipsPage() { ] }, { - title: "Cooking Times & Temperature", description: "Perfect doneness every single time", bentoComponent: "timeline", items: [ + title: "Cooking Times & Temperature", description: "Perfect doneness every single time", bentoComponent: "timeline", heading: "Cooking Temperatures", subheading: "Guide to perfect cooking levels", items: [ { label: "Rare", detail: "125°F / 52°C - Tender and juicy" }, @@ -72,13 +72,14 @@ export default function CookingTipsPage() { { label: "Well Done", detail: "160°F+ / 71°C+ - Fully cooked" } - ] + ], + completedLabel: "Temperature Guide 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", 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" -- 2.49.1