diff --git a/src/app/page.tsx b/src/app/page.tsx index 9bde362..8d2642d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, Beef, CookingPot, Leaf, MapPin, Salad, Sandwich, Sparkles, Users, Drumstick, Pepper } from "lucide-react"; +import { Award, Beef, CookingPot, Leaf, MapPin, Salad, Sandwich, Sparkles, Users, Drumstick, Chili } from "lucide-react"; export default function LandingPage() { return ( @@ -160,7 +160,7 @@ export default function LandingPage() { icon: Sparkles, text: "Popular Side"}, { - icon: Pepper, + icon: Chili, text: "Savory Flavor"}, ], reverse: true,