diff --git a/src/data.js b/src/data.js
index 44474c9..0571e2f 100644
--- a/src/data.js
+++ b/src/data.js
@@ -1,9 +1,8 @@
export const navLinks = [
- { index: 1, name: "Home", href: "/" },
+ { index: 1, name: "Acasă", href: "/" },
{ index: 2, name: "Blog", href: "/blog" },
{ index: 3, name: "Despre", href: "/despre" },
- { index: 4, name: "Regulament", href: "/regulament" },
- { index: 5, name: "Confidențialitate", href: "/confidentialitate" },
+ { index: 4, name: "Contact", href: "/#contact" },
];
export const sponsors = [
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index 2637f9a..7b6244d 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -72,6 +72,7 @@ const { title } = Astro.props;
margin: 0;
padding: 0;
box-sizing: border-box;
+ scroll-behavior: smooth;
}
a {
color: #d946ef;