Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-17 09:24:38 +00:00

View File

@@ -78,7 +78,7 @@ export default function PricingPage() {
<HeroOverlay
title="Flexible Pricing for Every Scale"
description="From small home gardens to large commercial operations, we offer competitive pricing and volume discounts. Wholesale buyers get special rates and flexible payment terms."
tag="Pricing & Wholesale"
tag="Pricing &amp; Wholesale"
tagIcon={DollarSign}
tagAnimation="slide-up"
buttons={[
@@ -86,8 +86,8 @@ export default function PricingPage() {
{ text: "Get Quote", href: "/contact" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/top-view-gardening-tools-ground_23-2148200449.jpg?_wi=3"
imageAlt: "complete soil blend 40kg bag"
imageSrc="http://img.b2bpic.net/free-photo/top-view-gardening-tools-ground_23-2148200449.jpg"
imageAlt="complete soil blend 40kg bag"
showBlur={true}
showDimOverlay={false}
ariaLabel="Pricing page hero section"
@@ -112,7 +112,7 @@ export default function PricingPage() {
id: "retail-single",
name: "Retail Single Units",
price: "$24.99 - $189.99",
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-world-environment-day-instagram-stories-collection_23-2148935901.jpg?_wi=3",
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-world-environment-day-instagram-stories-collection_23-2148935901.jpg",
imageAlt: "Single product retail pricing",
initialQuantity: 1,
},
@@ -120,7 +120,7 @@ export default function PricingPage() {
id: "wholesale-bulk",
name: "Wholesale Bulk (500kg+)",
price: "15-25% Discount",
imageSrc: "http://img.b2bpic.net/free-photo/planting_23-2148013583.jpg?_wi=4",
imageSrc: "http://img.b2bpic.net/free-photo/planting_23-2148013583.jpg",
imageAlt: "Wholesale bulk pricing tier",
initialQuantity: 1,
},
@@ -128,7 +128,7 @@ export default function PricingPage() {
id: "commercial-large",
name: "Commercial Large Scale (2,000kg+)",
price: "30-40% Discount",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-with-mushroom-wooden-crate-market-stall_23-2148209834.jpg?_wi=3",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-vegetable-with-mushroom-wooden-crate-market-stall_23-2148209834.jpg",
imageAlt: "Commercial large scale pricing",
initialQuantity: 1,
},
@@ -136,7 +136,7 @@ export default function PricingPage() {
id: "seasonal-contracts",
name: "Seasonal Contracts",
price: "Custom Terms Available",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-basket-filled-with-coconut-kiwi_23-2148498142.jpg?_wi=3",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-basket-filled-with-coconut-kiwi_23-2148498142.jpg",
imageAlt: "Seasonal contract pricing options",
initialQuantity: 1,
},
@@ -144,7 +144,7 @@ export default function PricingPage() {
id: "farm-partnerships",
name: "Farm Partnerships",
price: "Negotiated Pricing",
imageSrc: "http://img.b2bpic.net/free-photo/compost-still-life-concept_23-2149068936.jpg?_wi=3",
imageSrc: "http://img.b2bpic.net/free-photo/compost-still-life-concept_23-2149068936.jpg",
imageAlt: "Farm partnership pricing model",
initialQuantity: 1,
},
@@ -152,7 +152,7 @@ export default function PricingPage() {
id: "subscription-service",
name: "Monthly Subscription",
price: "Save 20% + Free Shipping",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools-ground_23-2148200449.jpg?_wi=4",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-gardening-tools-ground_23-2148200449.jpg",
imageAlt: "Monthly subscription service pricing",
initialQuantity: 1,
},