diff --git a/src/app/page.tsx b/src/app/page.tsx
index a78584c..16d2244 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -436,10 +436,8 @@ export default function HomePage() {
);
const appSectionSurfaceClasses = getAppSectionSurfaceClasses(isMobile);
const appNavSurfaceClasses = getAppNavSurfaceClasses(isMobile);
- const mainContentClasses = cn(
- "grid items-start gap-4",
- isMobile ? "grid-cols-1" : "grid-cols-[minmax(0,0.75fr)_minmax(0,1.25fr)]",
- );
+ const mainContentClasses = "space-y-4";
+ const timelineContentClasses = "space-y-4";
const headerActionsClasses = isMobile
? "flex w-full items-center justify-between gap-2"
: "flex flex-wrap items-center justify-end gap-2";
@@ -552,44 +550,42 @@ export default function HomePage() {
/>
) : (
- AI capture
-
- Start with a prompt, screenshots, or both. Review happens
- in the timeline rather than a separate flow.
-
+ AI capture
+
+ Start with a prompt, screenshots, or both. Review happens in
+ the timeline rather than a separate flow.
+
- Capture from text or files.
-
-
+ Capture from text or files.
+
+