Compare commits

1 Commits

Author SHA1 Message Date
ab143c251a Bob AI: fix build errors (attempt 1) 2026-02-24 23:27:23 +00:00

View File

@@ -9,7 +9,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { Heart, Flame, Soup, Leaf, Bowl, Star, Calendar, Crown } from "lucide-react";
import { Heart, Flame, Soup, Leaf, UtensilsCrossed, Star, Calendar, Crown } from "lucide-react";
export default function KimchiHousePage() {
return (
@@ -97,7 +97,7 @@ export default function KimchiHousePage() {
title: "Vegetable Banchan", description: "Colorful array of side dishes featuring fermented vegetables, seasoned greens, and traditional preparations."
},
{
icon: Bowl,
icon: UtensilsCrossed,
title: "Rice Bowl Dishes", description: "Bibimbap, dolsot bibimbap, and other rice bowls topped with vegetables, proteins, and gochujang sauce."
}
]}