Merge version_1 into main #2
@@ -9,7 +9,7 @@ import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Award, ChefHat, Clock, DollarSign, Heart, MapPin, Moon, Plate, Star, Truck, UtensilsCrossed, Users, Utensils } from "lucide-react";
|
||||
import { Award, ChefHat, Clock, DollarSign, Heart, MapPin, Moon, Plane, Star, Truck, UtensilsCrossed, Users, Utensils } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -62,9 +62,9 @@ export default function LandingPage() {
|
||||
{ text: "Menu", href: "#menu" }
|
||||
],
|
||||
stats: [
|
||||
{ title: "Stelle", values: ["4.3", "4.3", "4.3"], description: "su 1.225+ recensioni" },
|
||||
{ title: "Anni", values: ["40", "40", "40"], description: "di tradizione e passione" },
|
||||
{ title: "Piatti", values: ["50+", "50+", "50+"], description: "specialità torinesi autentiche" }
|
||||
{ title: "Stelle", values: [4.3, 4.3, 4.3], description: "su 1.225+ recensioni" },
|
||||
{ title: "Anni", values: [40, 40, 40], description: "di tradizione e passione" },
|
||||
{ title: "Piatti", values: [50, 50, 50], description: "specialità torinesi autentiche" }
|
||||
],
|
||||
listTitle: "Open Now", listItems: [
|
||||
{ icon: Clock, title: "Pranzo: 12:00 - 15:00", status: "Aperto" },
|
||||
@@ -108,11 +108,11 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{ id: "1", brand: "Piatto Signature", name: "Agnolotti al Plin", price: "€14,90", rating: 5, reviewCount: "280+", imageSrc: "http://img.b2bpic.net/free-photo/ravioli-with-spinach-ricotta-cheese_2829-4829.jpg?_wi=1", imageAlt: "agnolotti piemontese traditional pasta italian dish appetizing" },
|
||||
{ id: "1", brand: "Piatto Signature", name: "Agnolotti al Plin", price: "€14,90", rating: 5, reviewCount: "280+", imageSrc: "http://img.b2bpic.net/free-photo/ravioli-with-spinach-ricotta-cheese_2829-4829.jpg", imageAlt: "agnolotti piemontese traditional pasta italian dish appetizing" },
|
||||
{ id: "2", brand: "Piatto Signature", name: "10 Antipasti Degustazione", price: "€18,90", rating: 5, reviewCount: "315+", imageSrc: "http://img.b2bpic.net/free-photo/tasty-food-assortment-flat-lay_23-2149325278.jpg", imageAlt: "antipasti italian appetizers charcuterie spread" },
|
||||
{ id: "3", brand: "Piatto Signature", name: "Porcini Fritti", price: "€9,90", rating: 5, reviewCount: "198+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cookies-platter-with-cookies-with-dates_140725-5117.jpg", imageAlt: "fried mushrooms porcini crispy appetizer" },
|
||||
{ id: "4", brand: "Piatto Signature", name: "Risotto ai Funghi", price: "€13,90", rating: 5, reviewCount: "267+", imageSrc: "http://img.b2bpic.net/free-photo/plate-mushroom-risotto-topped-with-grated-cheese_141793-469.jpg", imageAlt: "risotto piemontese creamy italian rice" },
|
||||
{ id: "5", brand: "Piatto Signature", name: "Ravioli della Casa", price: "€12,90", rating: 5, reviewCount: "242+", imageSrc: "http://img.b2bpic.net/free-photo/ravioli-with-spinach-ricotta-cheese_2829-4829.jpg?_wi=2", imageAlt: "ravioli pasta italian homemade" },
|
||||
{ id: "5", brand: "Piatto Signature", name: "Ravioli della Casa", price: "€12,90", rating: 5, reviewCount: "242+", imageSrc: "http://img.b2bpic.net/free-photo/ravioli-with-spinach-ricotta-cheese_2829-4829.jpg", imageAlt: "ravioli pasta italian homemade" },
|
||||
{ id: "6", brand: "Dolce Signature", name: "Dolci Della Casa", price: "€6,90", rating: 5, reviewCount: "156+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-little-cakes-perfect-dessert-tea-with-fruits-white-background-tea-pie-cake-dessert-sweet-cookie_140725-115788.jpg", imageAlt: "italian desserts pastry sweet traditional" }
|
||||
]}
|
||||
/>
|
||||
@@ -130,7 +130,7 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
bulletPoints={[
|
||||
{ title: "Cucina Tradizionale Piemontese", description: "Ricette autentiche tramandate da generazioni, preparate con amore e dedizione", icon: ChefHat },
|
||||
{ title: "Porzioni Abbondanti", description: "Non crediamo in piatti minimalisti - pensiamo che il cibo debba saziare e deliziare", icon: Plate },
|
||||
{ title: "Porzioni Abbondanti", description: "Non crediamo in piatti minimalisti - pensiamo che il cibo debba saziare e deliziare", icon: Plane },
|
||||
{ title: "Prezzi Onesti", description: "Qualità eccellente senza pagare il marchio - siamo una vera trattoria familiare", icon: DollarSign },
|
||||
{ title: "Ambiente Familiare", description: "Sentirai il calore di una famiglia che condivide il proprio tavolo con i clienti", icon: Users },
|
||||
{ title: "Consumazione Versatile", description: "Scegli tra consumazione sul posto, asporto o consegna a domicilio comodamente", icon: Truck }
|
||||
|
||||
Reference in New Issue
Block a user