@@ -14,19 +14,24 @@ import logoImage from "/public/assets/images/RecursiveZero-White.jpg";
1414 formats ={ [" png" , " jpeg" , " jpg" , " webp" ]}
1515 alt =" logo"
1616 class =" w-[180px] lg:w-[250px]"
17+ class =" clipped-logo w-[180px] lg:w-[250px]"
18+ loading =" eager"
19+ id =" clipped-logo"
20+ aria-label ={ " RecursiveZero Logo" }
21+ title ={ " RecursiveZero Logo" }
1722 />
18- Recursive Zero : A gupt startup
23+ A gupt startup
1924 </a >
2025 </h1 >
2126 <ul class =" menu-list flex items-center gap-[1.5rem] lg:flex-row-reverse" >
22- <li id =" themeToggle" >
27+ <!-- < li id="themeToggle">
2328 <button class="sunBtn">
2429 <i class="fa fa-sun-o" aria-hidden="true">Light</i>
2530 </button>
2631 <button class="moonBtn hidden">
2732 <i class="fa fa-moon-o" aria-hidden="true">Dark</i>
2833 </button>
29- </li >
34+ </li>-->
3035 <li id =" menuToggle" class =" menu-button lg:hidden" >
3136 <button id =" closeBtn" class =" ml-[3px] hidden" >
3237 <i class =" fa fa-times" aria-hidden =" true" ></i >
@@ -36,10 +41,8 @@ import logoImage from "/public/assets/images/RecursiveZero-White.jpg";
3641 </button >
3742 </li >
3843 <!-- desktop menu -->
39- <a href =" " >
40- <button class =" yellowBtnHover rounded-md bg-[#FFCC00] px-[10px] py-[5px] text-[#111]" >
41- Start Saving Time!
42- </button >
44+ <a href =" /career" class =" hidden lg:block" >
45+ <button class =" yellowBtnHover rounded-md bg-[#FFCC00] px-[10px] py-[5px] text-[#111]" > Join us! </button >
4346 </a >
4447 </ul >
4548 </div >
@@ -50,10 +53,8 @@ import logoImage from "/public/assets/images/RecursiveZero-White.jpg";
5053 <div
5154 class =" flex flex-col items-center justify-between gap-[20px] py-[20px] text-[14px] leading-[22.4px] md:text-[16px] md:leading-[25.6px]"
5255 >
53- <a href =" " class =" w-full" >
54- <button class =" h-[35px] w-full rounded-md bg-[#FFCC00] px-[10px] py-[5px] text-[#111]" >
55- Start Saving Time!
56- </button >
56+ <a href =" /career" class =" w-full" >
57+ <button class =" h-[35px] w-full rounded-md bg-[#FFCC00] px-[10px] py-[5px] text-[#111]" > Join us! </button >
5758 </a >
5859 </div >
5960 </div >
0 commit comments