Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-10 16:58:57 +00:00

View File

@@ -114,20 +114,7 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
products={[
{
id: "pane-integrale", name: "Pane Integrale", price: "€ 4.50/kg", imageSrc: "http://img.b2bpic.net/free-photo/healthy-bread-loaf-cutting-board_23-2149265293.jpg", imageAlt: "Pane integrale"},
{
id: "focaccia-olive", name: "Focaccia alle Olive", price: "€ 8.00/kg", imageSrc: "http://img.b2bpic.net/free-photo/focaccia-with-olives-rosemary_23-2149363063.jpg", imageAlt: "Focaccia con olive"},
{
id: "pizza-margherita", name: "Pizza Margherita", price: "€ 10.00/pizza", imageSrc: "http://img.b2bpic.net/free-photo/fresh-tasty-pizza-isolated-white-background_23-2150314416.jpg", imageAlt: "Pizza Margherita"},
{
id: "croissant-artigianale", name: "Croissant Artigianale", price: "€ 1.50/pz", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-croissants-dark-table_23-2149028882.jpg", imageAlt: "Croissant sfogliato"},
{
id: "torta-mele", name: "Torta di Mele", price: "€ 18.00/torta", imageSrc: "http://img.b2bpic.net/free-photo/apple-pie_23-2148902506.jpg", imageAlt: "Torta di mele"},
{
id: "pane-casereccio", name: "Pane Casereccio", price: "€ 3.80/kg", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-country-bread-cut-piece_23-2149363073.jpg", imageAlt: "Pane casereccio"},
]}
products={[]}
title="Il Nostro Assortimento Artigianale"
description="Scopri la nostra vasta gamma di prodotti da forno, pensati per soddisfare ogni palato. Dalla colazione alla cena, un'esplosione di sapori."
/>
@@ -253,4 +240,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}