Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ab143c251a |
@@ -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."
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user