diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 51b7ec2..5062632 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Archivo } from "next/font/google"; export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", + title: 'Beauty Elite | Trattamenti Viso', + description: 'Scopri i trattamenti viso e corpo esclusivi di Beauty Elite per una bellezza radiosa e un benessere profondo.', }; const archivo = Archivo({ diff --git a/src/app/page.tsx b/src/app/page.tsx index 49b3320..ee7d371 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,27 +33,28 @@ export default function LandingPage() { logoAlt="Beauty Elite Logo" navItems={[ { name: "Home", id: "hero" }, - { name: "Treatments", id: "products" }, - { name: "About Us", id: "about" }, - { name: "Testimonials", id: "testimonials" }, - { name: "FAQ", id: "faq" }, - { name: "Contact", id: "contact" } + { name: "Trattamenti", id: "products" }, + { name: "Chi Siamo", id: "about" }, + { name: "Testimonianze", id: "testimonials" }, + { name: "Domande Frequenti", id: "faq" }, + { name: "Contatti", id: "contact" } ]} />