diff --git a/src/app/page.tsx b/src/app/page.tsx index b4c71ea..1246208 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,14 +9,14 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Trophy, Info, Award, Target, Zap, Shield, Calendar, Users, Star, Image as ImageIcon, Phone, Briefcase } from 'lucide-react'; +import { Cake, UtensilsCrossed, Award, Sparkles, Gift, Heart, MapPin, Phone, MessageCircle } from 'lucide-react'; export default function LandingPage() { return (