diff --git a/src/app/page.tsx b/src/app/page.tsx index be608a0..6831043 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -208,17 +208,17 @@ export default function LandingPage() { { items: [ { - label: "About", href: "#about"}, + label: "Про нас", href: "#about"}, { - label: "Shop", href: "#products"}, + label: "Магазин", href: "#products"}, ], }, { items: [ { - label: "Support", href: "#"}, + label: "Підтримка", href: "#"}, { - label: "Terms", href: "#"}, + label: "Умови", href: "#"}, ], }, ]} @@ -228,4 +228,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file