Bob AI: fix build errors (attempt 1)
This commit is contained in:
@@ -9,7 +9,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
|||||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
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() {
|
export default function KimchiHousePage() {
|
||||||
return (
|
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."
|
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."
|
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