Merge version_1 into main #3
@@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Award, Beef, BookOpen, Flame, Heart, HelpCircle, Leaf, MessageSquare, Phone, Soup, Star, Wheat, Carrot, Thermometer, Beans, BreadSlice } from "lucide-react";
|
||||
import { Award, Beef, BookOpen, Flame, Heart, HelpCircle, Leaf, MessageSquare, Phone, Soup, Star, Wheat, Carrot, Thermometer, Bean } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -134,11 +134,11 @@ export default function LandingPage() {
|
||||
icon: Soup,
|
||||
text: "Zuppa Tradizionale"},
|
||||
{
|
||||
icon: Beans,
|
||||
icon: Bean,
|
||||
text: "Fagioli Cannellini"},
|
||||
{
|
||||
icon: BreadSlice,
|
||||
text: "Pane Raffermo"},
|
||||
icon: Wheat,
|
||||
text: "Pane Raffermo"}
|
||||
],
|
||||
reverse: false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user