6 Commits

Author SHA1 Message Date
41aa38392f Update theme colors 2026-03-09 22:11:46 +00:00
9044e68a8d Update theme colors 2026-03-09 22:10:44 +00:00
bd272cb7d8 Update src/app/page.tsx 2026-03-09 22:08:49 +00:00
3dbce36649 Merge version_1 into main
Merge version_1 into main
2026-03-09 21:58:14 +00:00
f8a4266abf Merge version_1 into main
Merge version_1 into main
2026-03-09 21:57:34 +00:00
81ac6ccbea Merge version_1 into main
Merge version_1 into main
2026-03-09 21:56:28 +00:00
2 changed files with 48 additions and 24 deletions

View File

@@ -8,7 +8,7 @@ import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwen
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
import ContactCenter from "@/components/sections/contact/ContactCenter";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
import { Flame, UtensilsCrossed, Utensils, UtensilsCrossed as Chef, Phone } from "lucide-react";
import { Flame, UtensilsCrossed, Utensils, UtensilsCrossed as Chef, Phone, MapPin, Clock, ShoppingBag, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -174,35 +174,59 @@ export default function LandingPage() {
logoText="Ristorante Pizzeria '85"
columns={[
{
title: "Menu", items: [
{ label: "Home", href: "#home" },
{ label: "Chi Siamo", href: "#about" },
{ label: "Piatti Speciali", href: "#features" },
{ label: "Recensioni", href: "#testimonials" },
title: "Informazioni Ristorante", items: [
{
label: "⭐ Valutazione: 4.5 stelle", href: "#"
},
{
label: "💰 Prezzo: €10-20 a persona", href: "#"
},
{
label: "📍 Via Carrara 26, Sasso di Castalda", href: "#"
},
{
label: "📞 0975 385106", href: "#"
},
],
},
{
title: "Contatti", items: [
{ label: "📍 Sasso di Castalda", href: "#" },
{ label: "📞 Chiama per prenotare", href: "#" },
{ label: "✉️ Email", href: "#" },
{ label: "🕐 Orari", href: "#" },
title: "Orari di Apertura", items: [
{
label: "Lunedì - Venerdì: 12:00 - 23:00", href: "#"
},
{
label: "Sabato: 12:00 - 00:00", href: "#"
},
{
label: "Domenica: 12:00 - 23:00", href: "#"
},
{
label: "Chiuso: Lunedì sera", href: "#"
},
],
},
{
title: "Servizi", items: [
{
label: "🍽️ Dine-in disponibile", href: "#"
},
{
label: "📦 Takeaway disponibile", href: "#"
},
{
label: "🚗 Parcheggio disponibile", href: "#"
},
{
label: "👥 Prenotazioni consigliate", href: "#"
},
],
},
{
title: "Compagnia", items: [
{ label: "Chi Siamo", href: "#about" },
{ label: "La Nostra Storia", href: "#about" },
{ label: "Team", href: "#" },
{ label: "Carriere", href: "#" },
],
},
{
title: "Legale", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Termini di Servizio", href: "#" },
{ label: "Cookie Policy", href: "#" },
{ label: "Disclaimer", href: "#" },
],
},
]}

View File

@@ -12,13 +12,13 @@
--background: #f7f6f7;
--card: #ffffff;
--foreground: #0c1325;
--primary-cta: #0798ff;
--foreground: #1b0c25;
--primary-cta: #1b0c25;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #0c1325;
--accent: #93c7ff;
--background-accent: #a8cde8;
--secondary-cta-text: #1b0c25;
--accent: #ff93e4;
--background-accent: #e8a8c3;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);