From f63a74903d1fd4036cd26a63a6c9bfae96a156f4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:43:19 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index dcba8d5..a75342e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,22 +15,24 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: "CADIBO Safety - Echipamente de Protecție Profesionale București", description: "Furnizor de echipamente PPE în București. Incălțaminte de protecție, îmbrăcăminte de lucru, căști. Sunați 0744 370 400 pentru consulență profesională.", keywords: "echipamente protectie bucuresti, incaltaminte protectie S3, echipamente PPE, haine protectie munca, magazin echipamente protectie", metadataBase: new URL("https://cadibo.ro"), + title: "CADIBO Safety București - Echipamente de Protecție Profesionale", description: "Furnizor de echipamente PPE în București. Incălțaminte de protecție, îmbrăcăminte de lucru, căști. Sunați 0744 370 400 pentru consulență profesională.", keywords: "echipamente protectie bucuresti, incaltaminte protectie S3, echipamente PPE, haine protectie munca, magazin echipamente protectie", metadataBase: new URL("https://cadibo.ro"), alternates: { - canonical: "https://cadibo.ro"}, + canonical: "https://cadibo.ro" + }, openGraph: { - title: "CADIBO Safety - Echipamente de Protecție Profesionale", description: "Suntem furnizorul de încredere pentru echipamentele de protecție în București. Sună acum 0744 370 400.", url: "https://cadibo.ro", siteName: "CADIBO Safety", type: "website", images: [ + title: "CADIBO Safety București - Echipamente de Protecție Profesionale", description: "Suntem furnizorul de încredere pentru echipamentele de protecție în București. Sună acum 0744 370 400.", url: "https://cadibo.ro", siteName: "CADIBO Safety", type: "website", images: [ { - url: "http://img.b2bpic.net/free-photo/talk-constructors_1098-13757.jpg", alt: "CADIBO Safety - Echipamente Profesionale"}, - ], + url: "http://img.b2bpic.net/free-photo/talk-constructors_1098-13757.jpg", alt: "CADIBO Safety - Echipamente Profesionale" + } + ] }, twitter: { - card: "summary_large_image", title: "CADIBO Safety - Echipamente PPE", description: "Sunați 0744 370 400 pentru echipamente de protecție profesionale", images: ["http://img.b2bpic.net/free-photo/talk-constructors_1098-13757.jpg"], + card: "summary_large_image", title: "CADIBO Safety București - Echipamente PPE", description: "Sunați 0744 370 400 pentru echipamente de protecție profesionale", images: ["http://img.b2bpic.net/free-photo/talk-constructors_1098-13757.jpg"] }, robots: { index: true, - follow: true, - }, + follow: true + } }; export default function RootLayout({ From fd24e1f14abe0408cca2b91d6d2e3183acc343bb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 09:43:20 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 85 ++++++++++++++++++++++++++---------------------- 1 file changed, 46 insertions(+), 39 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 415b35f..ba41f76 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,29 +34,34 @@ export default function LandingPage() { { name: "Locație", id: "location" }, ]} button={{ - text: "📞 Apelează: 0744 370 400", href: "tel:0744370400"}} + text: "📞 Apelează: 0744 370 400", href: "tel:0744370400" + }} animateOnLoad={true} />
@@ -66,17 +71,17 @@ export default function LandingPage() {