Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-04-18 07:39:23 +00:00

View File

@@ -88,9 +88,9 @@ export default function LandingPage() {
textboxLayout="split"
animationType="slide-up"
items={[
{ content: "Starting with small-scale local efforts in the valley, farmers focused on basic food crops to meet local demands.", media: <div className="bg-gray-200 h-full w-full rounded-lg" />, reverse: false },
{ content: "We introduced technical training, quality control measures, and sustainable farming education tailored for export-grade fruit.", media: <div className="bg-gray-300 h-full w-full rounded-lg" />, reverse: true },
{ content: "Today, we link these farmers directly to global markets, ensuring fair trade and prosperity across our cooperative.", media: <div className="bg-gray-400 h-full w-full rounded-lg" />, reverse: false }
{ content: "Starting with small-scale local efforts in the valley, farmers focused on basic food crops to meet local demands.", media: <img src="http://img.b2bpic.net/free-photo/farmer-working-field_23-2148756193.jpg" alt="Farming activities" className="h-full w-full object-cover rounded-lg" />, reverse: false },
{ content: "We introduced technical training, quality control measures, and sustainable farming education tailored for export-grade fruit.", media: <img src="http://img.b2bpic.net/free-photo/quality-control-avocados-packhouse_1398-3985.jpg" alt="Avocado quality control" className="h-full w-full object-cover rounded-lg" />, reverse: true },
{ content: "Today, we link these farmers directly to global markets, ensuring fair trade and prosperity across our cooperative.", media: <img src="http://img.b2bpic.net/free-photo/avocado-export-shipping_1150-7167.jpg" alt="Global logistics" className="h-full w-full object-cover rounded-lg" />, reverse: false }
]}
/>
</div>
@@ -105,7 +105,7 @@ export default function LandingPage() {
{ id: "acc-2", title: "Quality Maturity", content: "Ensuring dry matter content of 2024% for all export shipments." },
{ id: "acc-3", title: "Full Traceability", content: "Farm-to-export documentation for every single consignment." },
]}
imageSrc="http://img.b2bpic.net/free-photo/female-office-assistant-pushing-trolley-cart-with-documents-folders-from-archive-bringing_482257-136316.jpg"
imageSrc="http://img.b2bpic.net/free-photo/avocado-harvest-in-orchard_1150-7167.jpg"
mediaAnimation="blur-reveal"
/>
</div>
@@ -117,8 +117,8 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={true}
products={[
{ id: "p1", name: "Fresh Hass Avocados", price: "Contact for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-feykhoas-basket-grey-surface-with-copy-space_140725-63413.jpg" },
{ id: "p2", name: "Cold-Pressed Avocado Oil", price: "Bulk Pricing", imageSrc: "http://img.b2bpic.net/free-photo/hands-cooking-with-avocado_1398-3985.jpg" },
{ id: "p1", name: "Fresh Hass Avocados", price: "Contact for Pricing", imageSrc: "http://img.b2bpic.net/free-photo/hass-avocados-crate_140725-63413.jpg" },
{ id: "p2", name: "Cold-Pressed Avocado Oil", price: "Bulk Pricing", imageSrc: "http://img.b2bpic.net/free-photo/avocado-oil-bottle_1398-3985.jpg" },
]}
title="Our Premium Exports"
description="Hand-harvested at optimal maturity and processed to perfection."
@@ -182,7 +182,7 @@ export default function LandingPage() {
{ name: "email", type: "email", placeholder: "Email Address", required: true },
]}
textarea={{ name: "message", placeholder: "Tell us about your requirements", required: true }}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-people-taking-selfie_23-2149098295.jpg"
imageSrc="http://img.b2bpic.net/free-photo/avocado-orchard-view_23-2149098295.jpg"
/>
</div>
@@ -210,4 +210,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}