Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 92310193d0 | |||
| 2a8eafa2c1 |
@@ -9,10 +9,10 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
||||
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { Camera, Droplets, Pizza, Sparkles, Users } from "lucide-react";
|
||||
import { Camera, Droplets, Pizza, Users } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -40,8 +40,6 @@ export default function LandingPage() {
|
||||
name: "Menu", id: "#products"},
|
||||
{
|
||||
name: "Offerte", id: "#features"},
|
||||
{
|
||||
name: "Prenotazioni", id: "#pricing"},
|
||||
{
|
||||
name: "Testimonianze", id: "#testimonials"},
|
||||
{
|
||||
@@ -157,36 +155,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardTwo
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "standard-reservation", badge: "Popolare", badgeIcon: Sparkles,
|
||||
price: "Free", subtitle: "Prenota un tavolo per un massimo di 6 persone", buttons: [
|
||||
{
|
||||
text: "Prenota Ora", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Posto garantito", "Servizio prioritario", "Conferma online"],
|
||||
},
|
||||
{
|
||||
id: "group-event", badge: "Personalizzato", badgeIcon: Users,
|
||||
price: "Inquire", subtitle: "Pacchetti su misura per gruppi di 7+ persone", buttons: [
|
||||
{
|
||||
text: "Richiedi un Preventivo", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Menu personalizzato", "Servizio dedicato", "Disposizioni flessibili dei posti a sedere"],
|
||||
},
|
||||
]}
|
||||
title="Pianifica la Tua Visita"
|
||||
description="Che si tratti di una cena intima o di una celebrazione di gruppo, offriamo opzioni per rendere la tua esperienza perfetta. Scegli tra le nostre prenotazioni standard o pacchetti per eventi speciali."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
@@ -284,8 +252,6 @@ export default function LandingPage() {
|
||||
label: "Pizze", href: "#products"},
|
||||
{
|
||||
label: "Bevande", href: "#features"},
|
||||
{
|
||||
label: "Offerte Speciali", href: "#pricing"},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user