Update src/app/page.tsx
This commit is contained in:
@@ -13,7 +13,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import { Box, Facebook, Instagram, Linkedin, Package, Truck, FlaskConical, Beaker, TestTube, Bottle, Pallet, Warehouse } from "lucide-react";
|
||||
import { Box, Facebook, Instagram, Linkedin, Package, Truck, FlaskConical, Beaker, TestTube, Milk, Boxes, Warehouse } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -128,13 +128,13 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-classic-bottle-milk_52683-129402.jpg", imageAlt: "Custom beverage packaging design"},
|
||||
items: [
|
||||
{
|
||||
icon: Bottle,
|
||||
icon: Milk,
|
||||
text: "Bottles (Glass/PET)"},
|
||||
{
|
||||
icon: Box,
|
||||
text: "Cans (Aluminum)"},
|
||||
{
|
||||
icon: Pallet,
|
||||
icon: Boxes,
|
||||
text: "Custom Packaging"},
|
||||
],
|
||||
reverse: true,
|
||||
|
||||
Reference in New Issue
Block a user