Update src/app/page.tsx

This commit is contained in:
2026-03-15 14:16:03 +00:00
parent 53fcc34d33
commit e341ac694d

View File

@@ -68,7 +68,7 @@ export default function LandingPage() {
{ text: "Learn More", href: "#features" }, { text: "Learn More", href: "#features" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/young-man-working-warehouse-with-boxes_1303-16619.jpg" imageSrc="http://img.b2bpic.net/free-photo/young-man-working-warehouse-with-boxes_1303-16619.jpg?_wi=1"
imageAlt="Premium food packaging and hygiene supplies display" imageAlt="Premium food packaging and hygiene supplies display"
mediaAnimation="blur-reveal" mediaAnimation="blur-reveal"
ariaLabel="Koolberry premium packaging hero section" ariaLabel="Koolberry premium packaging hero section"
@@ -88,11 +88,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "food-containers", name: "Food Containers", price: "From $0.12/unit", imageSrc: "http://img.b2bpic.net/free-photo/non-eco-friendly-plastic-elements-arrangement_23-2148862541.jpg", imageAlt: "Biodegradable food service containers"}, id: "food-containers", name: "Food Containers", price: "From $0.12/unit", imageSrc: "http://img.b2bpic.net/free-photo/non-eco-friendly-plastic-elements-arrangement_23-2148862541.jpg?_wi=1", imageAlt: "Biodegradable food service containers"},
{ {
id: "hygiene-supplies", name: "Hygiene Supplies", price: "From $0.08/unit", imageSrc: "http://img.b2bpic.net/free-photo/front-view-coronavirus-concept-with-medical-mask_23-2148592536.jpg", imageAlt: "Professional food service hygiene products"}, id: "hygiene-supplies", name: "Hygiene Supplies", price: "From $0.08/unit", imageSrc: "http://img.b2bpic.net/free-photo/front-view-coronavirus-concept-with-medical-mask_23-2148592536.jpg", imageAlt: "Professional food service hygiene products"},
{ {
id: "specialty-packaging", name: "Specialty Packaging", price: "From $0.18/unit", imageSrc: "http://img.b2bpic.net/free-vector/beautiful-red-gold-invitation_23-2147563660.jpg", imageAlt: "Custom branded packaging solutions"}, id: "specialty-packaging", name: "Specialty Packaging", price: "From $0.18/unit", imageSrc: "http://img.b2bpic.net/free-vector/beautiful-red-gold-invitation_23-2147563660.jpg?_wi=1", imageAlt: "Custom branded packaging solutions"},
]} ]}
buttons={[{ text: "View All Products", href: "#contact" }]} buttons={[{ text: "View All Products", href: "#contact" }]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
@@ -113,7 +113,7 @@ export default function LandingPage() {
features={[ features={[
{ {
id: "feature-1", title: "Real-Time Logistics Tracking", description: "Monitor every order from warehouse to delivery with live GPS tracking and instant notifications", media: { id: "feature-1", title: "Real-Time Logistics Tracking", description: "Monitor every order from warehouse to delivery with live GPS tracking and instant notifications", media: {
imageSrc: "http://img.b2bpic.net/free-photo/young-man-working-warehouse-with-boxes_1303-16619.jpg", imageAlt: "Real-time order tracking dashboard"}, imageSrc: "http://img.b2bpic.net/free-photo/young-man-working-warehouse-with-boxes_1303-16619.jpg?_wi=2", imageAlt: "Real-time order tracking dashboard"},
items: [ items: [
{ icon: Zap, text: "Live tracking updates" }, { icon: Zap, text: "Live tracking updates" },
{ icon: Clock, text: "Delivery time estimates" }, { icon: Clock, text: "Delivery time estimates" },
@@ -123,7 +123,7 @@ export default function LandingPage() {
}, },
{ {
id: "feature-2", title: "Advanced Filtering & Smart Search", description: "Find exactly what you need with powerful filters for material type, quantity, sustainability certifications, and price range", media: { id: "feature-2", title: "Advanced Filtering & Smart Search", description: "Find exactly what you need with powerful filters for material type, quantity, sustainability certifications, and price range", media: {
imageSrc: "http://img.b2bpic.net/free-photo/non-eco-friendly-plastic-elements-arrangement_23-2148862541.jpg", imageAlt: "Advanced product filtering interface"}, imageSrc: "http://img.b2bpic.net/free-photo/non-eco-friendly-plastic-elements-arrangement_23-2148862541.jpg?_wi=2", imageAlt: "Advanced product filtering interface"},
items: [ items: [
{ icon: Filter, text: "Multi-parameter filtering" }, { icon: Filter, text: "Multi-parameter filtering" },
{ icon: Search, text: "Smart search algorithm" }, { icon: Search, text: "Smart search algorithm" },
@@ -133,7 +133,7 @@ export default function LandingPage() {
}, },
{ {
id: "feature-3", title: "Bulk Ordering Made Simple", description: "Streamlined ordering for wholesale quantities with volume discounts, flexible payment terms, and one-click reordering", media: { id: "feature-3", title: "Bulk Ordering Made Simple", description: "Streamlined ordering for wholesale quantities with volume discounts, flexible payment terms, and one-click reordering", media: {
imageSrc: "http://img.b2bpic.net/free-vector/beautiful-red-gold-invitation_23-2147563660.jpg", imageAlt: "Bulk ordering interface"}, imageSrc: "http://img.b2bpic.net/free-vector/beautiful-red-gold-invitation_23-2147563660.jpg?_wi=2", imageAlt: "Bulk ordering interface"},
items: [ items: [
{ icon: ShoppingCart, text: "Volume discounts auto-apply" }, { icon: ShoppingCart, text: "Volume discounts auto-apply" },
{ icon: DollarSign, text: "Flexible payment options" }, { icon: DollarSign, text: "Flexible payment options" },