diff --git a/src/app/page.tsx b/src/app/page.tsx index 98bd38e..b7152db 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Beer, Flame, Zap, Heart, MapPin, Users, Sparkles } from "lucide-react"; +import { Beer, Flame, Zap, Heart, MapPin, Users, Sparkles, Home, Beef, Spice } from "lucide-react"; export default function LandingPage() { return ( @@ -90,9 +90,9 @@ export default function LandingPage() {