diff --git a/src/app/page.tsx b/src/app/page.tsx index c97fcd9..27d7930 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import TestimonialCardThirteen from '@/components/sections/testimonial/Testimoni import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import TextAbout from '@/components/sections/about/TextAbout'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Bell, Bookmark, Camera, Heart, Lock, MapPin, MessageCircle, MoreHorizontal, Pizza, Settings, Sparkles, Star, TrendingUp, Users, Utensils, Wine, Zap, Flame } from 'lucide-react'; +import { Bell, Bookmark, Camera, Heart, Lock, MapPin, MessageCircle, MoreHorizontal, Pizza, Settings, Sparkles, Star, TrendingUp, Users, Utensils, Wine, Zap, Flame, Download, Share2, Globe, Zap as ZapIcon } from 'lucide-react'; export default function LandingPage() { return ( @@ -148,8 +148,8 @@ export default function LandingPage() {
@@ -215,13 +215,13 @@ export default function LandingPage() {
); -} +} \ No newline at end of file