From 93708fa7565bd0bf0e8aa1474c9128ebfe5cae96 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 19:50:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.49.1