Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-05 19:42:14 +00:00
2 changed files with 19 additions and 19 deletions

View File

@@ -63,17 +63,17 @@ export default function HomePage() {
buttonAnimation="slide-up"
carouselItems={[
{
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-shopping-mall_53876-46893.jpg", imageAlt: "Multicultural marketplace showcase"},
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-shopping-mall_53876-46893.jpg?_wi=1", imageAlt: "Multicultural marketplace showcase"},
{
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-with-drinks_23-2149128350.jpg", imageAlt: "Featured drinks collection"},
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-with-drinks_23-2149128350.jpg?_wi=1", imageAlt: "Featured drinks collection"},
{
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/rows-columns-colourful-bottles_23-2148301296.jpg", imageAlt: "International beverages"},
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/rows-columns-colourful-bottles_23-2148301296.jpg?_wi=1", imageAlt: "International beverages"},
{
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg", imageAlt: "Specialty snacks"},
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg?_wi=1", imageAlt: "Specialty snacks"},
{
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg", imageAlt: "Global products"},
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg?_wi=2", imageAlt: "Global products"},
{
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-buying-panettone-supermarket_171337-2403.jpg", imageAlt: "Multicultural variety"},
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-buying-panettone-supermarket_171337-2403.jpg?_wi=1", imageAlt: "Multicultural variety"},
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -96,22 +96,22 @@ export default function HomePage() {
<ProductCardFour
products={[
{
id: "1", name: "Premium Asian Beverage Collection", price: "$12.99", variant: "Mixed Flavors • 6 Pack", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-with-drinks_23-2149128350.jpg", imageAlt: "Asian beverages collection", isFavorited: false,
id: "1", name: "Premium Asian Beverage Collection", price: "$12.99", variant: "Mixed Flavors • 6 Pack", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-with-drinks_23-2149128350.jpg?_wi=2", imageAlt: "Asian beverages collection", isFavorited: false,
},
{
id: "2", name: "European Coffee & Tea Set", price: "$15.49", variant: "Assorted • Premium", imageSrc: "http://img.b2bpic.net/free-photo/rows-columns-colourful-bottles_23-2148301296.jpg", imageAlt: "European coffee and tea", isFavorited: false,
id: "2", name: "European Coffee & Tea Set", price: "$15.49", variant: "Assorted • Premium", imageSrc: "http://img.b2bpic.net/free-photo/rows-columns-colourful-bottles_23-2148301296.jpg?_wi=2", imageAlt: "European coffee and tea", isFavorited: false,
},
{
id: "3", name: "Latin American Specialty Drinks", price: "$14.99", variant: "Traditional • Authentic", imageSrc: "http://img.b2bpic.net/free-photo/front-view-different-drinks-colorful-inside-bottles_140725-14407.jpg", imageAlt: "Latin American drinks", isFavorited: false,
id: "3", name: "Latin American Specialty Drinks", price: "$14.99", variant: "Traditional • Authentic", imageSrc: "http://img.b2bpic.net/free-photo/front-view-different-drinks-colorful-inside-bottles_140725-14407.jpg?_wi=1", imageAlt: "Latin American drinks", isFavorited: false,
},
{
id: "4", name: "Global Snack Variety Box", price: "$18.99", variant: "20 Items • Mixed", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg", imageAlt: "Global snack assortment", isFavorited: false,
id: "4", name: "Global Snack Variety Box", price: "$18.99", variant: "20 Items • Mixed", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg?_wi=3", imageAlt: "Global snack assortment", isFavorited: false,
},
{
id: "5", name: "Middle Eastern Delicacies", price: "$16.49", variant: "Premium Selection • 8 Items", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg", imageAlt: "Middle Eastern specialties", isFavorited: false,
id: "5", name: "Middle Eastern Delicacies", price: "$16.49", variant: "Premium Selection • 8 Items", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg?_wi=4", imageAlt: "Middle Eastern specialties", isFavorited: false,
},
{
id: "6", name: "African Heritage Products", price: "$13.99", variant: "Authentic • Traditional", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-buying-panettone-supermarket_171337-2403.jpg", imageAlt: "African specialty products", isFavorited: false,
id: "6", name: "African Heritage Products", price: "$13.99", variant: "Authentic • Traditional", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-buying-panettone-supermarket_171337-2403.jpg?_wi=2", imageAlt: "African specialty products", isFavorited: false,
},
]}
title="Featured Products"
@@ -207,7 +207,7 @@ export default function HomePage() {
description="Subscribe to our newsletter and get early access to new multicultural products, special discounts, and cultural insights delivered to your inbox."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/group-friends-shopping-mall_53876-46893.jpg"
imageSrc="http://img.b2bpic.net/free-photo/group-friends-shopping-mall_53876-46893.jpg?_wi=2"
imageAlt="Diverse marketplace community"
mediaAnimation="slide-up"
mediaPosition="right"

View File

@@ -44,22 +44,22 @@ export default function ProductsPage() {
<ProductCardFour
products={[
{
id: "1", name: "Premium Asian Beverage Collection", price: "$12.99", variant: "Mixed Flavors • 6 Pack", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-with-drinks_23-2149128350.jpg", imageAlt: "Asian beverages collection", isFavorited: false,
id: "1", name: "Premium Asian Beverage Collection", price: "$12.99", variant: "Mixed Flavors • 6 Pack", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-with-drinks_23-2149128350.jpg?_wi=3", imageAlt: "Asian beverages collection", isFavorited: false,
},
{
id: "2", name: "European Coffee & Tea Set", price: "$15.49", variant: "Assorted • Premium", imageSrc: "http://img.b2bpic.net/free-photo/rows-columns-colourful-bottles_23-2148301296.jpg", imageAlt: "European coffee and tea", isFavorited: false,
id: "2", name: "European Coffee & Tea Set", price: "$15.49", variant: "Assorted • Premium", imageSrc: "http://img.b2bpic.net/free-photo/rows-columns-colourful-bottles_23-2148301296.jpg?_wi=3", imageAlt: "European coffee and tea", isFavorited: false,
},
{
id: "3", name: "Latin American Specialty Drinks", price: "$14.99", variant: "Traditional • Authentic", imageSrc: "http://img.b2bpic.net/free-photo/front-view-different-drinks-colorful-inside-bottles_140725-14407.jpg", imageAlt: "Latin American drinks", isFavorited: false,
id: "3", name: "Latin American Specialty Drinks", price: "$14.99", variant: "Traditional • Authentic", imageSrc: "http://img.b2bpic.net/free-photo/front-view-different-drinks-colorful-inside-bottles_140725-14407.jpg?_wi=2", imageAlt: "Latin American drinks", isFavorited: false,
},
{
id: "4", name: "Global Snack Variety Box", price: "$18.99", variant: "20 Items • Mixed", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg", imageAlt: "Global snack assortment", isFavorited: false,
id: "4", name: "Global Snack Variety Box", price: "$18.99", variant: "20 Items • Mixed", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg?_wi=5", imageAlt: "Global snack assortment", isFavorited: false,
},
{
id: "5", name: "Middle Eastern Delicacies", price: "$16.49", variant: "Premium Selection • 8 Items", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg", imageAlt: "Middle Eastern specialties", isFavorited: false,
id: "5", name: "Middle Eastern Delicacies", price: "$16.49", variant: "Premium Selection • 8 Items", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg?_wi=6", imageAlt: "Middle Eastern specialties", isFavorited: false,
},
{
id: "6", name: "African Heritage Products", price: "$13.99", variant: "Authentic • Traditional", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-buying-panettone-supermarket_171337-2403.jpg", imageAlt: "African specialty products", isFavorited: false,
id: "6", name: "African Heritage Products", price: "$13.99", variant: "Authentic • Traditional", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-buying-panettone-supermarket_171337-2403.jpg?_wi=3", imageAlt: "African specialty products", isFavorited: false,
},
]}
title="Shop All Products"