Merge version_2_1781857156374 into main #3
@@ -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() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="location" data-section="location">
|
||||
<ContactCta
|
||||
tag="Vieni a trovarci"
|
||||
text="Pasticceria Ferracina vi aspetta nel cuore della città. Aperto tutti i giorni dalle 08:00 alle 20:00."
|
||||
primaryButton={{ text: "Indicazioni Stradali", href: "https://maps.google.com" }}
|
||||
secondaryButton={{ text: "Chiama il Negozio", href: "tel:+39000000000" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
@@ -172,7 +183,7 @@ export default function LandingPage() {
|
||||
title: "Ferracina", items: [{ label: "La Nostra Storia", href: "#about" }, { label: "Pasticceria", href: "#products" }]
|
||||
},
|
||||
{
|
||||
title: "Info", items: [{ label: "Contatti", href: "#contact" }, { label: "Privacy", href: "#" }]
|
||||
title: "Info", items: [{ label: "Contatti", href: "#contact" }, { label: "Dove Siamo", href: "#location" }, { label: "Privacy", href: "#" }]
|
||||
}
|
||||
]}
|
||||
copyrightText="© 2025 | Pasticceria Ferracina Srl - P.iva. 03278920248"
|
||||
|
||||
Reference in New Issue
Block a user