diff --git a/src/app/page.tsx b/src/app/page.tsx index e171923..d0432d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,6 +32,7 @@ export default function LandingPage() { { name: "Hjem", id: "hero" }, { name: "Om Oss", id: "about" }, { name: "Kolleksjon", id: "products" }, + { name: "Erfaringer", id: "testimonials" }, { name: "Kontakt", id: "contact" }, ]} brandName="OsloStyle" @@ -126,4 +127,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file