From 0a3a3675b64558e52559cb978e15ec9a3c89b4c6 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 13:37:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5ae3273..899d643 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -140,7 +140,7 @@ export default function HomePage() { ]} textboxLayout="default" useInvertedBackground={true} - buttons={[{ text: "Explore All Features", href: "/courses" }]} + buttons={[{ text: "Launch Design Studio", href: "/3d-studio" }, { text: "Explore All Features", href: "/courses" }]} buttonAnimation="slide-up" /> -- 2.49.1