diff --git a/src/app/page.tsx b/src/app/page.tsx index 8d977ab..268d342 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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:
, reverse: false }, - { content: "We introduced technical training, quality control measures, and sustainable farming education tailored for export-grade fruit.", media: , reverse: true }, - { content: "Today, we link these farmers directly to global markets, ensuring fair trade and prosperity across our cooperative.", media: , reverse: false } + { content: "Starting with small-scale local efforts in the valley, farmers focused on basic food crops to meet local demands.", media:
, reverse: false },
+ { content: "We introduced technical training, quality control measures, and sustainable farming education tailored for export-grade fruit.", media:
, reverse: true },
+ { content: "Today, we link these farmers directly to global markets, ensuring fair trade and prosperity across our cooperative.", media:
, reverse: false }
]}
/>
@@ -105,7 +105,7 @@ export default function LandingPage() {
{ id: "acc-2", title: "Quality Maturity", content: "Ensuring dry matter content of 20–24% 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"
/>
@@ -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"
/>
@@ -210,4 +210,4 @@ export default function LandingPage() {
);
-}
\ No newline at end of file
+}