diff --git a/src/app/page.tsx b/src/app/page.tsx index 90e89ea..c23b6b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Award, Carrot, Chili, Clock, Droplet, Feather, Flame, Flower, Home, Leaf, Moon, Star, Sun, Tree, Umbrella, Users, Wheat, Zap } from "lucide-react"; +import { Award, Carrot, Clock, Droplet, Feather, Flame, Flower, Home, Leaf, Moon, Pepper, Star, Sun, Trees, Umbrella, Users, Wheat, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -143,7 +143,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/horizontal-view-potato-chips-spices-mayonnaise-with-ketchup-gray-table_140725-86848.jpg", imageAlt: "Assortment of homemade Mexican salsas"}, items: [ { - icon: Chili, + icon: Pepper, text: "Homemade"}, { icon: Flame, @@ -175,7 +175,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/pretty-european-positive-smiling-woman-summer-flying-dress-natural-day-light-villa-terrace-enjoying-beautiful-vacation-outdoor-sofa-with-pillows-tropical_343596-1131.jpg", imageAlt: "Covered, plant-filled dining area"}, items: [ { - icon: Tree, + icon: Trees, text: "Lush Ambiance"}, { icon: Flower,