Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 920c244463 | |||
| 732331ac9c | |||
| 703ec2d10f | |||
| 92310193d0 | |||
| 2a8eafa2c1 |
@@ -9,10 +9,10 @@ import FooterSimple from '@/components/sections/footer/FooterSimple';
|
|||||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo';
|
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
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() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -31,24 +31,7 @@ export default function LandingPage() {
|
|||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[]}
|
||||||
{
|
|
||||||
name: "Casa", id: "#hero"},
|
|
||||||
{
|
|
||||||
name: "Chi Siamo", id: "#about"},
|
|
||||||
{
|
|
||||||
name: "Menu", id: "#products"},
|
|
||||||
{
|
|
||||||
name: "Offerte", id: "#features"},
|
|
||||||
{
|
|
||||||
name: "Prenotazioni", id: "#pricing"},
|
|
||||||
{
|
|
||||||
name: "Testimonianze", id: "#testimonials"},
|
|
||||||
{
|
|
||||||
name: "Domande Frequenti", id: "#faq"},
|
|
||||||
{
|
|
||||||
name: "Contatti", id: "#contact"},
|
|
||||||
]}
|
|
||||||
brandName="Madly Pizza Contemporanea"
|
brandName="Madly Pizza Contemporanea"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -157,36 +140,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</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">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardSix
|
<TestimonialCardSix
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -284,8 +237,6 @@ export default function LandingPage() {
|
|||||||
label: "Pizze", href: "#products"},
|
label: "Pizze", href: "#products"},
|
||||||
{
|
{
|
||||||
label: "Bevande", href: "#features"},
|
label: "Bevande", href: "#features"},
|
||||||
{
|
|
||||||
label: "Offerte Speciali", href: "#pricing"},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user