Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 93708fa756 | |||
| 058b49f19d | |||
| fa04c962da | |||
| 4249d1b7a8 |
@@ -32,6 +32,7 @@ export default function LandingPage() {
|
|||||||
{ name: "Hjem", id: "hero" },
|
{ name: "Hjem", id: "hero" },
|
||||||
{ name: "Om Oss", id: "about" },
|
{ name: "Om Oss", id: "about" },
|
||||||
{ name: "Kolleksjon", id: "products" },
|
{ name: "Kolleksjon", id: "products" },
|
||||||
|
{ name: "Erfaringer", id: "testimonials" },
|
||||||
{ name: "Kontakt", id: "contact" },
|
{ name: "Kontakt", id: "contact" },
|
||||||
]}
|
]}
|
||||||
brandName="OsloStyle"
|
brandName="OsloStyle"
|
||||||
@@ -126,4 +127,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user