From e41e044037d0ca5159ae74dc213e91eb84fb9613 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:12:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) 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 -- 2.49.1