From ff366b57e457af1c6bb3e17f76305b837234b4e4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 10:45:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index ea91380..3fcc379 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,6 +33,7 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Services", id: "services" }, { name: "Products", id: "products" }, + { name: "Designs", id: "designs" }, { name: "Contact", id: "contact" } ]} button={{ text: "Get in Touch", href: "contact" }} @@ -116,6 +117,31 @@ export default function LandingPage() { /> +
+ +
+