diff --git a/src/app/page.tsx b/src/app/page.tsx index 5413243..82137f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -665,28 +665,6 @@ export default function Home() { }} > -
- - -
@@ -715,6 +693,32 @@ export default function Home() { )} + + {/* Download Buttons Container - Moved Here */} + {originalImageSrc && ( // Keep the condition to only show buttons when there's an image +
+ + +
+ )}