From 623710729f1087b1ce0a0b3a8b3357d850496c1c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 14:44:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7795e0b..8bcaca7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,9 +34,15 @@ export default function LandingPage() { { name: "Services", id: "/services" }, + { + name: "Approach", id: "/approach" + }, { name: "Company", id: "/company" }, + { + name: "Cases", id: "/cases" + }, { name: "Insights", id: "/insights" }, @@ -65,6 +71,7 @@ export default function LandingPage() { mediaAnimation="slide-up" fixedMediaHeight={true} testimonials={[]} + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=b439c3" /> -- 2.49.1