Merge version_1 into main #3
@@ -109,16 +109,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "product-1", name: "Oversized Hoodie Graphic", price: "€79,00", variant: "Nero • 5 Colori", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-black-hoodie_23-2149359800.jpg", imageAlt: "Oversized hoodie graphic", isFavorited: false
|
||||
id: "product-1", name: "Oversized Hoodie Graphic", price: "€79,00", variant: "Nero • 5 Colori", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-black-hoodie_23-2149359800.jpg?_wi=1", imageAlt: "Oversized hoodie graphic", isFavorited: false
|
||||
},
|
||||
{
|
||||
id: "product-2", name: "Premium Tee Shirt", price: "€35,00", variant: "Bianco • 8 Colori", imageSrc: "http://img.b2bpic.net/free-photo/african-man_1303-4397.jpg", imageAlt: "Premium tee shirt", isFavorited: false
|
||||
id: "product-2", name: "Premium Tee Shirt", price: "€35,00", variant: "Bianco • 8 Colori", imageSrc: "http://img.b2bpic.net/free-photo/african-man_1303-4397.jpg?_wi=1", imageAlt: "Premium tee shirt", isFavorited: false
|
||||
},
|
||||
{
|
||||
id: "product-3", name: "Cargo Pants Urban", price: "€89,00", variant: "Caki • 3 Colori", imageSrc: "http://img.b2bpic.net/free-photo/neighborhood-lifestyle-friends_23-2149746742.jpg", imageAlt: "Cargo pants urban", isFavorited: false
|
||||
id: "product-3", name: "Cargo Pants Urban", price: "€89,00", variant: "Caki • 3 Colori", imageSrc: "http://img.b2bpic.net/free-photo/neighborhood-lifestyle-friends_23-2149746742.jpg?_wi=1", imageAlt: "Cargo pants urban", isFavorited: false
|
||||
},
|
||||
{
|
||||
id: "product-4", name: "Baseball Cap Classic", price: "€25,00", variant: "Nero • 4 Colori", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pensive-bearded-arabian-male-wearing-checkered-shirt-sunglasses-cap_613910-19029.jpg", imageAlt: "Baseball cap classic", isFavorited: false
|
||||
id: "product-4", name: "Baseball Cap Classic", price: "€25,00", variant: "Nero • 4 Colori", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pensive-bearded-arabian-male-wearing-checkered-shirt-sunglasses-cap_613910-19029.jpg?_wi=1", imageAlt: "Baseball cap classic", isFavorited: false
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
@@ -142,25 +142,25 @@ export default function LandingPage() {
|
||||
id: "feature-1", title: "Capi Originali", descriptions: [
|
||||
"Selezione curata di brand esclusivi", "Pezzi unici difficili da trovare altrove", "Sempre aggiornati con le ultime tendenze"
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-black-hoodie_23-2149359800.jpg", imageAlt: "Capi streetwear originali"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-black-hoodie_23-2149359800.jpg?_wi=2", imageAlt: "Capi streetwear originali"
|
||||
},
|
||||
{
|
||||
id: "feature-2", title: "Qualità Garantita", descriptions: [
|
||||
"Materiali premium selezionati", "Costruzione duratura nel tempo", "Attenzione ai dettagli"
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-man_1303-4397.jpg", imageAlt: "Qualità dei capi"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-man_1303-4397.jpg?_wi=2", imageAlt: "Qualità dei capi"
|
||||
},
|
||||
{
|
||||
id: "feature-3", title: "Prezzi Onesti", descriptions: [
|
||||
"Trasparenza totale sui prezzi", "Miglior rapporto qualità-prezzo", "Senza ricarichi nascosti"
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neighborhood-lifestyle-friends_23-2149746742.jpg", imageAlt: "Prezzi competitivi"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neighborhood-lifestyle-friends_23-2149746742.jpg?_wi=2", imageAlt: "Prezzi competitivi"
|
||||
},
|
||||
{
|
||||
id: "feature-4", title: "Servizio Personale", descriptions: [
|
||||
"Proprietario disponibile e competente", "Consulenza personalizzata", "Atmosfera accogliente"
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pensive-bearded-arabian-male-wearing-checkered-shirt-sunglasses-cap_613910-19029.jpg", imageAlt: "Servizio clienti"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-pensive-bearded-arabian-male-wearing-checkered-shirt-sunglasses-cap_613910-19029.jpg?_wi=2", imageAlt: "Servizio clienti"
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
|
||||
Reference in New Issue
Block a user