Merge version_1 into main #6

Merged
bender merged 1 commits from version_1 into main 2026-03-09 15:08:10 +00:00

View File

@@ -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"