Merge version_1 into main #2
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
import { Globe, Package } from "lucide-react";
|
||||
import { Globe, Package, CheckCircle } from "lucide-react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import TextAbout from "@/components/sections/about/TextAbout";
|
||||
@@ -35,9 +35,7 @@ export default function CategoriesPage() {
|
||||
brandName="Déstock Market"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "/products",
|
||||
}}
|
||||
text: "Shop Now", href: "/products"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -63,39 +61,18 @@ export default function CategoriesPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "asia",
|
||||
label: "Asia",
|
||||
title: "Asian Beverages & Snacks",
|
||||
items: [
|
||||
"Japanese teas and matcha selections",
|
||||
"Chinese herbal beverages",
|
||||
"Indian spices and specialty snacks",
|
||||
"Southeast Asian tropical drinks",
|
||||
],
|
||||
id: "asia", label: "Asia", title: "Asian Beverages & Snacks", items: [
|
||||
"Japanese teas and matcha selections", "Chinese herbal beverages", "Indian spices and specialty snacks", "Southeast Asian tropical drinks"],
|
||||
buttons: [{ text: "Explore Asia", href: "/products" }],
|
||||
},
|
||||
{
|
||||
id: "europe",
|
||||
label: "Europe",
|
||||
title: "European Premium Selection",
|
||||
items: [
|
||||
"Italian specialty foods and beverages",
|
||||
"French artisanal chocolates and treats",
|
||||
"German craft beers and beverages",
|
||||
"Spanish regional products",
|
||||
],
|
||||
id: "europe", label: "Europe", title: "European Premium Selection", items: [
|
||||
"Italian specialty foods and beverages", "French artisanal chocolates and treats", "German craft beers and beverages", "Spanish regional products"],
|
||||
buttons: [{ text: "Explore Europe", href: "/products" }],
|
||||
},
|
||||
{
|
||||
id: "americas",
|
||||
label: "Americas",
|
||||
title: "Latin & South American Products",
|
||||
items: [
|
||||
"Colombian coffee and chocolate",
|
||||
"Mexican traditional beverages",
|
||||
"Brazilian specialty drinks",
|
||||
"Central American regional snacks",
|
||||
],
|
||||
id: "americas", label: "Americas", title: "Latin & South American Products", items: [
|
||||
"Colombian coffee and chocolate", "Mexican traditional beverages", "Brazilian specialty drinks", "Central American regional snacks"],
|
||||
buttons: [{ text: "Explore Americas", href: "/products" }],
|
||||
},
|
||||
]}
|
||||
@@ -114,15 +91,9 @@ export default function CategoriesPage() {
|
||||
tag="Our Commitment"
|
||||
tagIcon={Package}
|
||||
tagAnimation="slide-up"
|
||||
names={["Nestlé", "Coca-Cola", "Pepsi", "Danone", "Mondelēz", "Ferrero", "Reckitt"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/gluten-free-labels-symbol-icons-set_1017-19671.jpg",
|
||||
"http://img.b2bpic.net/free-vector/soda-simple-element_24908-54238.jpg",
|
||||
"http://img.b2bpic.net/free-vector/soda-simple-element_24908-54236.jpg",
|
||||
"http://img.b2bpic.net/free-vector/hand-drawn-lactose-free-label_23-2151173214.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-design-food-label-set_23-2149483006.jpg",
|
||||
"http://img.b2bpic.net/free-vector/chocolate_24908-54001.jpg",
|
||||
"http://img.b2bpic.net/free-vector/hand-drawn-rt-logo-template_23-2150607150.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/gluten-free-labels-symbol-icons-set_1017-19671.jpg", "http://img.b2bpic.net/free-vector/soda-simple-element_24908-54238.jpg", "http://img.b2bpic.net/free-vector/soda-simple-element_24908-54236.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-lactose-free-label_23-2151173214.jpg", "http://img.b2bpic.net/free-vector/flat-design-food-label-set_23-2149483006.jpg", "http://img.b2bpic.net/free-vector/chocolate_24908-54001.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-rt-logo-template_23-2150607150.jpg"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
|
||||
143
src/app/page.tsx
143
src/app/page.tsx
@@ -43,9 +43,7 @@ export default function HomePage() {
|
||||
brandName="Déstock Market"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "/products",
|
||||
}}
|
||||
text: "Shop Now", href: "/products"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -65,35 +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?_wi=1",
|
||||
imageAlt: "Multicultural marketplace showcase",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-shopping-mall_53876-46893.jpg", imageAlt: "Multicultural marketplace showcase"},
|
||||
{
|
||||
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: "2", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-with-drinks_23-2149128350.jpg", imageAlt: "Featured drinks collection"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rows-columns-colourful-bottles_23-2148301296.jpg?_wi=1",
|
||||
imageAlt: "International beverages",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/rows-columns-colourful-bottles_23-2148301296.jpg", imageAlt: "International beverages"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg?_wi=1",
|
||||
imageAlt: "Specialty snacks",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg", imageAlt: "Specialty snacks"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg?_wi=2",
|
||||
imageAlt: "Global products",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-near-labelled-lunchbox_23-2147866382.jpg", imageAlt: "Global products"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-buying-panettone-supermarket_171337-2403.jpg?_wi=1",
|
||||
imageAlt: "Multicultural variety",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-couple-buying-panettone-supermarket_171337-2403.jpg", imageAlt: "Multicultural variety"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -116,58 +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?_wi=2",
|
||||
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", 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?_wi=2",
|
||||
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", 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?_wi=1",
|
||||
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", 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?_wi=3",
|
||||
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", 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?_wi=4",
|
||||
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", 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?_wi=2",
|
||||
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", imageAlt: "African specialty products", isFavorited: false,
|
||||
},
|
||||
]}
|
||||
title="Featured Products"
|
||||
@@ -193,39 +137,18 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "global-selection",
|
||||
label: "Global",
|
||||
title: "Worldwide Selection of Authentic Products",
|
||||
items: [
|
||||
"Products from 50+ countries",
|
||||
"Authentic multicultural brands",
|
||||
"Exclusive international items",
|
||||
"Fresh & premium quality",
|
||||
],
|
||||
id: "global-selection", label: "Global", title: "Worldwide Selection of Authentic Products", items: [
|
||||
"Products from 50+ countries", "Authentic multicultural brands", "Exclusive international items", "Fresh & premium quality"],
|
||||
buttons: [{ text: "Browse Categories", href: "/categories" }],
|
||||
},
|
||||
{
|
||||
id: "unbeatable-prices",
|
||||
label: "Discounted",
|
||||
title: "Unbeatable Discount Prices",
|
||||
items: [
|
||||
"Up to 60% off retail prices",
|
||||
"Bulk purchase discounts",
|
||||
"Regular flash sales",
|
||||
"Membership rewards program",
|
||||
],
|
||||
id: "unbeatable-prices", label: "Discounted", title: "Unbeatable Discount Prices", items: [
|
||||
"Up to 60% off retail prices", "Bulk purchase discounts", "Regular flash sales", "Membership rewards program"],
|
||||
buttons: [{ text: "View Deals", href: "/deals" }],
|
||||
},
|
||||
{
|
||||
id: "community",
|
||||
label: "Community",
|
||||
title: "Celebrate Diversity & Culture",
|
||||
items: [
|
||||
"Support local communities",
|
||||
"Discover cultural traditions",
|
||||
"Educational product guides",
|
||||
"Recipe and usage tips",
|
||||
],
|
||||
id: "community", label: "Community", title: "Celebrate Diversity & Culture", items: [
|
||||
"Support local communities", "Discover cultural traditions", "Educational product guides", "Recipe and usage tips"],
|
||||
buttons: [{ text: "Learn More", href: "/about" }],
|
||||
},
|
||||
]}
|
||||
@@ -244,15 +167,9 @@ export default function HomePage() {
|
||||
tag="Our Partners"
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="slide-up"
|
||||
names={["Nestlé", "Coca-Cola", "Pepsi", "Danone", "Mondelēz", "Ferrero", "Reckitt"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/gluten-free-labels-symbol-icons-set_1017-19671.jpg",
|
||||
"http://img.b2bpic.net/free-vector/soda-simple-element_24908-54238.jpg",
|
||||
"http://img.b2bpic.net/free-vector/soda-simple-element_24908-54236.jpg",
|
||||
"http://img.b2bpic.net/free-vector/hand-drawn-lactose-free-label_23-2151173214.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-design-food-label-set_23-2149483006.jpg",
|
||||
"http://img.b2bpic.net/free-vector/chocolate_24908-54001.jpg",
|
||||
"http://img.b2bpic.net/free-vector/hand-drawn-rt-logo-template_23-2150607150.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/gluten-free-labels-symbol-icons-set_1017-19671.jpg", "http://img.b2bpic.net/free-vector/soda-simple-element_24908-54238.jpg", "http://img.b2bpic.net/free-vector/soda-simple-element_24908-54236.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-lactose-free-label_23-2151173214.jpg", "http://img.b2bpic.net/free-vector/flat-design-food-label-set_23-2149483006.jpg", "http://img.b2bpic.net/free-vector/chocolate_24908-54001.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-rt-logo-template_23-2150607150.jpg"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
@@ -267,21 +184,13 @@ export default function HomePage() {
|
||||
author="Maria Santos, Satisfied Customer"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-caucasian-woman-holding-shopping-bags-make-selfie-by-camera-clothing-store_839833-1916.jpg",
|
||||
alt: "Customer testimonial 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-caucasian-woman-holding-shopping-bags-make-selfie-by-camera-clothing-store_839833-1916.jpg", alt: "Customer testimonial 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg",
|
||||
alt: "Customer testimonial 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1563.jpg", alt: "Customer testimonial 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-casual-caucasian-middle-aged-woman-showing-okey-gesture-isolated-yellow-wall_141793-78396.jpg",
|
||||
alt: "Customer testimonial 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-casual-caucasian-middle-aged-woman-showing-okey-gesture-isolated-yellow-wall_141793-78396.jpg", alt: "Customer testimonial 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
|
||||
alt: "Customer testimonial 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", alt: "Customer testimonial 4"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -298,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?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-friends-shopping-mall_53876-46893.jpg"
|
||||
imageAlt="Diverse marketplace community"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
|
||||
import Link from "next/link";
|
||||
import { Zap, Package } from "lucide-react";
|
||||
import { Zap, Package, CheckCircle } from "lucide-react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import ProductCardFour from "@/components/sections/product/ProductCardFour";
|
||||
@@ -35,9 +35,7 @@ export default function ProductsPage() {
|
||||
brandName="Déstock Market"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Shop Now",
|
||||
href: "/products",
|
||||
}}
|
||||
text: "Shop Now", href: "/products"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -46,58 +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?_wi=3",
|
||||
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", 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?_wi=3",
|
||||
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", 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?_wi=2",
|
||||
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", 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?_wi=5",
|
||||
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", 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?_wi=6",
|
||||
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", 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?_wi=3",
|
||||
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", imageAlt: "African specialty products", isFavorited: false,
|
||||
},
|
||||
]}
|
||||
title="Shop All Products"
|
||||
@@ -123,39 +85,18 @@ export default function ProductsPage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "beverages",
|
||||
label: "Beverages",
|
||||
title: "International Drinks & Beverages",
|
||||
items: [
|
||||
"Asian specialty drinks and teas",
|
||||
"European coffee and herbal selections",
|
||||
"Latin American traditional beverages",
|
||||
"Authentic juice and smoothie blends",
|
||||
],
|
||||
id: "beverages", label: "Beverages", title: "International Drinks & Beverages", items: [
|
||||
"Asian specialty drinks and teas", "European coffee and herbal selections", "Latin American traditional beverages", "Authentic juice and smoothie blends"],
|
||||
buttons: [{ text: "Shop Beverages", href: "/products" }],
|
||||
},
|
||||
{
|
||||
id: "snacks",
|
||||
label: "Snacks",
|
||||
title: "Global Specialty Snacks",
|
||||
items: [
|
||||
"Middle Eastern delicacies and treats",
|
||||
"African heritage snack boxes",
|
||||
"Asian savory and sweet items",
|
||||
"European artisanal snacks",
|
||||
],
|
||||
id: "snacks", label: "Snacks", title: "Global Specialty Snacks", items: [
|
||||
"Middle Eastern delicacies and treats", "African heritage snack boxes", "Asian savory and sweet items", "European artisanal snacks"],
|
||||
buttons: [{ text: "Shop Snacks", href: "/products" }],
|
||||
},
|
||||
{
|
||||
id: "premium",
|
||||
label: "Premium",
|
||||
title: "Curated Premium Collections",
|
||||
items: [
|
||||
"Limited edition multicultural sets",
|
||||
"Exclusive brand partnerships",
|
||||
"Seasonal specialty offerings",
|
||||
"Gift-ready curated boxes",
|
||||
],
|
||||
id: "premium", label: "Premium", title: "Curated Premium Collections", items: [
|
||||
"Limited edition multicultural sets", "Exclusive brand partnerships", "Seasonal specialty offerings", "Gift-ready curated boxes"],
|
||||
buttons: [{ text: "Explore Premium", href: "/products" }],
|
||||
},
|
||||
]}
|
||||
@@ -174,15 +115,9 @@ export default function ProductsPage() {
|
||||
tag="Our Partners"
|
||||
tagIcon={Package}
|
||||
tagAnimation="slide-up"
|
||||
names={["Nestlé", "Coca-Cola", "Pepsi", "Danone", "Mondelēz", "Ferrero", "Reckitt"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/gluten-free-labels-symbol-icons-set_1017-19671.jpg",
|
||||
"http://img.b2bpic.net/free-vector/soda-simple-element_24908-54238.jpg",
|
||||
"http://img.b2bpic.net/free-vector/soda-simple-element_24908-54236.jpg",
|
||||
"http://img.b2bpic.net/free-vector/hand-drawn-lactose-free-label_23-2151173214.jpg",
|
||||
"http://img.b2bpic.net/free-vector/flat-design-food-label-set_23-2149483006.jpg",
|
||||
"http://img.b2bpic.net/free-vector/chocolate_24908-54001.jpg",
|
||||
"http://img.b2bpic.net/free-vector/hand-drawn-rt-logo-template_23-2150607150.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/gluten-free-labels-symbol-icons-set_1017-19671.jpg", "http://img.b2bpic.net/free-vector/soda-simple-element_24908-54238.jpg", "http://img.b2bpic.net/free-vector/soda-simple-element_24908-54236.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-lactose-free-label_23-2151173214.jpg", "http://img.b2bpic.net/free-vector/flat-design-food-label-set_23-2149483006.jpg", "http://img.b2bpic.net/free-vector/chocolate_24908-54001.jpg", "http://img.b2bpic.net/free-vector/hand-drawn-rt-logo-template_23-2150607150.jpg"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
|
||||
Reference in New Issue
Block a user