diff --git a/src/app/page.tsx b/src/app/page.tsx index aec12c3..1f5e830 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,8 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Award, CheckCircle, Clock, Sparkles, Star, Users } from "lucide-react"; +import ContactCta from '@/components/sections/contact/ContactCta'; +import { Award, CheckCircle, Clock, Sparkles, Star, Users, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -35,7 +36,8 @@ export default function LandingPage() { { name: "La Nostra Storia", id: "#about" }, { name: "Pasticceria", id: "#products" }, { name: "Eventi", id: "#events" }, - { name: "Contatti", id: "#contact" } + { name: "Contatti", id: "#contact" }, + { name: "Dove Siamo", id: "#location" } ]} brandName="Pasticceria Ferracina" /> @@ -150,6 +152,15 @@ export default function LandingPage() { /> +