Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 11:36:24 +00:00

View File

@@ -19,7 +19,7 @@ export default function LandingPage() {
borderRadius="soft"
contentWidth="small"
sizing="largeSmallSizeLargeTitles"
background="aurora"
background="circleGradient"
cardStyle="glass-elevated"
primaryButtonStyle="diagonal-gradient"
secondaryButtonStyle="layered"
@@ -46,7 +46,7 @@ export default function LandingPage() {
description="Vineland Packaging Corporation specializes in high-quality custom corrugated packaging for businesses across the Mid-Atlantic region and nationwide. From standard shipping boxes to specialized food service packaging, we deliver reliable solutions designed to protect your products and strengthen your brand."
tag="Family-Owned & Operated"
tagIcon={Package}
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/female-warehouse-worker-taping-cardboard-box-with-tape-dispenser-before-shipment_637285-3992.jpg"
imageAlt="Modern packaging facility with corrugated boxes and equipment"
buttons={[
@@ -87,7 +87,7 @@ export default function LandingPage() {
id: "2", name: "Food Service Packaging", price: "Custom Quotes", imageSrc: "http://img.b2bpic.net/free-photo/friends-with-pizza-outside-side-view_23-2149872421.jpg", imageAlt: "Pizza boxes and bakery packaging"
},
{
id: "3", name: "Die-Cut Containers", price: "Custom Quotes", imageSrc: "http://img.b2bpic.net/free-photo/big-cardboard-boxes-standing-insinde-room_93675-131185.jpg?_wi=1", imageAlt: "Custom-shaped protective packaging"
id: "3", name: "Die-Cut Containers", price: "Custom Quotes", imageSrc: "http://img.b2bpic.net/free-photo/big-cardboard-boxes-standing-insinde-room_93675-131185.jpg", imageAlt: "Custom-shaped protective packaging"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -105,16 +105,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "01", title: "Custom Package Design", description: "Our team works directly with customers to develop packaging tailored to their products, ensuring protection, efficiency, and presentation.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-vhs-cover-template_23-2149828636.jpg?_wi=1", imageAlt: "Custom package design process"
id: "01", title: "Custom Package Design", description: "Our team works directly with customers to develop packaging tailored to their products, ensuring protection, efficiency, and presentation.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-vhs-cover-template_23-2149828636.jpg", imageAlt: "Custom package design process"
},
{
id: "02", title: "Inventory Management", description: "We help customers streamline operations by managing packaging inventory and scheduling deliveries when needed.", imageSrc: "http://img.b2bpic.net/free-photo/logistics-worker-depot-coordinating-storage-package-handling-solving-distribution-tasks_482257-134748.jpg", imageAlt: "Inventory management and logistics"
},
{
id: "03", title: "In-Line Printing", description: "Our advanced printing capabilities allow for high-quality branding and labeling directly on packaging.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-vhs-cover-template_23-2149828636.jpg?_wi=2", imageAlt: "Advanced printing capabilities"
id: "03", title: "In-Line Printing", description: "Our advanced printing capabilities allow for high-quality branding and labeling directly on packaging.", imageSrc: "http://img.b2bpic.net/free-vector/flat-design-vhs-cover-template_23-2149828636.jpg", imageAlt: "Advanced printing capabilities"
},
{
id: "04", title: "Die-Cutting Services", description: "Precision die-cutting allows us to create custom packaging shapes and designs to meet unique product requirements.", imageSrc: "http://img.b2bpic.net/free-photo/big-cardboard-boxes-standing-insinde-room_93675-131185.jpg?_wi=2", imageAlt: "Precision die-cutting services"
id: "04", title: "Die-Cutting Services", description: "Precision die-cutting allows us to create custom packaging shapes and designs to meet unique product requirements.", imageSrc: "http://img.b2bpic.net/free-photo/big-cardboard-boxes-standing-insinde-room_93675-131185.jpg", imageAlt: "Precision die-cutting services"
}
]}
gridVariant="four-items-2x2-equal-grid"
@@ -125,7 +125,7 @@ export default function LandingPage() {
<MetricCardFourteen
title="Why Choose Vineland Packaging? We bring decades of industry experience, family values, and cutting-edge manufacturing technology to every project."
tag="Why Us"
tagAnimation="entrance-slide"
tagAnimation="slide-up"
metrics={[
{
id: "1", value: "50+", description: "Years of industry experience and proven expertise in custom corrugated packaging"
@@ -140,7 +140,7 @@ export default function LandingPage() {
id: "4", value: "Fast", description: "Dependable turnaround times and responsive customer service"
}
]}
metricsAnimation="entrance-slide"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -159,6 +159,7 @@ export default function LandingPage() {
inputPlaceholder="Enter your email"
buttonText="Contact Us"
termsText="We'll get back to you within 24 hours. We respect your privacy."
mediaAnimation="slide-up"
/>
</div>