From 79ad9059ce2025eb860567be5aef0630cb220371 Mon Sep 17 00:00:00 2001 From: Satyam <95536056+Satyam-Rastogi@users.noreply.github.com> Date: Sun, 1 Feb 2026 19:52:06 +0530 Subject: [PATCH] feat: updated footer credit text and added console signature --- src/pages/Landing.jsx | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/src/pages/Landing.jsx b/src/pages/Landing.jsx index dd2409f..b825953 100644 --- a/src/pages/Landing.jsx +++ b/src/pages/Landing.jsx @@ -24,6 +24,13 @@ const Landing = () => { const sectionsRef = useRef([]); useEffect(() => { + // Console Signature + console.log( + "%c Built by Satyam Rastogi %c 🚀 Ready for liftoff ", + "background: #3b82f6; color: white; padding: 4px; border-radius: 4px 0 0 4px; font-weight: bold;", + "background: #10b981; color: white; padding: 4px; border-radius: 0 4px 4px 0;" + ); + // Hero Animation gsap.fromTo(textRef.current.children, { y: 50, opacity: 0 }, @@ -362,8 +369,8 @@ const Landing = () => {
- ☕ - Made by Satyam Rastogi with lots of love and coffee + ✨ + Satyam Rastogi made this. Blame him for the bugs, praise him for the features.