Merge version_1 into main #3
@@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import { Award, Book, CakeSlice, Cookie, CookingPot, Croissant, Leaf, Mail, Salad, Star, Users, Bread, Sandwich, Slice, Wheat, Pipette } from "lucide-react";
|
||||
import { Award, Book, CakeSlice, Cookie, CookingPot, Croissant, Leaf, Mail, Salad, Star, Users, Wheat, Pipette, Drumstick, Cheese } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -132,13 +132,13 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/turkey-breast-cranberry-jam-sandwich-lunch_1147-6.jpg", imageAlt: "Gourmet sandwich"},
|
||||
items: [
|
||||
{
|
||||
icon: Bread,
|
||||
icon: Wheat,
|
||||
text: "Freshly Baked Bread"},
|
||||
{
|
||||
icon: Sandwich,
|
||||
icon: Drumstick,
|
||||
text: "Premium Cold Cuts"},
|
||||
{
|
||||
icon: Slice,
|
||||
icon: Cheese,
|
||||
text: "Artisanal Cheeses"},
|
||||
],
|
||||
reverse: false
|
||||
|
||||
Reference in New Issue
Block a user