Update src/app/page.tsx
This commit is contained in:
@@ -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, Clock, Droplet, Feather, Flame, Flower, Home, Leaf, Moon, Pepper, Star, Sun, Trees, Umbrella, Users, Wheat, Zap } from "lucide-react";
|
||||
import { Award, Carrot, Chili, Clock, Droplet, Feather, Flame, Flower, Home, Leaf, Moon, 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: Pepper,
|
||||
icon: Chili,
|
||||
text: "Homemade"},
|
||||
{
|
||||
icon: Flame,
|
||||
|
||||
Reference in New Issue
Block a user