diff --git a/src/app/categories/page.tsx b/src/app/categories/page.tsx
index 878f55a..4f1f156 100644
--- a/src/app/categories/page.tsx
+++ b/src/app/categories/page.tsx
@@ -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}
/>
@@ -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}
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 55e7579..a91a902 100644
--- a/src/app/page.tsx
+++ b/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}
/>
@@ -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() {
@@ -46,58 +44,22 @@ export default function ProductsPage() {