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() { /> +
+ +
+