Update src/app/page.tsx

This commit is contained in:
2026-06-02 15:02:24 +00:00
parent 136fb2e58e
commit 1b3d6b294b

View File

@@ -32,13 +32,23 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home", id: "#home"},
name: "Home", id: "#home"
},
{
name: "Azienda", id: "#about"},
name: "Azienda", id: "#about"
},
{
name: "Realizzazioni", id: "#products"},
name: "Realizzazioni", id: "#products"
},
{
name: "Contatti", id: "#contact"},
name: "Testimonianze", id: "#testimonials"
},
{
name: "Il Nostro Team", id: "#team"
},
{
name: "Contatti", id: "#contact"
},
]}
brandName="Fucina Artistica Matteazzi"
/>