From ab143c251a4c19730eef3c7bf3247addfaef4c47 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 24 Feb 2026 23:27:23 +0000 Subject: [PATCH] Bob AI: fix build errors (attempt 1) --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 851e65a..2afb230 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." } ]}