Update src/app/page.tsx
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user