Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9171521800 | |||
| f0133842a7 | |||
| 7cc818c976 | |||
| 46bb5d2196 | |||
| d5df68ab73 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user