Update src/app/page.tsx
This commit is contained in:
@@ -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,11 +185,11 @@ export default function LandingPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
bottomLeftText="© 2024 Legal Bridge. Всі права захищені."
|
bottomLeftText="© 2024 Legal Bridge Service. Всі права захищені."
|
||||||
bottomRightText="Ми допомагаємо знайти профільного юриста. Компанія не здійснює адвокатську діяльність."
|
bottomRightText="Ми допомагаємо знайти профільного юриста. Компанія не здійснює адвокатську діяльність."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user