Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-08 08:03:40 +00:00

View File

@@ -102,7 +102,7 @@ export default function HomePage() {
<FeatureCardTwentySix
features={[
{
title: "Cattle Feed", description: "Complete nutrition formulas for dairy and beef cattle", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-feeding-animals_23-2149147887.jpg", imageAlt: "Premium cattle feed bags", buttonIcon: ArrowRight,
title: "Cattle Feed", description: "Complete nutrition formulas for dairy and beef cattle", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-feeding-animals_23-2149147887.jpg?_wi=1", imageAlt: "Premium cattle feed bags", buttonIcon: ArrowRight,
buttonHref: "/products"},
{
title: "Poultry Feed", description: "Balanced nutrition for chickens, turkeys, and waterfowl", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hens-feeding-poultry-feeder-farm_23-2147924263.jpg", imageAlt: "Quality poultry feed", buttonIcon: ArrowRight,
@@ -111,7 +111,7 @@ export default function HomePage() {
title: "Equine Feed", description: "Premium horse feed and supplements for performance and health", imageSrc: "http://img.b2bpic.net/free-photo/young-farmer-feeding-his-goats-hay-farm_23-2149211705.jpg", imageAlt: "Equine nutrition feed", buttonIcon: ArrowRight,
buttonHref: "/products"},
{
title: "Livestock Supplies", description: "Complete range of vitamins, minerals, and specialized supplements", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-feeding-animals_23-2149147887.jpg", imageAlt: "Livestock supplement supplies", buttonIcon: ArrowRight,
title: "Livestock Supplies", description: "Complete range of vitamins, minerals, and specialized supplements", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-feeding-animals_23-2149147887.jpg?_wi=2", imageAlt: "Livestock supplement supplies", buttonIcon: ArrowRight,
buttonHref: "/products"},
]}
title="Quality Feed for Every Livestock Type"
@@ -131,13 +131,13 @@ export default function HomePage() {
<ProductCardThree
products={[
{
id: "1", name: "In-Store Shopping", price: "Your convenience", imageSrc: "http://img.b2bpic.net/free-photo/view-tank-container-water-storage_23-2151748261.jpg", imageAlt: "Grand Island Farm Supply storefront", initialQuantity: 1,
id: "1", name: "In-Store Shopping", price: "Your convenience", imageSrc: "http://img.b2bpic.net/free-photo/view-tank-container-water-storage_23-2151748261.jpg?_wi=1", imageAlt: "Grand Island Farm Supply storefront", initialQuantity: 1,
},
{
id: "2", name: "Fast Pickup Service", price: "Same day available", imageSrc: "http://img.b2bpic.net/free-photo/cows-grazing-nature_23-2150454968.jpg", imageAlt: "Quick loading service", initialQuantity: 1,
id: "2", name: "Fast Pickup Service", price: "Same day available", imageSrc: "http://img.b2bpic.net/free-photo/cows-grazing-nature_23-2150454968.jpg?_wi=1", imageAlt: "Quick loading service", initialQuantity: 1,
},
{
id: "3", name: "Delivery Service", price: "To your farm", imageSrc: "http://img.b2bpic.net/free-photo/view-tank-container-water-storage_23-2151748261.jpg", imageAlt: "Farm delivery service", initialQuantity: 1,
id: "3", name: "Delivery Service", price: "To your farm", imageSrc: "http://img.b2bpic.net/free-photo/view-tank-container-water-storage_23-2151748261.jpg?_wi=2", imageAlt: "Farm delivery service", initialQuantity: 1,
},
]}
title="How We Serve Your Farm"
@@ -212,7 +212,7 @@ export default function HomePage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/cows-grazing-nature_23-2150454968.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cows-grazing-nature_23-2150454968.jpg?_wi=2"
imageAlt="Farm loading service"
mediaAnimation="slide-up"
mediaPosition="right"