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