Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-14 15:39:55 +00:00

View File

@@ -31,7 +31,7 @@ export default function LandingPage() {
<NavbarStyleApple
brandName="Fefino"
navItems={[
{ name: "Chi Siamo", id: "about" },
{ name: "Chi Siamo", id: "/about" },
{ name: "Menu", id: "menu" },
{ name: "Riconoscimenti", id: "awards" },
{ name: "Prenota", id: "contact" }
@@ -42,7 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
title="Noi siamo quello che mangiamo"
description="Esperienze di cucina naturale, gustosa e inclusiva. Nel cuore di Trani, La filosofia \"Less is More\" incontra la tradizione macro-mediterranea. Ogni piatto racconta la storia di ingredienti locali, cotture non invasive, e la dedizione di Gloriana al benessere di ogni ospite."
description="Esperienze di cucina naturale, gustosa e inclusiva. Nel cuore di Trani, La filosofia &quot;Less is More&quot; incontra la tradizione macro-mediterranea. Ogni piatto racconta la storia di ingredienti locali, cotture non invasive, e la dedizione di Gloriana al benessere di ogni ospite."
background={{ variant: "plain" }}
leftCarouselItems={[
{
@@ -127,28 +127,28 @@ export default function LandingPage() {
{
id: 1,
title: "100% Fatto in Casa", description: "Nessun prodotto preconfezionato. Ogni piatto nasce dal nostro amore per l'autenticità. Farine alternative, zero additivi, zero conservanti, zero coloranti sintetici.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/focused-female-chef-cutting-small-pieces-flavory-herbs-dish-stove_482257-121107.jpg?_wi=1", imageAlt: "Cucina a vista moderna con preparazioni visibili"
imageSrc: "http://img.b2bpic.net/free-photo/focused-female-chef-cutting-small-pieces-flavory-herbs-dish-stove_482257-121107.jpg", imageAlt: "Cucina a vista moderna con preparazioni visibili"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/assorted-farm-fresh-vegetables-market-stall_23-2148209836.jpg?_wi=1", imageAlt: "Ingredienti biologici freschi e locali"
imageSrc: "http://img.b2bpic.net/free-photo/assorted-farm-fresh-vegetables-market-stall_23-2148209836.jpg", imageAlt: "Ingredienti biologici freschi e locali"
}
},
{
id: 2,
title: "Inclusività Totale", description: "Vegana, vegetariana, senza glutine, senza lattosio, egg-free, plant-based. La nostra cucina abbraccia tutte le scelte consapevoli. Ogni dieta è un'opportunità per innovare.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/assorted-farm-fresh-vegetables-market-stall_23-2148209836.jpg?_wi=2", imageAlt: "Varietà di ingredienti per tutte le diete"
imageSrc: "http://img.b2bpic.net/free-photo/assorted-farm-fresh-vegetables-market-stall_23-2148209836.jpg", imageAlt: "Varietà di ingredienti per tutte le diete"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/focused-female-chef-cutting-small-pieces-flavory-herbs-dish-stove_482257-121107.jpg?_wi=2", imageAlt: "Cucina organizzata per preparazioni inclusive"
imageSrc: "http://img.b2bpic.net/free-photo/focused-female-chef-cutting-small-pieces-flavory-herbs-dish-stove_482257-121107.jpg", imageAlt: "Cucina organizzata per preparazioni inclusive"
}
},
{
id: 3,
title: "Macro-Mediterranea", description: "Frutti, verdure, cereali, legumi. Cotture non invasive che mantengono energia e sapore. Un equilibrio tra tradizione e consapevolezza nutrizionale.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/assorted-farm-fresh-vegetables-market-stall_23-2148209836.jpg?_wi=3", imageAlt: "Verdure fresche e cereali integri"
imageSrc: "http://img.b2bpic.net/free-photo/assorted-farm-fresh-vegetables-market-stall_23-2148209836.jpg", imageAlt: "Verdure fresche e cereali integri"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/focused-female-chef-cutting-small-pieces-flavory-herbs-dish-stove_482257-121107.jpg?_wi=3", imageAlt: "Preparazione con tecniche dolci e naturali"
imageSrc: "http://img.b2bpic.net/free-photo/focused-female-chef-cutting-small-pieces-flavory-herbs-dish-stove_482257-121107.jpg", imageAlt: "Preparazione con tecniche dolci e naturali"
}
}
]}