Update src/app/page.tsx
This commit is contained in:
@@ -103,27 +103,27 @@ export default function LandingPage() {
|
||||
title: "Materiali Sicuri", description: "Utilizziamo solo legno certificato e materiali atossici.", icon: Shield,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-measuring-block-with-ruler-pencil-workbench_23-2147944865.jpg", imageAlt: "Sicurezza"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-measuring-block-with-ruler-pencil-workbench_23-2147944865.jpg?_wi=1", imageAlt: "Sicurezza"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-measuring-block-with-ruler-pencil-workbench_23-2147944865.jpg", imageAlt: "Sicurezza"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-measuring-block-with-ruler-pencil-workbench_23-2147944865.jpg?_wi=2", imageAlt: "Sicurezza"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Gioco Educativo", description: "Giochi che stimolano intelligenza e creatività.", icon: Sparkles,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-set-painting-elements_23-2148276439.jpg", imageAlt: "Creatività"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-set-painting-elements_23-2148276439.jpg?_wi=1", imageAlt: "Creatività"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-set-painting-elements_23-2148276439.jpg", imageAlt: "Creatività"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-set-painting-elements_23-2148276439.jpg?_wi=2", imageAlt: "Creatività"},
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Consegna Rapida", description: "Ricevi i tuoi regali in 24-48 ore in tutta Italia.", icon: Zap,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sleepy-little-girl-with-her-favorite-teddy-bear-bed-morning_169016-18467.jpg", imageAlt: "Consegna"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sleepy-little-girl-with-her-favorite-teddy-bear-bed-morning_169016-18467.jpg?_wi=1", imageAlt: "Consegna"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sleepy-little-girl-with-her-favorite-teddy-bear-bed-morning_169016-18467.jpg", imageAlt: "Consegna"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sleepy-little-girl-with-her-favorite-teddy-bear-bed-morning_169016-18467.jpg?_wi=2", imageAlt: "Consegna"},
|
||||
]
|
||||
},
|
||||
]}
|
||||
@@ -140,11 +140,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Set Costruzioni Legno", price: "€39.90", imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-measuring-block-with-ruler-pencil-workbench_23-2147944865.jpg", imageAlt: "Costruzioni legno"},
|
||||
id: "1", name: "Set Costruzioni Legno", price: "€39.90", imageSrc: "http://img.b2bpic.net/free-photo/male-carpenter-measuring-block-with-ruler-pencil-workbench_23-2147944865.jpg?_wi=3", imageAlt: "Costruzioni legno"},
|
||||
{
|
||||
id: "2", name: "Teddy Bear Morbido", price: "€24.50", imageSrc: "http://img.b2bpic.net/free-photo/sleepy-little-girl-with-her-favorite-teddy-bear-bed-morning_169016-18467.jpg", imageAlt: "Teddy Bear"},
|
||||
id: "2", name: "Teddy Bear Morbido", price: "€24.50", imageSrc: "http://img.b2bpic.net/free-photo/sleepy-little-girl-with-her-favorite-teddy-bear-bed-morning_169016-18467.jpg?_wi=3", imageAlt: "Teddy Bear"},
|
||||
{
|
||||
id: "3", name: "Kit Artisti in Erba", price: "€29.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-set-painting-elements_23-2148276439.jpg", imageAlt: "Art Kit"},
|
||||
id: "3", name: "Kit Artisti in Erba", price: "€29.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-set-painting-elements_23-2148276439.jpg?_wi=3", imageAlt: "Art Kit"},
|
||||
]}
|
||||
title="Prodotti in primo piano"
|
||||
description="Una selezione curata dei migliori giochi per ogni fascia d'età."
|
||||
|
||||
Reference in New Issue
Block a user