Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| cdd3157bd7 | |||
| c18e3e8c26 | |||
| a8d0488f13 | |||
| c29d073307 |
@@ -7,12 +7,9 @@ import HeroOverlay from "@/components/sections/hero/HeroOverlay";
|
||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||
import FeatureCardOne from "@/components/sections/feature/FeatureCardOne";
|
||||
import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow";
|
||||
import FeatureCardEight from "@/components/sections/feature/FeatureCardEight";
|
||||
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
|
||||
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { ShieldCheck, Target, TrendingUp, Phone } from "lucide-react";
|
||||
import { ShieldCheck, Target, TrendingUp } from "lucide-react";
|
||||
|
||||
export default function AkwaifershPage() {
|
||||
return (
|
||||
@@ -52,8 +49,8 @@ export default function AkwaifershPage() {
|
||||
{ text: "Learn Our Story", href: "#about" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/avocado-halves-kitchen-table-with-chopped-fresh-vegetables_169016-49032.jpg"
|
||||
imageAlt="Premium Kenyan Hass Avocados"
|
||||
imageSrc="https://img.freepik.com/free-photo/fresh-avocados-cutting-board_23-2148153401.jpg?t=st=1715856423~exp=1715860023~hmac=9e12f6a7d1b3e4f6a7e8d9c0b1a2f3e4d5c6b7a8f9e0d1c2b3a4f5e6d7c8b9a0"
|
||||
imageAlt="Premium Kenyan Hass Avocados harvest"
|
||||
showDimOverlay={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -79,6 +76,7 @@ export default function AkwaifershPage() {
|
||||
title="Our Products"
|
||||
description="Premium grade exports directly from the heart of the Rift Valley."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fresh Hass Avocados", description: "Export-grade, high dry-matter content, rich oil content, and perfectly ripened for global shipping.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-avocados-basket-supermarket_169016-28186.jpg"
|
||||
@@ -117,6 +115,7 @@ export default function AkwaifershPage() {
|
||||
{ text: "WhatsApp Us", href: "https://wa.me/" },
|
||||
{ text: "Email Us", href: "mailto:info@akwaifersh.co.ke" },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user