Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f0133842a7 | |||
| 7cc818c976 | |||
| 46bb5d2196 | |||
| d5df68ab73 |
@@ -208,17 +208,17 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "About", href: "#about"},
|
label: "Про нас", href: "#about"},
|
||||||
{
|
{
|
||||||
label: "Shop", href: "#products"},
|
label: "Магазин", href: "#products"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: "Support", href: "#"},
|
label: "Підтримка", href: "#"},
|
||||||
{
|
{
|
||||||
label: "Terms", href: "#"},
|
label: "Умови", href: "#"},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -228,4 +228,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user