Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 25cdd1dc7f | |||
| 41aa38392f | |||
| f206622943 | |||
| 9044e68a8d | |||
| 68456aa5f6 | |||
| bd272cb7d8 | |||
| 3dbce36649 | |||
| f8a4266abf | |||
| 81ac6ccbea |
@@ -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: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user