From 88f5f63cbb12aae980d39f7da870e70714e70296 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 07:53:18 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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({ -- 2.49.1 From 18a42a90c59146025c3ccf3fb37d5e0e71ffb0ac Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 07:53:18 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 105 ++++++++++++++++++++++++----------------------- 1 file changed, 54 insertions(+), 51 deletions(-) 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" } ]} />
@@ -61,8 +62,10 @@ export default function LandingPage() {
@@ -70,13 +73,13 @@ export default function LandingPage() {
@@ -85,17 +88,17 @@ export default function LandingPage() {
@@ -104,14 +107,14 @@ export default function LandingPage() {
@@ -120,14 +123,14 @@ export default function LandingPage() {
@@ -152,10 +155,10 @@ export default function LandingPage() { logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3F1l2ziUL9Ga3VghepYfdJllcYg/uploaded-1781250323692-gcrcq7n1.png" logoAlt="Beauty Elite Logo" logoText="Beauty Elite" - leftLink={{ text: "Privacy Policy", href: "#" }} - rightLink={{ text: "Terms of Service", href: "#" }} + leftLink={{ text: "Informativa sulla Privacy", href: "#" }} + rightLink={{ text: "Termini di Servizio", href: "#" }} />
); -} +} \ No newline at end of file -- 2.49.1