Merge version_1 into main #3
@@ -13,7 +13,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Box, Cube, Facebook, FileText, Globe, Leaf, Linkedin, Package, Paintbrush, Palette, ShieldCheck, Truck, Twitter, Warehouse } from "lucide-react";
|
||||
import { Box, Boxes, Facebook, FileText, Globe, LayoutTemplate, Leaf, Linkedin, Package, Paintbrush, Palette, ShieldCheck, Truck, Twitter, Warehouse } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -144,7 +144,7 @@ export default function LandingPage() {
|
||||
icon: Palette,
|
||||
text: "Vibrant Color Reproduction"},
|
||||
{
|
||||
icon: FileText,
|
||||
icon: LayoutTemplate,
|
||||
text: "Die-Cut Precision"},
|
||||
],
|
||||
reverse: false,
|
||||
@@ -173,10 +173,10 @@ export default function LandingPage() {
|
||||
icon: Truck,
|
||||
text: "Shipping & Transport"},
|
||||
{
|
||||
icon: Box,
|
||||
icon: Boxes,
|
||||
text: "Retail & Display"},
|
||||
{
|
||||
icon: Cube,
|
||||
icon: Boxes,
|
||||
text: "Protective Packaging"},
|
||||
],
|
||||
reverse: false,
|
||||
|
||||
Reference in New Issue
Block a user