Update src/app/page.tsx

This commit is contained in:
2026-03-04 12:14:49 +00:00
parent 42e1996b9b
commit bc2a457c37

View File

@@ -56,32 +56,32 @@ export default function HomePage() {
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-slices-with-nuts-cookies-dark-surface_140725-90765.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-slices-with-nuts-cookies-dark-surface_140725-90765.jpg?_wi=1",
imageAlt: "chocolate candies sweets dolci confections",
},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-snacks-wooden-piece-high-quality-photo_114579-67399.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-snacks-wooden-piece-high-quality-photo_114579-67399.jpg?_wi=1",
imageAlt: "snacks savory appetizers treats food",
},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mix-alcohol-bottles_23-2148673770.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mix-alcohol-bottles_23-2148673770.jpg?_wi=1",
imageAlt: "beverages drinks liquors bottles wine",
},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/supermarket-banner-with-various-items_23-2149501012.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/supermarket-banner-with-various-items_23-2149501012.jpg?_wi=1",
imageAlt: "assortment variety products collection stock",
},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128293.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128293.jpg?_wi=1",
imageAlt: "wholesale bulk distribution supplies store",
},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/low-carbon-footprint-eco-food_482257-96781.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/low-carbon-footprint-eco-food_482257-96781.jpg?_wi=1",
imageAlt: "shop retail counter display merchandise",
},
]}
@@ -176,42 +176,42 @@ export default function HomePage() {
id: "1",
name: "Dolci Artigianali e Confezionati",
price: "Prezzi Competitivi",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-slices-with-nuts-cookies-dark-surface_140725-90765.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cake-slices-with-nuts-cookies-dark-surface_140725-90765.jpg?_wi=2",
imageAlt: "chocolate candies sweets dolci confections",
},
{
id: "2",
name: "Snack Salati e Aperitivi",
price: "Varia Selezione",
imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-snacks-wooden-piece-high-quality-photo_114579-67399.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/glass-beer-snacks-wooden-piece-high-quality-photo_114579-67399.jpg?_wi=2",
imageAlt: "snacks savory appetizers treats food",
},
{
id: "3",
name: "Liquori e Vini Pregiati",
price: "Scelta Ampia",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mix-alcohol-bottles_23-2148673770.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mix-alcohol-bottles_23-2148673770.jpg?_wi=2",
imageAlt: "beverages drinks liquors bottles wine",
},
{
id: "4",
name: "Bibite e Bevande",
price: "Tutti i Brand",
imageSrc: "http://img.b2bpic.net/free-photo/supermarket-banner-with-various-items_23-2149501012.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/supermarket-banner-with-various-items_23-2149501012.jpg?_wi=2",
imageAlt: "assortment variety products collection stock",
},
{
id: "5",
name: "Forniture per Bar e Ristoranti",
price: "Servizio B2B",
imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128293.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128293.jpg?_wi=2",
imageAlt: "wholesale bulk distribution supplies store",
},
{
id: "6",
name: "Forniture per Eventi",
price: "Soluzioni Custom",
imageSrc: "http://img.b2bpic.net/free-photo/low-carbon-footprint-eco-food_482257-96781.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/low-carbon-footprint-eco-food_482257-96781.jpg?_wi=2",
imageAlt: "shop retail counter display merchandise",
},
]}
@@ -241,7 +241,7 @@ export default function HomePage() {
description:
"Migliaia di prodotti in stock dalle principali marche nazionali e internazionali per soddisfare ogni esigenza.",
tags: ["Varietà", "Stock Garantito"],
imageSrc: "http://img.b2bpic.net/free-photo/supermarket-banner-with-various-items_23-2149501012.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/supermarket-banner-with-various-items_23-2149501012.jpg?_wi=3",
imageAlt: "assortment variety products collection stock",
},
{
@@ -251,7 +251,7 @@ export default function HomePage() {
description:
"Grazie ai nostri rapporti diretti con i fornitori, offriamo prezzi imbattibili senza compromessi sulla qualità.",
tags: ["Sconto Bulk", "Trasparenza"],
imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128293.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128293.jpg?_wi=3",
imageAlt: "wholesale bulk distribution supplies store",
},
]}