Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-14 14:00:43 +00:00

View File

@@ -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() {
</ReactLenis>
</ThemeProvider>
);
}
}