diff --git a/apps/landing/src/components/CodeBlock.tsx b/apps/landing/src/components/CodeBlock.tsx
index 03f84be..7b7426a 100644
--- a/apps/landing/src/components/CodeBlock.tsx
+++ b/apps/landing/src/components/CodeBlock.tsx
@@ -27,7 +27,7 @@ export function CodeBlock({code, language = 'javascript', title, showCopy = true
whileInView={{opacity: 1, y: 0}}
viewport={{once: true}}
transition={{duration: 0.7, ease: [0.22, 1, 0.36, 1]}}
- className={'group relative overflow-hidden rounded-xl border border-neutral-200 bg-neutral-900'}
+ className={'group relative overflow-hidden rounded-xl border border-neutral-200 bg-neutral-900 w-full max-w-full'}
>
{(title || showCopy) && (
@@ -56,8 +56,10 @@ export function CodeBlock({code, language = 'javascript', title, showCopy = true
)}
)}
-
- {code}
+
+
+ {code}
+
);
diff --git a/apps/landing/src/components/guides/GuideLayout.tsx b/apps/landing/src/components/guides/GuideLayout.tsx
index 7bf53db..189335d 100644
--- a/apps/landing/src/components/guides/GuideLayout.tsx
+++ b/apps/landing/src/components/guides/GuideLayout.tsx
@@ -114,26 +114,30 @@ export function GuideLayout({
-
-
+
+
{/* Main Content */}
-
+
{/* Breadcrumbs */}
-