diff --git a/src/app/page.tsx b/src/app/page.tsx index bdf66a0..e94ebb1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,63 +47,40 @@ export default function LandingPage() {
@@ -132,49 +101,22 @@ export default function LandingPage() { textboxLayout="split-description" gridVariant="uniform-all-items-equal" useInvertedBackground={false} + buttons={[ + { text: "Ordina Ora", href: "#contact" } + ]} products={[ { - id: "p1", - name: "Pane Carasau", - price: "4,50 €", - variant: "Confezione 500g", - imageSrc: "http://img.b2bpic.net/free-photo/healthy-bun-wooden-table-close-up_23-2148229150.jpg", - }, + id: "p1", name: "Pane Carasau", price: "4,50 €", variant: "Confezione 500g", imageSrc: "http://img.b2bpic.net/free-photo/healthy-bun-wooden-table-close-up_23-2148229150.jpg"}, { - id: "p2", - name: "Dolci Sardi", - price: "8,00 €", - variant: "Vassoio misto", - imageSrc: "http://img.b2bpic.net/free-photo/flaky-cookies-caramel-filled-cookie-balls-small-tray-abstract-table_114579-45418.jpg", - }, + id: "p2", name: "Dolci Sardi", price: "8,00 €", variant: "Vassoio misto", imageSrc: "http://img.b2bpic.net/free-photo/flaky-cookies-caramel-filled-cookie-balls-small-tray-abstract-table_114579-45418.jpg"}, { - id: "p3", - name: "Pane Fresco", - price: "3,00 €", - variant: "Lievito madre", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-slices-bread-with-seeds_23-2148361902.jpg", - }, + id: "p3", name: "Pane Fresco", price: "3,00 €", variant: "Lievito madre", imageSrc: "http://img.b2bpic.net/free-photo/top-view-slices-bread-with-seeds_23-2148361902.jpg"}, { - id: "p4", - name: "Crackers all'olio", - price: "5,00 €", - variant: "Senza glutine", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-bread-concept_23-2148648759.jpg", - }, + id: "p4", name: "Crackers all'olio", price: "5,00 €", variant: "Senza glutine", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-bread-concept_23-2148648759.jpg"}, { - id: "p5", - name: "Pastine tipiche", - price: "7,50 €", - variant: "Confezione artigianale", - imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-homemade-goodies_23-2148900992.jpg", - }, + id: "p5", name: "Pastine tipiche", price: "7,50 €", variant: "Confezione artigianale", imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-homemade-goodies_23-2148900992.jpg"}, { - id: "p6", - name: "Mix Specialità", - price: "12,00 €", - variant: "Selezione forno", - imageSrc: "http://img.b2bpic.net/free-photo/sweet-pastry-bread-slices-white-plate_114579-72182.jpg", - }, + id: "p6", name: "Mix Specialità", price: "12,00 €", variant: "Selezione forno", imageSrc: "http://img.b2bpic.net/free-photo/sweet-pastry-bread-slices-white-plate_114579-72182.jpg"}, ]} title="Le Nostre Specialità Artigianali" description="Assapora la croccantezza e il profumo unico dei nostri prodotti sfornati freschi ogni giorno." @@ -189,23 +131,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Ricette Antiche", - description: "Rispetiamo le tradizioni secolari della Sardegna.", - imageSrc: "http://img.b2bpic.net/free-photo/loaf-bred-with-fresh-herb_23-2147761348.jpg", - imageAlt: "Ricetta antica", - }, + title: "Ricette Antiche", description: "Rispetiamo le tradizioni secolari della Sardegna.", imageSrc: "http://img.b2bpic.net/free-photo/loaf-bred-with-fresh-herb_23-2147761348.jpg", imageAlt: "Ricetta antica"}, { - title: "Ingredienti Locali", - description: "Materie prime a km zero selezionate con cura.", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-cookies-female-hands-christmas-baking-top-view_169016-46602.jpg", - imageAlt: "Ingredienti", - }, + title: "Ingredienti Locali", description: "Materie prime a km zero selezionate con cura.", imageSrc: "http://img.b2bpic.net/free-photo/homemade-cookies-female-hands-christmas-baking-top-view_169016-46602.jpg", imageAlt: "Ingredienti"}, { - title: "Lievitazione Naturale", - description: "Digestibilità eccellente grazie al nostro lievito.", - imageSrc: "http://img.b2bpic.net/free-photo/baker-holds-homemade-craft-bread-his-hands_166373-749.jpg", - imageAlt: "Lievito", - }, + title: "Lievitazione Naturale", description: "Digestibilità eccellente grazie al nostro lievito.", imageSrc: "http://img.b2bpic.net/free-photo/baker-holds-homemade-craft-bread-his-hands_166373-749.jpg", imageAlt: "Lievito"}, ]} title="Perché scegliere noi?" description="La qualità che fa la differenza." @@ -219,45 +149,20 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - name: "Maria S.", - handle: "@marias", - testimonial: "Il miglior pane carasau che abbia mai mangiato!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smile-bread-aroma-joyful-kitchen-moment-slow-lifestyle-vibes_169016-68786.jpg", - }, + id: "t1", name: "Maria S.", handle: "@marias", testimonial: "Il miglior pane carasau che abbia mai mangiato!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smile-bread-aroma-joyful-kitchen-moment-slow-lifestyle-vibes_169016-68786.jpg"}, { - id: "t2", - name: "Giuseppe V.", - handle: "@giuseppev", - testimonial: "La freschezza di questo forno è impareggiabile.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-gray-haired-smiley-woman_23-2149082568.jpg", - }, + id: "t2", name: "Giuseppe V.", handle: "@giuseppev", testimonial: "La freschezza di questo forno è impareggiabile.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-gray-haired-smiley-woman_23-2149082568.jpg"}, { - id: "t3", - name: "Anna P.", - handle: "@annap", - testimonial: "I dolci sardi sono spettacolari, tornerò presto.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/shop-assistant-preparing-croissant-bag_23-2147985162.jpg", - }, + id: "t3", name: "Anna P.", handle: "@annap", testimonial: "I dolci sardi sono spettacolari, tornerò presto.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/shop-assistant-preparing-croissant-bag_23-2147985162.jpg"}, { - id: "t4", - name: "Luca R.", - handle: "@lucar", - testimonial: "Tradizione e qualità in ogni singolo pezzo.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-cooking-delicious-pizza_23-2150306978.jpg", - }, + id: "t4", name: "Luca R.", handle: "@lucar", testimonial: "Tradizione e qualità in ogni singolo pezzo.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-cooking-delicious-pizza_23-2150306978.jpg"}, { - id: "t5", - name: "Sara B.", - handle: "@sarab", - testimonial: "Una scoperta fantastica, servizio impeccabile.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-person-s-hand-slicing-bread-chopping-board_23-2147860372.jpg", - }, + id: "t5", name: "Sara B.", handle: "@sarab", testimonial: "Una scoperta fantastica, servizio impeccabile.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-person-s-hand-slicing-bread-chopping-board_23-2147860372.jpg"}, ]} showRating={true} title="Cosa dicono i nostri clienti" @@ -272,31 +177,16 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "m1", - value: "30+", - title: "Anni di esperienza", - items: [ - "Tradizione", - "Passione", - ], + id: "m1", value: "30+", title: "Anni di esperienza", items: [ + "Tradizione", "Passione"], }, { - id: "m2", - value: "100%", - title: "Materie prime locali", - items: [ - "Qualità", - "Supporto locale", - ], + id: "m2", value: "100%", title: "Materie prime locali", items: [ + "Qualità", "Supporto locale"], }, { - id: "m3", - value: "5k+", - title: "Clienti felici", - items: [ - "Servizio", - "Eccellenza", - ], + id: "m3", value: "5k+", title: "Clienti felici", items: [ + "Servizio", "Eccellenza"], }, ]} title="I nostri traguardi" @@ -310,20 +200,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Avete prodotti senza glutine?", - content: "Sì, offriamo alcune opzioni selezionate su ordinazione.", - }, + id: "f1", title: "Avete prodotti senza glutine?", content: "Sì, offriamo alcune opzioni selezionate su ordinazione."}, { - id: "f2", - title: "È possibile ordinare online?", - content: "Contattaci tramite il modulo qui sotto per ordini particolari.", - }, + id: "f2", title: "È possibile ordinare online?", content: "Contattaci tramite il modulo qui sotto per ordini particolari."}, { - id: "f3", - title: "Quali sono gli orari di apertura?", - content: "Siamo aperti dal lunedì al sabato, dalle 8:00 alle 20:00.", - }, + id: "f3", title: "Quali sono gli orari di apertura?", content: "Siamo aperti dal lunedì al sabato, dalle 8:00 alle 20:00."}, ]} title="Domande Frequenti" description="Tutto quello che c'è da sapere sul nostro forno." @@ -335,8 +216,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file