Merge version_1 into main #2
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="inset"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -51,10 +51,10 @@ export default function LandingPage() {
|
||||
{ text: "Contattaci", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
dashboard={{
|
||||
title: "Il Nostro Valore", logoIcon: Cloud,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/defocused-airport-shop_1203-238.jpg?_wi=1", searchPlaceholder: "Cerca prodotti...", sidebarItems: [
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/defocused-airport-shop_1203-238.jpg", searchPlaceholder: "Cerca prodotti...", sidebarItems: [
|
||||
{ icon: ShoppingCart, active: true },
|
||||
{ icon: Package, active: false },
|
||||
{ icon: Heart, active: false }
|
||||
@@ -112,10 +112,10 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "VOOPOO DRAG X Device", price: "€49,99", imageSrc: "http://img.b2bpic.net/free-vector/smoke-free-cigarettes-background_1284-24081.jpg?_wi=1", imageAlt: "VOOPOO DRAG X Vape Device", initialQuantity: 1
|
||||
id: "1", name: "VOOPOO DRAG X Device", price: "€49,99", imageSrc: "http://img.b2bpic.net/free-vector/smoke-free-cigarettes-background_1284-24081.jpg", imageAlt: "VOOPOO DRAG X Vape Device", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "2", name: "Liquido Frutti Rossi 60ml", price: "€12,99", imageSrc: "http://img.b2bpic.net/free-photo/olive-oil_1398-1632.jpg?_wi=1", imageAlt: "Premium E-Liquid Frutti Rossi", initialQuantity: 1
|
||||
id: "2", name: "Liquido Frutti Rossi 60ml", price: "€12,99", imageSrc: "http://img.b2bpic.net/free-photo/olive-oil_1398-1632.jpg", imageAlt: "Premium E-Liquid Frutti Rossi", initialQuantity: 1
|
||||
},
|
||||
{
|
||||
id: "3", name: "Kit Batterie e Caricabatterie", price: "€35,99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-circuit-reparing-tool_23-2148419200.jpg", imageAlt: "Batterie Ricaricabili per Vaping", initialQuantity: 1
|
||||
@@ -142,15 +142,15 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Prodotti Autentici", description: "Solo marchi certificati e genuini, importati direttamente dai produttori ufficiali", icon: Shield,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/smoke-free-cigarettes-background_1284-24081.jpg?_wi=2", imageAlt: "Dispositivi Autentici" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/olive-oil_1398-1632.jpg?_wi=2", imageAlt: "Liquidi Certificati" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/smoke-free-cigarettes-background_1284-24081.jpg", imageAlt: "Dispositivi Autentici" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/olive-oil_1398-1632.jpg", imageAlt: "Liquidi Certificati" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Consulenza Esperta", description: "Il nostro team di esperti è sempre disponibile per guidarvi nella scelta giusta", icon: Users,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-couple-with-vape-cafe_1157-34789.jpg", imageAlt: "Team di Esperti" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/defocused-airport-shop_1203-238.jpg?_wi=2", imageAlt: "Negozio Accogliente" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/defocused-airport-shop_1203-238.jpg", imageAlt: "Negozio Accogliente" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user