Merge version_2 into main #4
@@ -5,12 +5,11 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Heart, HelpCircle, Phone, Sparkles, Star, UtensilsCrossed, Users } from 'lucide-react';
|
||||
import { Heart, HelpCircle, Phone, Sparkles, Star, UtensilsCrossed } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,7 +32,6 @@ export default function LandingPage() {
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Il Locale", id: "about" },
|
||||
{ name: "Menu", id: "services" },
|
||||
{ name: "La Storia", id: "team" },
|
||||
{ name: "Prenota", id: "contact" }
|
||||
]}
|
||||
button={{ text: "Contattaci", href: "#contact" }}
|
||||
@@ -109,30 +107,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardTwo
|
||||
title="Il Nostro Team: Professionali e Appassionati"
|
||||
description="Ogni membro del nostro team è dedicato a offrire un'esperienza indimenticabile. Con competenza, cordialità e amore per ciò che facciamo, siamo qui per accogliervi con entusiasmo in ogni momento della giornata."
|
||||
tag="Le Persone che Fanno la Differenza"
|
||||
tagIcon={Users}
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{ text: "Lavora con Noi", href: "#" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
members={[
|
||||
{ id: "bartender1", name: "Marco", role: "Head Bartender", description: "Esperto mixologist con 20+ anni di esperienza. Crea cocktail signature che raccontano storie.", imageSrc: "http://img.b2bpic.net/free-photo/bartender-working-club_23-2150497614.jpg", imageAlt: "Marco, Head Bartender" },
|
||||
{ id: "staff1", name: "Francesca", role: "Restaurant Manager", description: "Dedita alla perfezione del servizio. Ogni dettaglio è curato per rendere la tua visita speciale.", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865358.jpg", imageAlt: "Francesca, Restaurant Manager" },
|
||||
{ id: "chef1", name: "Antonio", role: "Head Chef", description: "Passionato di ingredienti freschi e piatti preparati al momento con precisione artigianale.", imageSrc: "http://img.b2bpic.net/free-photo/couple-having-fun-night_23-2149236897.jpg", imageAlt: "Antonio, Head Chef" },
|
||||
{ id: "host1", name: "Giulia", role: "Hospitality Specialist", description: "Accoglienza calorosa e attenzione ai dettagli. Ti farà sentire a casa fin dal primo momento.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-with-delicious-cocktails_23-2150244937.jpg?_wi=1", imageAlt: "Giulia, Hospitality Specialist" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
title="Storie di Clienti Felici"
|
||||
@@ -212,7 +186,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Informazioni", items: [
|
||||
{ label: "La Nostra Storia", href: "#about" },
|
||||
{ label: "Il Team", href: "#team" },
|
||||
{ label: "Testimonianze", href: "#testimonials" },
|
||||
{ label: "Lavora con Noi", href: "#" },
|
||||
{ label: "FAQ", href: "#faq" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user