Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
168
src/app/page.tsx
168
src/app/page.tsx
@@ -72,7 +72,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="compact"
|
||||
sizing="large"
|
||||
background="grid"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="flat"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -86,9 +86,7 @@ export default function HomePage() {
|
||||
id: item.id,
|
||||
}))}
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "/products",
|
||||
}}
|
||||
text: "Shop Now", href: "/products"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -99,39 +97,25 @@ export default function HomePage() {
|
||||
tag="Premium Quality"
|
||||
tagIcon={Leaf}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Feed",
|
||||
href: "/products",
|
||||
},
|
||||
text: "Shop Feed", href: "/products"},
|
||||
{
|
||||
text: "Book Delivery",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Book Delivery", href: "#services"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-group-domestic-chickens-farm_23-2148290999.jpg",
|
||||
imageAlt: "Healthy chickens in farm",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-group-domestic-chickens-farm_23-2148290999.jpg", imageAlt: "Healthy chickens in farm"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-shot-cows-grassy-field-blue-cloudy-sky-daytime-france_181624-3700.jpg",
|
||||
imageAlt: "Cattle grazing in green pasture",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-shot-cows-grassy-field-blue-cloudy-sky-daytime-france_181624-3700.jpg", imageAlt: "Cattle grazing in green pasture"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-farm-life-scene-with-pigs_23-2151471181.jpg",
|
||||
imageAlt: "Healthy pigs on farm",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/photorealistic-farm-life-scene-with-pigs_23-2151471181.jpg", imageAlt: "Healthy pigs on farm"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sandbags-stacked-top-each-other_181624-7712.jpg",
|
||||
imageAlt: "Premium feed bags stacked",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sandbags-stacked-top-each-other_181624-7712.jpg", imageAlt: "Premium feed bags stacked"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-horizontal-shot-green-field-with-bushes-trees-small-houses-countryside_181624-30046.jpg",
|
||||
imageAlt: "Beautiful farm landscape",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-horizontal-shot-green-field-with-bushes-trees-small-houses-countryside_181624-30046.jpg", imageAlt: "Beautiful farm landscape"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -146,13 +130,9 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/",
|
||||
},
|
||||
text: "Learn More", href: "/"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Contact Us", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -171,37 +151,13 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "poultry-premium",
|
||||
name: "Premium Poultry Layer Feed",
|
||||
price: "$45",
|
||||
variant: "50kg Bag - High Protein",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/taking-peanuts-from-stock-grocery-high-quality-photo_114579-12254.jpg?_wi=1",
|
||||
imageAlt: "Poultry layer feed",
|
||||
},
|
||||
id: "poultry-premium", name: "Premium Poultry Layer Feed", price: "$45", variant: "50kg Bag - High Protein", imageSrc: "http://img.b2bpic.net/free-photo/taking-peanuts-from-stock-grocery-high-quality-photo_114579-12254.jpg", imageAlt: "Poultry layer feed"},
|
||||
{
|
||||
id: "pig-grower",
|
||||
name: "Pig Grower Feed 18%",
|
||||
price: "$38",
|
||||
variant: "50kg Bag - Balanced Formula",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-room-with-solid-fuel-boiler-working-biofuel-economical-heating_169016-14582.jpg?_wi=1",
|
||||
imageAlt: "Pig grower feed",
|
||||
},
|
||||
id: "pig-grower", name: "Pig Grower Feed 18%", price: "$38", variant: "50kg Bag - Balanced Formula", imageSrc: "http://img.b2bpic.net/free-photo/man-room-with-solid-fuel-boiler-working-biofuel-economical-heating_169016-14582.jpg", imageAlt: "Pig grower feed"},
|
||||
{
|
||||
id: "cattle-concentrate",
|
||||
name: "Cattle Concentrate Mix",
|
||||
price: "$52",
|
||||
variant: "50kg Bag - Energy Boost",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/farmer-cowshed-with-pitchfork-cleaning-up_1303-30842.jpg?_wi=1",
|
||||
imageAlt: "Cattle concentrate feed",
|
||||
},
|
||||
id: "cattle-concentrate", name: "Cattle Concentrate Mix", price: "$52", variant: "50kg Bag - Energy Boost", imageSrc: "http://img.b2bpic.net/free-photo/farmer-cowshed-with-pitchfork-cleaning-up_1303-30842.jpg", imageAlt: "Cattle concentrate feed"},
|
||||
{
|
||||
id: "goat-special",
|
||||
name: "Goat & Sheep Pellets",
|
||||
price: "$42",
|
||||
variant: "25kg Bag - Complete Nutrition",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-with-hay-cows-dairy-farm_1150-12768.jpg?_wi=1",
|
||||
imageAlt: "Goat and sheep feed",
|
||||
},
|
||||
id: "goat-special", name: "Goat & Sheep Pellets", price: "$42", variant: "25kg Bag - Complete Nutrition", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-with-hay-cows-dairy-farm_1150-12768.jpg", imageAlt: "Goat and sheep feed"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -218,28 +174,16 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Quality Assured",
|
||||
description: "All our feeds are sourced from trusted suppliers and tested for nutritional content and safety standards",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-stapled-pepper-injected-with-chemicals_23-2148536492.jpg?_wi=1",
|
||||
},
|
||||
title: "Quality Assured", description: "All our feeds are sourced from trusted suppliers and tested for nutritional content and safety standards", imageSrc: "http://img.b2bpic.net/free-photo/front-view-stapled-pepper-injected-with-chemicals_23-2148536492.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Local Support",
|
||||
description: "We provide personalized consultation and support to local farmers, helping them optimize their livestock nutrition",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/farmer-examines-field-agronomist-farmer-examines-growth-wheat_1157-39761.jpg?_wi=1",
|
||||
},
|
||||
title: "Local Support", description: "We provide personalized consultation and support to local farmers, helping them optimize their livestock nutrition", imageSrc: "http://img.b2bpic.net/free-photo/farmer-examines-field-agronomist-farmer-examines-growth-wheat_1157-39761.jpg"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Fast Delivery",
|
||||
description: "Schedule farm deliveries at your convenience with our reliable logistics network across the region",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/agronomist-choosing-new-planter-man-outdoor-ground-shop-agricultural-machinery_1157-43621.jpg?_wi=1",
|
||||
},
|
||||
title: "Fast Delivery", description: "Schedule farm deliveries at your convenience with our reliable logistics network across the region", imageSrc: "http://img.b2bpic.net/free-photo/agronomist-choosing-new-planter-man-outdoor-ground-shop-agricultural-machinery_1157-43621.jpg"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Competitive Pricing",
|
||||
description: "Bulk discounts and loyalty rewards program for regular customers help maximize your farm profitability",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-chooses-healthy-leafy-vegetable-market_23-2148209850.jpg?_wi=1",
|
||||
},
|
||||
title: "Competitive Pricing", description: "Bulk discounts and loyalty rewards program for regular customers help maximize your farm profitability", imageSrc: "http://img.b2bpic.net/free-photo/female-chooses-healthy-leafy-vegetable-market_23-2148209850.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -257,53 +201,23 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "John Okonkwo",
|
||||
handle: "@johnokonkwo",
|
||||
testimonial: "Since I started buying feed from FarmFresh, my chickens grow faster and healthier. The quality is exceptional and the prices are fair.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-man-black-shirt-posing-near-tree-arhus-city_181624-59262.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "John Okonkwo", handle: "@johnokonkwo", testimonial: "Since I started buying feed from FarmFresh, my chickens grow faster and healthier. The quality is exceptional and the prices are fair.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-man-black-shirt-posing-near-tree-arhus-city_181624-59262.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Amara Adeyemi",
|
||||
handle: "@amarafarm",
|
||||
testimonial: "Their customer service is outstanding. They helped me select the right feed for my goats, and production has increased by 30%.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-farmer-relaxing-outdoors_23-2149066191.jpg?_wi=1",
|
||||
},
|
||||
id: "2", name: "Amara Adeyemi", handle: "@amarafarm", testimonial: "Their customer service is outstanding. They helped me select the right feed for my goats, and production has increased by 30%.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-farmer-relaxing-outdoors_23-2149066191.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Chidi Ejiofor",
|
||||
handle: "@chidifarming",
|
||||
testimonial: "Reliable delivery, consistent quality, and they offer the best loyalty rewards in the area. Highly recommended!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-female-gardener-uniform-wearing-gardening-hat-showing-thumbs-up_141793-89360.jpg?_wi=1",
|
||||
},
|
||||
id: "3", name: "Chidi Ejiofor", handle: "@chidifarming", testimonial: "Reliable delivery, consistent quality, and they offer the best loyalty rewards in the area. Highly recommended!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-female-gardener-uniform-wearing-gardening-hat-showing-thumbs-up_141793-89360.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Fatima Hassan",
|
||||
handle: "@fatimapet",
|
||||
testimonial: "Great selection of pet food and supplements. My dogs have never looked healthier. This is my go-to store now.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-person-with-their-pet-dog_23-2149429296.jpg",
|
||||
},
|
||||
id: "4", name: "Fatima Hassan", handle: "@fatimapet", testimonial: "Great selection of pet food and supplements. My dogs have never looked healthier. This is my go-to store now.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/old-person-with-their-pet-dog_23-2149429296.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Kola Ibraheem",
|
||||
handle: "@kolafarmer",
|
||||
testimonial: "Professional team, quality products, and fast delivery service. They truly care about our farm's success.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/farmer-examines-field-agronomist-farmer-examines-growth-wheat_1157-39769.jpg",
|
||||
},
|
||||
id: "5", name: "Kola Ibraheem", handle: "@kolafarmer", testimonial: "Professional team, quality products, and fast delivery service. They truly care about our farm's success.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/farmer-examines-field-agronomist-farmer-examines-growth-wheat_1157-39769.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Zainab Ali",
|
||||
handle: "@zainabfarms",
|
||||
testimonial: "Best feed supplier in the region. The nutritional value is excellent and animals show visible improvement within weeks.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-red-blouse-big-hat_273609-13361.jpg",
|
||||
},
|
||||
id: "6", name: "Zainab Ali", handle: "@zainabfarms", testimonial: "Best feed supplier in the region. The nutritional value is excellent and animals show visible improvement within weeks.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-red-blouse-big-hat_273609-13361.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -316,13 +230,9 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Book Now", href: "#services"},
|
||||
{
|
||||
text: "Learn About Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Learn About Services", href: "#services"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -337,15 +247,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Nigerian Poultry Association",
|
||||
"Federal Ministry of Agriculture",
|
||||
"Small Farmers Cooperative",
|
||||
"Livestock Development Authority",
|
||||
"Pet Owners Guild",
|
||||
"Agricultural Supply Coalition",
|
||||
"Sustainable Farming Initiative",
|
||||
"Rural Development Programs",
|
||||
]}
|
||||
"Nigerian Poultry Association", "Federal Ministry of Agriculture", "Small Farmers Cooperative", "Livestock Development Authority", "Pet Owners Guild", "Agricultural Supply Coalition", "Sustainable Farming Initiative", "Rural Development Programs"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user