Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-04-02 19:49:33 +00:00

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
{
text: "Inizia Ora", href: "#pricing"},
]}
imageSrc="http://img.b2bpic.net/free-photo/healthy-food-around-notebook-with-doodles_23-2147866371.jpg"
imageSrc="http://img.b2bpic.net/free-photo/healthy-food-around-notebook-with-doodles_23-2147866371.jpg?_wi=1"
imageAlt="Studente felice con snack ecoFood"
mediaAnimation="slide-up"
avatars={[
@@ -89,13 +89,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Scegli i tuoi gusti", description: "Seleziona dolci, salati o opzioni salutari dal nostro menù online.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-nutritional-counter-app-composition_23-2149880622.jpg", buttonIcon: Zap,
title: "Scegli i tuoi gusti", description: "Seleziona dolci, salati o opzioni salutari dal nostro menù online.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-nutritional-counter-app-composition_23-2149880622.jpg?_wi=1", buttonIcon: Zap,
},
{
title: "Prepariamo la tua Box", description: "Il nostro team seleziona snack di alta qualità per ogni tua richiesta.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-fork_23-2149151667.jpg", buttonIcon: Package,
title: "Prepariamo la tua Box", description: "Il nostro team seleziona snack di alta qualità per ogni tua richiesta.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-fork_23-2149151667.jpg?_wi=1", buttonIcon: Package,
},
{
title: "Ricevila ogni lunedì", description: "La tua box arriva fresca ogni inizio settimana per iniziare al meglio.", imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-girl-red-polo-shirt-yellow-cap-holding-stack-pizza-boxes-looking-camera-smiling-cheerfully-showing-thumbs-up_141793-28742.jpg", buttonIcon: Truck,
title: "Ricevila ogni lunedì", description: "La tua box arriva fresca ogni inizio settimana per iniziare al meglio.", imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-girl-red-polo-shirt-yellow-cap-holding-stack-pizza-boxes-looking-camera-smiling-cheerfully-showing-thumbs-up_141793-28742.jpg?_wi=1", buttonIcon: Truck,
},
]}
title="Come funziona ecoFood"
@@ -169,16 +169,16 @@ export default function LandingPage() {
testimonials={[
{
id: "t1", name: "Giulia", role: "Studente", company: "Politecnico", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-around-notebook-with-doodles_23-2147866371.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-around-notebook-with-doodles_23-2147866371.jpg?_wi=2"},
{
id: "t2", name: "Marco", role: "Studente", company: "Università", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-nutritional-counter-app-composition_23-2149880622.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-nutritional-counter-app-composition_23-2149880622.jpg?_wi=2"},
{
id: "t3", name: "Sofia", role: "Studente", company: "Bocconi", rating: 4,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-fork_23-2149151667.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-fork_23-2149151667.jpg?_wi=2"},
{
id: "t4", name: "Luca", role: "Studente", company: "Statale", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-girl-red-polo-shirt-yellow-cap-holding-stack-pizza-boxes-looking-camera-smiling-cheerfully-showing-thumbs-up_141793-28742.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/young-delivery-girl-red-polo-shirt-yellow-cap-holding-stack-pizza-boxes-looking-camera-smiling-cheerfully-showing-thumbs-up_141793-28742.jpg?_wi=2"},
]}
/>
</div>