diff --git a/src/app/page.tsx b/src/app/page.tsx index 33a9bb1..08f356c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Sparkles, Flame, Utensils, ChefHat, Leaf, Wine, Cake } from "lucide-react"; +import { Sparkles, Flame, Utensils, ChefHat, Leaf, Wine, Cake, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -80,6 +80,9 @@ export default function LandingPage() {