From 3fdd97c44ab579177330977222357975d9aacda1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 11:36:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 17a3c60..2f31ef5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { @@ -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" /> -- 2.49.1