3 Commits

Author SHA1 Message Date
df76b05ba0 Update src/app/page.tsx 2026-06-11 14:01:28 +00:00
25a77982d9 Update src/app/page.tsx 2026-06-11 13:59:00 +00:00
54e2f56d3b Merge version_1 into main
Merge version_1 into main
2026-06-11 13:57:33 +00:00

View File

@@ -13,7 +13,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TeamCardTen from '@/components/sections/team/TeamCardTen';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Award, Cherry, Clock, Flame, Heart, Leaf, Sparkles, Users, ChefHat, Beer, Bone, Drumstick, Wheat, Salad } from "lucide-react";
import { Award, Cherry, Clock, Flame, Heart, Leaf, Sparkles, Users, ChefHat, Beer, Bone, Drumstick, Wheat } from "lucide-react";
export default function LandingPage() {
return (
@@ -68,7 +68,7 @@ export default function LandingPage() {
{
text: "Scopri il Menu", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/sliced-fish-with-cheese-glass-wine_140725-6341.jpg"
imageSrc="http://img.b2bpic.net/free-photo/sliced-fish-with-cheese-glass-wine_140725-6341.jpg?_wi=1"
imageAlt="Delicious Italian meal on a rustic table"
mediaAnimation="slide-up"
/>
@@ -113,8 +113,7 @@ export default function LandingPage() {
icon: Cherry,
text: "Ingredienti Selezionati"},
],
reverse: false,
},
reverse: false},
{
title: "Primi Piatti della Tradizione", description: "Dalla pasta fresca ai risotti cremosi, un viaggio nei sapori autentici della cucina veneta e italiana.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-with-dough-pasta-dish-dark-surface-color-meal-pasta-dish_140725-82184.jpg", imageAlt: "Traditional Italian pasta dish"},
@@ -123,14 +122,13 @@ export default function LandingPage() {
icon: Wheat,
text: "Pasta Fresca Fatta in Casa"},
{
icon: Salad,
icon: ChefHat,
text: "Salse Ricche e Saporite"},
{
icon: ChefHat,
text: "Ricette Antiche Rivisitate"},
],
reverse: true,
},
reverse: true},
{
title: "Stinco con Brezel e Crauti", description: "Un'esclusiva specialità ispirata all'Oktoberfest, per un'esperienza di gusto robusta e indimenticabile.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/pork-kebab-plate-juicy-delicious-food_132075-14723.jpg", imageAlt: "Roasted pork shank with brezel and sauerkraut"},
@@ -145,8 +143,7 @@ export default function LandingPage() {
icon: Drumstick,
text: "Piatto Unico Sostanzioso"},
],
reverse: false,
},
reverse: false},
]}
title="Le Nostre Specialità"
description="Dalle pizze croccanti ai piatti robusti della tradizione veneta, ogni portata è un'esperienza indimenticabile, preparata con passione e ingredienti freschi."
@@ -161,7 +158,7 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "stinco", name: "Stinco con Brezel e Crauti", price: "€18.00", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-roasted-meat-roll-potato-wedges-wooden-table_23-2148113622.jpg", imageAlt: "Stinco with Brezel and Sauerkraut"},
id: "stinco", name: "Stinco con Brezel e Crauti", price: "€18.00", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-roasted-meat-roll-potato-wedges-wooden-table_23-2148113622.jpg?_wi=2", imageAlt: "Stinco with Brezel and Sauerkraut"},
{
id: "margherita", name: "Pizza Margherita", price: "€8.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pizza-indoors_23-2150901093.jpg", imageAlt: "Classic Pizza Margherita"},
{
@@ -316,4 +313,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}