diff --git a/frontend/src/pages/TeapotPage.tsx b/frontend/src/pages/TeapotPage.tsx
index 103756c..c71ebf6 100644
--- a/frontend/src/pages/TeapotPage.tsx
+++ b/frontend/src/pages/TeapotPage.tsx
@@ -14,96 +14,158 @@ export function TeapotPage() {
- {/* Teapot ASCII art / SVG */}
- setIsPoured(!isPoured)}
- >
- {/* Steam animation */}
-
-
-
-
+ {/* Teapot and Cup container */}
+
+ {/* Teapot */}
+
setIsPoured(!isPoured)}
+ >
+ {/* Steam animation */}
+
+
+ {/* Teapot SVG - expanded viewBox to show full handle */}
+
+
+ {/* Glow effect */}
+
- {/* Teapot */}
-
)