diff --git a/src/components/ui/lamp.tsx b/src/components/ui/lamp.tsx index 6e839eb..9fe143a 100644 --- a/src/components/ui/lamp.tsx +++ b/src/components/ui/lamp.tsx @@ -18,9 +18,10 @@ export const LampContainer = ({ )} >
+ {/* Adjusting the width based on the screen size */} -
-
+
+
-
-
+
+
-
+
-
+
@@ -83,3 +84,4 @@ export const LampContainer = ({
); }; + diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index bff67ac..36d4b68 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -4,33 +4,35 @@ import glowing_penguin from "../assets/images/glowing_penguin.svg"; const Home = () => { return ( -
-
- - - We appreciate your patience but
something really cool is coming soon! -
-
- Glowing Penguin -
+
+ + + We appreciate your patience but +
+ something really cool is coming soon! +
+
+ Glowing Penguin
); }; -export default Home; \ No newline at end of file +export default Home;