diff --git a/src/app/page.tsx b/src/app/page.tsx index 3787fbc..37037a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -137,60 +87,12 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} features={[ - { - id: "1", - title: "Prezzi Onesti", - descriptions: [ - "Prezzi chiari e competitivi per la tua spesa quotidiana.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/empty-cashier-work-place_171337-2421.jpg", - imageAlt: "modern market grocery store interior", - }, - { - id: "2", - title: "Proprietario Gentile", - descriptions: [ - "Accoglienza calorosa e disponibilità per ogni esigenza.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/owner-getting-ready-reopening_23-2149142183.jpg?_wi=2", - imageAlt: "modern market grocery store interior", - }, - { - id: "3", - title: "Posizione Centrale", - descriptions: [ - "Comodamente situati in Via Sapienza, nel cuore di Napoli.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/lot-different-fruits-are-catering-table_8353-9833.jpg?_wi=1", - imageAlt: "modern market grocery store interior", - }, - { - id: "4", - title: "Prodotti Essenziali", - descriptions: [ - "Tutto ciò di cui hai bisogno sempre a portata di mano.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/successful-shopping-with-best-friends_329181-8030.jpg", - imageAlt: "modern market grocery store interior", - }, - { - id: "5", - title: "Servizio Rapido", - descriptions: [ - "Efficienza per non farti perdere tempo.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-street-with-shopping-bags_23-2147979301.jpg", - imageAlt: "modern market grocery store interior", - }, - { - id: "6", - title: "Atmosfera Accogliente", - descriptions: [ - "Un negozio dove ti senti come a casa.", - ], - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-posing-train_23-2148700875.jpg", - imageAlt: "modern market grocery store interior", - }, + { id: "1", title: "Prezzi Onesti", descriptions: ["Prezzi chiari e competitivi per la tua spesa quotidiana."], imageSrc: "http://img.b2bpic.net/free-photo/empty-cashier-work-place_171337-2421.jpg" }, + { id: "2", title: "Proprietario Gentile", descriptions: ["Accoglienza calorosa e disponibilità per ogni esigenza."], imageSrc: "http://img.b2bpic.net/free-photo/owner-getting-ready-reopening_23-2149142183.jpg" }, + { id: "3", title: "Posizione Centrale", descriptions: ["Comodamente situati in Via Sapienza, nel cuore di Napoli."], imageSrc: "http://img.b2bpic.net/free-photo/lot-different-fruits-are-catering-table_8353-9833.jpg" }, + { id: "4", title: "Prodotti Essenziali", descriptions: ["Tutto ciò di cui hai bisogno sempre a portata di mano."], imageSrc: "http://img.b2bpic.net/free-photo/successful-shopping-with-best-friends_329181-8030.jpg" }, + { id: "5", title: "Servizio Rapido", descriptions: ["Efficienza per non farti perdere tempo."], imageSrc: "http://img.b2bpic.net/free-photo/woman-walking-street-with-shopping-bags_23-2147979301.jpg" }, + { id: "6", title: "Atmosfera Accogliente", descriptions: ["Un negozio dove ti senti come a casa."], imageSrc: "http://img.b2bpic.net/free-photo/low-angle-man-posing-train_23-2148700875.jpg" } ]} title="Perché sceglierci" description="Ogni giorno lavoriamo per offrire la migliore esperienza di spesa nel quartiere." @@ -199,64 +101,17 @@ export default function LandingPage() {