Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 41aa38392f | |||
| 9044e68a8d | |||
| bd272cb7d8 | |||
| 3dbce36649 | |||
| f8a4266abf | |||
| 81ac6ccbea |
@@ -8,7 +8,7 @@ import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwen
|
|||||||
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
||||||
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
import ContactCenter from "@/components/sections/contact/ContactCenter";
|
||||||
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -174,35 +174,59 @@ export default function LandingPage() {
|
|||||||
logoText="Ristorante Pizzeria '85"
|
logoText="Ristorante Pizzeria '85"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Menu", items: [
|
title: "Informazioni Ristorante", items: [
|
||||||
{ label: "Home", href: "#home" },
|
{
|
||||||
{ label: "Chi Siamo", href: "#about" },
|
label: "⭐ Valutazione: 4.5 stelle", href: "#"
|
||||||
{ label: "Piatti Speciali", href: "#features" },
|
},
|
||||||
{ label: "Recensioni", href: "#testimonials" },
|
{
|
||||||
|
label: "💰 Prezzo: €10-20 a persona", href: "#"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "📍 Via Carrara 26, Sasso di Castalda", href: "#"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "📞 0975 385106", href: "#"
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contatti", items: [
|
title: "Orari di Apertura", items: [
|
||||||
{ label: "📍 Sasso di Castalda", href: "#" },
|
{
|
||||||
{ label: "📞 Chiama per prenotare", href: "#" },
|
label: "Lunedì - Venerdì: 12:00 - 23:00", href: "#"
|
||||||
{ label: "✉️ Email", href: "#" },
|
},
|
||||||
{ label: "🕐 Orari", 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: [
|
title: "Compagnia", items: [
|
||||||
{ label: "Chi Siamo", href: "#about" },
|
{ label: "Chi Siamo", href: "#about" },
|
||||||
{ label: "La Nostra Storia", href: "#about" },
|
{ label: "La Nostra Storia", href: "#about" },
|
||||||
{ label: "Team", href: "#" },
|
|
||||||
{ label: "Carriere", href: "#" },
|
|
||||||
],
|
|
||||||
},
|
|
||||||
{
|
|
||||||
title: "Legale", items: [
|
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
{ label: "Termini di Servizio", href: "#" },
|
{ label: "Termini di Servizio", href: "#" },
|
||||||
{ label: "Cookie Policy", href: "#" },
|
|
||||||
{ label: "Disclaimer", href: "#" },
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
@@ -12,13 +12,13 @@
|
|||||||
|
|
||||||
--background: #f7f6f7;
|
--background: #f7f6f7;
|
||||||
--card: #ffffff;
|
--card: #ffffff;
|
||||||
--foreground: #0c1325;
|
--foreground: #1b0c25;
|
||||||
--primary-cta: #0798ff;
|
--primary-cta: #1b0c25;
|
||||||
--primary-cta-text: #f7f6f7;
|
--primary-cta-text: #f7f6f7;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #0c1325;
|
--secondary-cta-text: #1b0c25;
|
||||||
--accent: #93c7ff;
|
--accent: #ff93e4;
|
||||||
--background-accent: #a8cde8;
|
--background-accent: #e8a8c3;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user