diff --git a/src/app/page.tsx b/src/app/page.tsx index 131a36b..6baaeee 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import SplitAbout from '@/components/sections/about/SplitAbout'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Award, ChefHat, Leaf, Home, MapPin, Sparkles, Star, Zap, History, ThumbsUp, UtensilsCrossed } from 'lucide-react'; +import { Award, ChefHat, Leaf, Home, MapPin, Sparkles, Star, Zap, History, ThumbsUp, UtensilsCrossed, Palette } from 'lucide-react'; export default function LandingPage() { return (