diff --git a/apps/web/src/app/(home)/_components/CodeContainer.tsx b/apps/web/src/app/(home)/_components/CodeContainer.tsx
index 6fc4250..07390ec 100644
--- a/apps/web/src/app/(home)/_components/CodeContainer.tsx
+++ b/apps/web/src/app/(home)/_components/CodeContainer.tsx
@@ -36,9 +36,9 @@ const CodeContainer = () => {
}, [step]);
const commands = {
- npm: "npx create-better-t-stack@latest my-app",
- pnpm: "pnpm create better-t-stack@latest my-app",
- bun: "bun create better-t-stack@latest my-app",
+ npm: "npx create-better-t-stack@latest",
+ pnpm: "pnpm create better-t-stack@latest",
+ bun: "bun create better-t-stack@latest",
};
const copyToClipboard = async (pm: "npm" | "pnpm" | "bun") => {
diff --git a/apps/web/src/app/(home)/_components/StackArchitech.tsx b/apps/web/src/app/(home)/_components/StackArchitech.tsx
index 4358804..0c66b3e 100644
--- a/apps/web/src/app/(home)/_components/StackArchitech.tsx
+++ b/apps/web/src/app/(home)/_components/StackArchitech.tsx
@@ -484,13 +484,13 @@ const StackArchitect = () => {
return (
-
+
-
+
Stack Architect Terminal
@@ -526,11 +526,11 @@ const StackArchitect = () => {
{showHelp && (
-
-
+
+
How to Use Stack Architect
-
+
-
Select your preferred technologies from each category using the
tabs below
@@ -550,8 +550,8 @@ const StackArchitect = () => {
)}
{showPresets && (
-
-
+
+
Quick Start Presets
@@ -562,7 +562,7 @@ const StackArchitect = () => {
onClick={() => applyPreset(preset.id)}
className="rounded border border-amber-200 p-2 text-left transition-colors hover:bg-amber-100 dark:border-amber-700 dark:hover:bg-amber-800/30"
>
-
+
{preset.name}
@@ -574,9 +574,9 @@ const StackArchitect = () => {
)}
-
-
-