Update src/app/page.tsx

This commit is contained in:
2026-05-09 19:42:07 +00:00
parent 5a3e1ea2a4
commit 2c8d2605cb

View File

@@ -35,7 +35,7 @@ export default function LandingPage() {
{ {
name: "Контакти", id: "contact"}, name: "Контакти", id: "contact"},
]} ]}
brandName="Legal Bridge" brandName="Legal Bridge Service"
button={{ button={{
text: "Залишити заявку", href: "#contact"}} text: "Залишити заявку", href: "#contact"}}
/> />
@@ -169,7 +169,7 @@ export default function LandingPage() {
<FooterSimple <FooterSimple
columns={[ columns={[
{ {
title: "Legal Bridge", items: [ title: "Legal Bridge Service", items: [
{ {
label: "Політика конфіденційності", href: "#"}, label: "Політика конфіденційності", href: "#"},
{ {
@@ -185,7 +185,7 @@ export default function LandingPage() {
], ],
}, },
]} ]}
bottomLeftText="© 2024 Legal Bridge. Всі права захищені." bottomLeftText="© 2024 Legal Bridge Service. Всі права захищені."
bottomRightText="Ми допомагаємо знайти профільного юриста. Компанія не здійснює адвокатську діяльність." bottomRightText="Ми допомагаємо знайти профільного юриста. Компанія не здійснює адвокатську діяльність."
/> />
</div> </div>